.. |
generic
|
removed TAB_TRAVERSAL style
|
2000-03-15 20:51:43 +00:00 |
gtk
|
Committing in .
|
2000-03-16 08:07:59 +00:00 |
gtk1
|
Committing in .
|
2000-03-16 08:07:59 +00:00 |
html
|
wxHtmlHelpController made compatible with other controllers
|
2000-03-09 20:05:52 +00:00 |
mac
|
moved wxDash typedef to gdicmn.h
|
2000-03-13 14:34:35 +00:00 |
motif
|
moved wxDash typedef to gdicmn.h
|
2000-03-13 14:34:35 +00:00 |
msw
|
Some VC++ makefile fixes; minor comment mods to setup0.h
|
2000-03-19 14:47:13 +00:00 |
os2
|
OS/2 Updates
|
2000-03-20 00:20:29 +00:00 |
protocol
|
wxFTP::Close() shouldn't hide base wxSocket function
|
2000-03-19 18:46:55 +00:00 |
qt
|
moved wxDash typedef to gdicmn.h
|
2000-03-13 14:34:35 +00:00 |
stc
|
Added methods for folding
|
2000-03-13 06:50:32 +00:00 |
stubs
|
moved wxDash typedef to gdicmn.h
|
2000-03-13 14:34:35 +00:00 |
unix
|
Removed bool params and retvalues in GSocket interface to avoid mismatch
|
2000-03-16 21:57:20 +00:00 |
.cvsignore
|
Just ignore CVS. It's better for you.
|
1999-06-07 19:41:37 +00:00 |
accel.h
|
*** empty log message ***
|
1999-07-28 03:38:12 +00:00 |
app.h
|
Fix from Mumit Khan to allow mingw DLL compilation, v.2 :-)
|
2000-03-10 07:32:25 +00:00 |
arrimpl.cpp
|
RemoveAt() added to array classes
|
1999-11-16 13:28:23 +00:00 |
bitmap.h
|
*** empty log message ***
|
1999-07-28 03:38:12 +00:00 |
bmpbuttn.h
|
*** empty log message ***
|
1999-07-28 03:38:12 +00:00 |
brush.h
|
*** empty log message ***
|
1999-07-28 03:38:12 +00:00 |
buffer.h
|
Some C++Builder fixes
|
2000-03-15 19:53:30 +00:00 |
busyinfo.h
|
added DLL exports
|
1999-08-03 23:56:34 +00:00 |
button.h
|
*** empty log message ***
|
1999-07-28 03:38:12 +00:00 |
calctrl.h
|
Some doc corrections; Watcom C++ corrections; VC++ 4 corrections
|
2000-02-06 19:11:10 +00:00 |
caret.h
|
MSW Caret is now destroyed and recreated when resized.
|
2000-01-10 23:01:19 +00:00 |
checkbox.h
|
*** empty log message ***
|
1999-07-28 03:38:12 +00:00 |
checklst.h
|
*** empty log message ***
|
1999-07-28 03:38:12 +00:00 |
choicdlg.h
|
Did somework on the generic dialogs,
|
1999-08-11 11:53:40 +00:00 |
choice.h
|
1. sorted wxListBox and wxComboBox seem to work under wxGTK
|
1999-10-22 18:00:39 +00:00 |
clipbrd.h
|
and now it even compiles
|
1999-10-21 14:00:30 +00:00 |
cmdline.h
|
1. added wfstream.cpp to wxBase (needed by filesys.cpp)
|
2000-01-05 18:10:06 +00:00 |
cmndata.h
|
Added DEVNAMES to wxPrintDialog to remember printer name; fixed wxDC::Clear
|
2000-01-25 13:35:44 +00:00 |
colordlg.h
|
1. wxWizard appears in the centre of the screen by default
|
2000-02-08 01:08:51 +00:00 |
colour.h
|
*** empty log message ***
|
1999-07-28 03:38:12 +00:00 |
combobox.h
|
*** empty log message ***
|
1999-07-28 03:38:12 +00:00 |
confbase.h
|
Made iniconf compile on BC++ 5.01 (involved adding Set... accessors to wxConfigBase);
|
2000-03-12 11:29:13 +00:00 |
config.h
|
wxUSE_CONFIG_NATIVE fix
|
1999-12-02 16:32:16 +00:00 |
control.h
|
1. cursor fixes: frame does have hand cursor in the controls sample now,
|
2000-02-25 23:49:41 +00:00 |
ctrlsub.h
|
1. sorted wxListBox and wxComboBox seem to work under wxGTK
|
1999-10-22 18:00:39 +00:00 |
cursor.h
|
Useful little fix that automatically hides the busy cursor in modal dialogs.
|
1999-08-12 15:36:50 +00:00 |
dataobj.h
|
1. added wxEnhMetaFileXXX classes
|
2000-01-13 23:39:48 +00:00 |
date.h
|
more fixes to compilation warnings from HP-UX build log. About 30% more to go
|
2000-01-05 15:35:04 +00:00 |
datetime.h
|
Cured memory leak report in wxDateTime; wxGLCanvas corrections
|
2000-01-30 13:43:37 +00:00 |
datetime.inl
|
Applied some of the SGI fixes. Don't know about the
|
2000-01-24 13:27:37 +00:00 |
datstrm.h
|
Changed a few #include <xxx.h> to #include "xxx.h"
|
1999-08-20 22:52:21 +00:00 |
db.h
|
RCS left a turd in the previous checkin
|
2000-03-17 11:18:46 +00:00 |
dbtable.h
|
Cleaned up the API for class/structure/function names to follow the wxWindows conventions (mostly prefixing wx to all of them). Backward compatability is maintained by keeping the old names calling the new functions, or typedef-ing the old names to the new names. The old names can be totally disabled at the end of the file by changing the #if 1 block that surrounds the old names
|
2000-03-16 19:00:07 +00:00 |
dc.h
|
Set logical functions to wxCOPY, no -1.
|
2000-02-21 14:13:08 +00:00 |
dcclient.h
|
*** empty log message ***
|
1999-07-28 03:38:12 +00:00 |
dcmemory.h
|
*** empty log message ***
|
1999-07-28 03:38:12 +00:00 |
dcprint.h
|
mac adaptions
|
1999-11-09 15:24:52 +00:00 |
dcps.h
|
Made wxGTK dcps.cpp generic.
|
1999-01-22 11:06:20 +00:00 |
dcscreen.h
|
*** empty log message ***
|
1999-07-28 03:38:12 +00:00 |
dde.h
|
*** empty log message ***
|
1999-07-28 03:38:12 +00:00 |
debug.h
|
many changes; major ones:
|
1999-10-04 20:15:38 +00:00 |
defs.h
|
1. corrected HAVE_PW_GECOS detection in configure (which never worked)
|
2000-03-19 16:45:43 +00:00 |
dialog.h
|
Refresh() problem from DialogEd solved
|
1999-10-12 21:52:17 +00:00 |
dialup.h
|
Small changes for VC++ 4 compilation
|
2000-02-06 21:25:27 +00:00 |
dir.h
|
wxDir class added
|
1999-12-08 14:16:53 +00:00 |
dirdlg.h
|
Mingw32/gcc-2.95 change
|
1999-09-14 20:57:06 +00:00 |
dnd.h
|
Added geometry.cpp and made it compile,
|
2000-01-24 13:13:41 +00:00 |
docmdi.h
|
Now uses proper wxUSE_xxx flags
|
1999-06-22 17:39:02 +00:00 |
docview.h
|
1. some patches from Janos Vegh to docview template detection
|
2000-03-13 15:48:03 +00:00 |
dragimag.h
|
Added wxDragImage generic implementation and sample; added mask handling to Motif's
|
2000-03-01 11:05:49 +00:00 |
dynarray.h
|
1. wxDateTimeHolidayAuthority class for calculating the holidays added
|
2000-01-02 23:17:55 +00:00 |
dynlib.h
|
Changed order of #ifdefs to get native version on OS/2, even if
|
2000-01-26 22:35:48 +00:00 |
encconv.h
|
no enums with commas past last element, please
|
2000-01-03 18:22:51 +00:00 |
event.h
|
Various compiler changes
|
2000-03-15 18:52:23 +00:00 |
expr.h
|
Visualage C++ V4.0 updates
|
1999-12-14 23:32:53 +00:00 |
ffile.h
|
replaced T() makro with wxT() due to namespace probs, _T() exists, too
|
1999-10-08 14:35:56 +00:00 |
file.h
|
1. new wxFFile class - as wxFile but uses fopen/fread/fseek... instead of
|
1999-07-14 22:55:57 +00:00 |
fileconf.h
|
wxMac completed so far, generic listctrl extension
|
1999-11-11 16:11:14 +00:00 |
filedlg.h
|
1. wxFileDialog patch for multiple selection applied (with some small changes),
|
1999-12-07 00:48:45 +00:00 |
filefn.h
|
VA 4.0 fix
|
2000-01-31 21:28:20 +00:00 |
filesys.h
|
added --enable-filesystem
|
2000-02-27 21:06:17 +00:00 |
font.h
|
Fixes from Mumit Khan to allow DLL compilation; most fixes related to
|
2000-01-10 00:55:05 +00:00 |
fontdlg.h
|
*** empty log message ***
|
1999-10-07 04:44:22 +00:00 |
fontenum.h
|
added wxFontEnumerator::GetFacenames and GetEncodings that return array of facenames/encodings found by EnumerateXXXX
|
1999-11-06 15:38:23 +00:00 |
fontmap.h
|
added IsEncodingAvailable and GetAltForEncoding extended by facename argument and added GetAltForEncoding alternative that returns only wxFontEncoding (and thus more useful for wxWin users)
|
2000-01-08 23:45:31 +00:00 |
fontutil.h
|
add wxFontEncoding member into wxNativeEncodingInfo
|
2000-01-08 23:45:24 +00:00 |
frame.h
|
OS/2 Updates
|
2000-03-20 00:20:29 +00:00 |
fs_inet.h
|
added --enable-filesystem
|
2000-02-27 21:06:17 +00:00 |
fs_mem.h
|
fixes for wxBase compilation
|
2000-03-04 20:37:08 +00:00 |
fs_zip.h
|
added --enable-filesystem
|
2000-02-27 21:06:17 +00:00 |
gauge.h
|
*** empty log message ***
|
1999-07-28 03:38:12 +00:00 |
gdicmn.h
|
moved wxDash typedef to gdicmn.h
|
2000-03-13 14:34:35 +00:00 |
gdiobj.h
|
*** empty log message ***
|
1999-07-28 03:38:12 +00:00 |
geometry.h
|
excluded geometry.cpp from build by using #if wxUSE_GEOMETRY which is never
|
2000-01-24 16:22:11 +00:00 |
gifdecod.h
|
Now wxGIFDecoder always tries to read to the end of the GIF data.
|
2000-02-17 23:39:35 +00:00 |
glcanvas.h
|
Moved wxGLCanvas to more normal positions
|
2000-02-28 08:22:57 +00:00 |
grid.h
|
Added new wxGrid classes. This is a work in progress !
|
1999-10-06 05:13:20 +00:00 |
gsocket.h
|
Removed bool params and retvalues in GSocket interface to avoid mismatch
|
2000-03-16 21:57:20 +00:00 |
hash.h
|
1. wxGrid row can't be resized to less than minimal height
|
2000-03-02 00:58:11 +00:00 |
help.h
|
Added WinHelp sample doc to samples/help, and made it possible to show
|
2000-03-08 13:04:51 +00:00 |
helpbase.h
|
Added WinHelp sample doc to samples/help, and made it possible to show
|
2000-03-08 13:04:51 +00:00 |
helphtml.h
|
Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now
|
1998-08-15 00:23:28 +00:00 |
helpwin.h
|
*** empty log message ***
|
1999-08-02 04:44:01 +00:00 |
helpxlp.h
|
Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now
|
1998-08-15 00:23:28 +00:00 |
icon.h
|
*** empty log message ***
|
1999-07-28 03:38:12 +00:00 |
imagbmp.h
|
image handlers moved to separate headers (imagbmp.h etc.) This change is backward compatible (all hdrs #included in image.h) and reduces executable size under GCC
|
1999-12-15 22:38:02 +00:00 |
image.h
|
Added rotation to wxImage
|
2000-02-06 14:51:36 +00:00 |
imaggif.h
|
image handlers moved to separate headers (imagbmp.h etc.) This change is backward compatible (all hdrs #included in image.h) and reduces executable size under GCC
|
1999-12-15 22:38:02 +00:00 |
imagjpeg.h
|
image handlers moved to separate headers (imagbmp.h etc.) This change is backward compatible (all hdrs #included in image.h) and reduces executable size under GCC
|
1999-12-15 22:38:02 +00:00 |
imaglist.h
|
*** empty log message ***
|
1999-07-28 03:38:12 +00:00 |
imagpcx.h
|
image handlers moved to separate headers (imagbmp.h etc.) This change is backward compatible (all hdrs #included in image.h) and reduces executable size under GCC
|
1999-12-15 22:38:02 +00:00 |
imagpng.h
|
image handlers moved to separate headers (imagbmp.h etc.) This change is backward compatible (all hdrs #included in image.h) and reduces executable size under GCC
|
1999-12-15 22:38:02 +00:00 |
imagpnm.h
|
image handlers moved to separate headers (imagbmp.h etc.) This change is backward compatible (all hdrs #included in image.h) and reduces executable size under GCC
|
1999-12-15 22:38:02 +00:00 |
imagtiff.h
|
image handlers moved to separate headers (imagbmp.h etc.) This change is backward compatible (all hdrs #included in image.h) and reduces executable size under GCC
|
1999-12-15 22:38:02 +00:00 |
intl.h
|
wxLocale now uses wxEncodingConverter (must be explicitly enabled)
|
2000-01-02 19:51:30 +00:00 |
ioswrap.h
|
missing newline at the end of file added
|
1999-06-27 22:06:33 +00:00 |
ipcbase.h
|
Fixed virtual function hiding problem
|
2000-01-06 19:05:02 +00:00 |
isql.h
|
Added an OS/2 section to the sql defines
|
2000-02-10 18:32:08 +00:00 |
isqlext.h
|
Updates to make latest changes compile
|
2000-02-09 22:58:41 +00:00 |
joystick.h
|
*** empty log message ***
|
1999-07-28 03:38:12 +00:00 |
layout.h
|
1. fixed (to test) the bug with bitmaps without masks in wxImageList
|
2000-01-21 21:38:51 +00:00 |
laywin.h
|
Added wxSashWindow, wxSashLayoutWindow, wxLayoutAlgorithm classes and sample
|
1998-09-07 09:27:34 +00:00 |
list.h
|
Added project files for STC; fixed wxStringList memory leaks; small doc changes;
|
2000-03-12 15:04:12 +00:00 |
listbox.h
|
1. sorted wxListBox and wxComboBox seem to work under wxGTK
|
1999-10-22 18:00:39 +00:00 |
listctrl.h
|
compatibility/compilation fix
|
2000-02-25 13:56:52 +00:00 |
listimpl.cpp
|
WX_DECLARE_HASH() macro for type safe hashes
|
2000-02-25 19:23:11 +00:00 |
log.h
|
1. some patches from Janos Vegh to docview template detection
|
2000-03-13 15:48:03 +00:00 |
longlong.h
|
wxLongLongWx::Assign(double) works - thanks Guillermo
|
2000-01-08 14:26:40 +00:00 |
matrix.h
|
Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now
|
1998-08-15 00:23:28 +00:00 |
mdi.h
|
*** empty log message ***
|
1999-07-28 03:38:12 +00:00 |
memconf.h
|
1. added wxMemoryConfig (private) class
|
2000-01-22 23:15:52 +00:00 |
memory.h
|
Some Motif fixes; makefile fixes; added wxTransferStreamToFile/FileToStream for wxWin
|
2000-02-24 15:04:24 +00:00 |
menu.h
|
1. wxMenuBar::FindMenu() made "const"
|
2000-02-22 10:17:32 +00:00 |
menuitem.h
|
added wxMenuITemBase copy ctor decl apparently needed under FreeBSD
|
2000-01-20 22:34:48 +00:00 |
metafile.h
|
Added ShowFullScreen
|
2000-02-08 19:14:50 +00:00 |
mimetype.h
|
fixing memory leaks & mem tracing false alerts
|
2000-02-02 21:17:25 +00:00 |
minifram.h
|
*** empty log message ***
|
1999-07-28 03:38:12 +00:00 |
module.h
|
OnExit() is called for modules which were initialized even if the init of
|
1999-01-17 22:44:04 +00:00 |
msgdlg.h
|
Did somework on the generic dialogs,
|
1999-08-11 11:53:40 +00:00 |
mstream.h
|
Fixes from Mumit Khan to allow DLL compilation; most fixes related to
|
2000-01-10 00:55:05 +00:00 |
notebook.h
|
adaptions for CW Pro 5.3 on mac
|
2000-01-13 07:57:22 +00:00 |
object.h
|
wxMac completed so far, generic listctrl extension
|
1999-11-11 16:11:14 +00:00 |
objstrm.h
|
file should end with newline
|
1999-06-17 10:03:00 +00:00 |
odbc.h
|
fix include files path
|
2000-02-03 13:07:42 +00:00 |
ownerdrw.h
|
mingw32 compilation fixes
|
1999-12-02 14:47:49 +00:00 |
palette.h
|
*** empty log message ***
|
1999-07-28 03:38:12 +00:00 |
panel.h
|
Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now
|
1998-08-15 00:23:28 +00:00 |
paper.h
|
Added paper classes.
|
1999-03-26 21:14:01 +00:00 |
pen.h
|
*** empty log message ***
|
1999-07-28 03:38:12 +00:00 |
plot.h
|
Add draft wxPlotWindow
|
2000-01-17 19:56:42 +00:00 |
print.h
|
mac adaptions
|
1999-11-09 15:24:52 +00:00 |
printdlg.h
|
More OS/2 stuff
|
1999-10-12 22:49:24 +00:00 |
prntbase.h
|
unused parameter warnings suppressed
|
1999-09-18 16:49:30 +00:00 |
process.h
|
1. wxProcess changes to make capturing subprocess output easier (and more
|
2000-03-02 19:06:13 +00:00 |
progdlg.h
|
Added a generic wxProgressDialog and made wxPostscriptPrinter use it.
|
1999-05-09 15:19:45 +00:00 |
prop.h
|
Added Prepend() and Remove() methods to wxSizer,
|
1999-08-16 20:17:48 +00:00 |
propform.h
|
*** empty log message ***
|
1999-10-24 15:57:35 +00:00 |
proplist.h
|
Further fixes to Dialog Editor; additions to .dsp files
|
2000-01-14 17:55:49 +00:00 |
radiobox.h
|
*** empty log message ***
|
1999-07-28 03:38:12 +00:00 |
radiobut.h
|
*** empty log message ***
|
1999-07-28 03:38:12 +00:00 |
region.h
|
*** empty log message ***
|
1999-07-28 03:38:12 +00:00 |
resource.h
|
Added #include "wx/bitmap.h"
|
2000-02-28 13:15:44 +00:00 |
sashwin.h
|
Added wxSashWindow, wxSashLayoutWindow, wxLayoutAlgorithm classes and sample
|
1998-09-07 09:27:34 +00:00 |
sckaddr.h
|
GSocket:
|
2000-01-21 03:12:59 +00:00 |
sckipc.h
|
Some parts rewritten to use wxSocket events instead of callbacks, as the
|
2000-03-10 05:30:53 +00:00 |
sckstrm.h
|
*** empty log message ***
|
1999-08-02 04:44:01 +00:00 |
scrolbar.h
|
*** empty log message ***
|
1999-07-28 03:38:12 +00:00 |
scrolwin.h
|
Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now
|
1998-08-15 00:23:28 +00:00 |
serbase.h
|
Changed a few #include <xxx.h> to #include "xxx.h"
|
1999-08-20 22:52:21 +00:00 |
settings.h
|
added wxSYS_COLOUR_LISTBOX
|
2000-02-15 22:10:08 +00:00 |
setup.h
|
configure changes, for wxBase and wx-config
|
2000-02-24 12:20:22 +00:00 |
sizer.h
|
Added wxSizer::Insert()
|
1999-12-16 16:37:08 +00:00 |
slider.h
|
*** empty log message ***
|
1999-07-28 03:38:12 +00:00 |
socket.h
|
Removed bool params and retvalues in GSocket interface to avoid mismatch
|
2000-03-16 21:57:20 +00:00 |
spinbutt.h
|
Various VC++ 1.5 and other corrections
|
2000-02-16 11:53:16 +00:00 |
spinctrl.h
|
16-bit fixes
|
2000-01-15 10:20:46 +00:00 |
splitter.h
|
Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now
|
1998-08-15 00:23:28 +00:00 |
statbmp.h
|
*** empty log message ***
|
1999-07-28 03:38:12 +00:00 |
statbox.h
|
*** empty log message ***
|
1999-07-28 03:38:12 +00:00 |
statline.h
|
wxMac (debug) builds and runs wxMinimal again
|
1999-11-10 11:32:00 +00:00 |
stattext.h
|
*** empty log message ***
|
1999-07-28 03:38:12 +00:00 |
statusbr.h
|
1. status bar can now be positioned on top (and anywhere, in fact)
|
2000-03-14 00:45:54 +00:00 |
strconv.h
|
Visualage C++ V4.0 updates
|
1999-12-14 23:32:53 +00:00 |
stream.h
|
1. wxProcess changes to make capturing subprocess output easier (and more
|
2000-03-02 19:06:13 +00:00 |
string.h
|
Minor additions to make working with binary buffers easier.
|
2000-01-31 21:22:44 +00:00 |
tab.h
|
Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now
|
1998-08-15 00:23:28 +00:00 |
tabctrl.h
|
*** empty log message ***
|
1999-07-28 03:38:12 +00:00 |
taskbar.h
|
*** empty log message ***
|
1999-07-28 03:38:12 +00:00 |
tbarbase.h
|
Fixed a void* to wxObject* conversion error in a return causing compile break across all ports
|
1999-12-17 15:35:48 +00:00 |
tbarsmpl.h
|
wxToolBarSimple fix + OGL studio sample compilation
|
2000-02-24 16:26:20 +00:00 |
textctrl.h
|
Workaround (?) for using streambuf with wxUSE_IOSTREAMH=0
|
2000-02-17 18:23:41 +00:00 |
textdlg.h
|
Did somework on the generic dialogs,
|
1999-08-11 11:53:40 +00:00 |
textfile.h
|
Added Create functions. They return TRUE if the file was successfully
|
2000-03-07 10:02:25 +00:00 |
thread.h
|
wxThread::GetCPUCount() and SetConcurrency() added and documented
|
1999-12-06 12:31:04 +00:00 |
time.h
|
more fixes to compilation warnings from HP-UX build log. About 30% more to go
|
2000-01-05 15:35:04 +00:00 |
timer.h
|
attempts at making wxSocket work with wxBase - it doesn't work but
|
2000-02-25 16:21:53 +00:00 |
tipdlg.h
|
more files I forgot to commit
|
1999-06-28 22:08:46 +00:00 |
tokenzr.h
|
more HP-UX compilation warnings fixed (187th try)
|
2000-02-09 17:51:16 +00:00 |
toolbar.h
|
merging in the toolbar changes
|
1999-12-15 19:47:54 +00:00 |
tooltip.h
|
*** empty log message ***
|
1999-07-28 03:38:12 +00:00 |
treectrl.h
|
1. implemented wxRegKey::Copy() and CopyValue()
|
2000-02-15 00:05:36 +00:00 |
treelay.h
|
Removed old wxGLCanvas stuff; moved wxTreeLayout to wxWindows; corrected some doc errors
|
2000-02-28 13:42:59 +00:00 |
txtstrm.h
|
Eliminate comma's after last element in an enum
|
1999-12-22 18:40:24 +00:00 |
types.h
|
Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now
|
1998-08-15 00:23:28 +00:00 |
url.h
|
HTTP_PROXY bug (freeze on program startup) should be fixed
|
2000-03-17 18:18:58 +00:00 |
utils.h
|
wxHandleFatalExceptions() added, documented
|
2000-03-17 16:55:34 +00:00 |
valgen.h
|
Added a few #if wxUSE_XXX
|
1999-06-15 20:21:59 +00:00 |
validate.h
|
1. more warnings fixes in gtk/region.cpp and common/tbarsmpl.cpp
|
2000-01-06 16:47:48 +00:00 |
valtext.h
|
Added a few #if wxUSE_XXX
|
1999-06-15 20:21:59 +00:00 |
variant.h
|
Some doc corrections; Watcom C++ corrections; VC++ 4 corrections
|
2000-02-06 19:11:10 +00:00 |
version.h
|
Readded plot event constants.
|
2000-02-15 11:49:06 +00:00 |
wave.h
|
*** empty log message ***
|
1999-07-28 03:38:12 +00:00 |
wfstream.h
|
Added WXDLLEXPORT's to the class definitions
|
1999-09-13 03:49:33 +00:00 |
window.h
|
added CentreOnScreen(), updated the docs to clear this mess a bit
|
2000-02-02 18:48:41 +00:00 |
wizard.h
|
1. wxWizard supports setting images for each page, sample updated to show it
|
2000-01-21 02:26:25 +00:00 |
wx_cw_cm.h
|
CW5.2 Pro Adaptions, wxMac starting to move in
|
1999-11-05 09:16:09 +00:00 |
wx_cw_d.h
|
CW5.2 Pro Adaptions, wxMac starting to move in
|
1999-11-05 09:16:09 +00:00 |
wx_cw.h
|
CW5.2 Pro Adaptions, wxMac starting to move in
|
1999-11-05 09:16:09 +00:00 |
wx.h
|
list.h was included twice
|
2000-03-15 09:31:26 +00:00 |
wxchar.h
|
Removed OGL prior to re-adding; some Watcom corrections
|
2000-03-03 11:10:51 +00:00 |
wxexpr.h
|
replaced T() makro with wxT() due to namespace probs, _T() exists, too
|
1999-10-08 14:35:56 +00:00 |
wxhtml.h
|
making wxHTML 8.3 compliant
|
1999-10-02 18:19:46 +00:00 |
wxprec.h
|
No precompiled headers for gcc, even if compiling WXPM.
|
2000-03-18 22:50:07 +00:00 |
xpmhand.h
|
*** empty log message ***
|
1999-07-28 03:38:12 +00:00 |
zipstrm.h
|
zipstrm link fix
|
1999-08-08 13:58:24 +00:00 |
zstream.h
|
added compression ratio argument to wxZlibOutputStream ctor
|
2000-03-03 22:52:17 +00:00 |