wxWidgets/src
2002-08-16 19:52:39 +00:00
..
common Compile fix. 2002-08-16 17:39:51 +00:00
generic small fix to reduce flicker slightly while dragging the sash 2002-08-14 15:10:30 +00:00
gtk Applied patch [ 594717 ] Implements wxFRAME_FLOAT_ON_PARENT 2002-08-16 10:33:41 +00:00
gtk1 Applied patch [ 594717 ] Implements wxFRAME_FLOAT_ON_PARENT 2002-08-16 10:33:41 +00:00
html compilation fix for wxGTK (missing header) 2002-08-13 11:45:56 +00:00
iodbc remove c++ comment in header 2000-02-03 13:17:32 +00:00
jpeg CW compilation fix (patch 562701) 2002-06-07 20:41:48 +00:00
mac Exit on frame delete is now initialized and handled in AppBase. 2002-08-16 18:50:17 +00:00
mgl tell that there was an error... 2002-08-10 18:11:45 +00:00
microwin Regenerated files.lst after addition of listbase.h 2002-07-31 20:40:46 +00:00
motif Applied [ 590985 ] fix for radiobox under motif 2002-08-08 09:00:54 +00:00
msw Don't send EVT_KILL_FOCUS when the window is in the process of being 2002-08-16 19:52:39 +00:00
os2 Applied patch [ 594416 ] MDI Previous Child 2002-08-16 09:55:54 +00:00
png Applied patch [ 583922 ] Make generic/wxListCtrl avail. in WIN32 2002-07-22 08:51:49 +00:00
regex Tcl regex lib 2002-07-29 12:27:49 +00:00
stc Fixes for Bug #592758 2002-08-08 19:11:07 +00:00
tiff fixed a warning 2002-05-14 11:28:26 +00:00
univ 'if' commented out by JACS on behalf 2002-08-12 21:41:45 +00:00
unix Typo. 2002-08-11 19:39:22 +00:00
wxWindows.pbproj added msgout.cpp 2002-07-26 06:52:53 +00:00
x11 Exit on frame delete is now initialized and handled in AppBase. 2002-08-16 18:50:17 +00:00
xrc Applied [ 594925 ] Implement wxArtProvider and XRC together 2002-08-16 11:24:46 +00:00
zlib Minor OS/2 bug with a misplace #endif 2002-04-26 13:08:26 +00:00
.cvsignore ignore Mac OS X specific files 2002-05-08 13:14:40 +00:00
cwcopysetup.bat applied patch to build wxMSW with CW7 (patch 550445) 2002-05-09 22:34:44 +00:00
cwdcopysetup.bat applied patch to build wxMSW with CW7 (patch 550445) 2002-05-09 22:34:44 +00:00
cygnus.bat Added sqltypes.h (for Cygwin b20), some other Cygwin fixes. 1999-10-14 14:10:59 +00:00
files.lst Updated Makefiles for all but Motif; there is either a lock or a CVS problem. 2002-07-24 19:46:48 +00:00
make.env.in use specific linker flags under Mac OS X when linking executables against the 2002-04-19 18:39:06 +00:00
makeb32.env you don't have to set BCCDIR for compilation with Borland any longer (patch 550105) 2002-05-02 13:56:41 +00:00
makebcc.env Removed OGL prior to re-adding; some Watcom corrections 2000-03-03 11:10:51 +00:00
makefile.bcc removed libxpm dependencies from makefiles 2001-05-09 22:36:25 +00:00
makefile.dos
makefile.va Updated makefiles for VisualAge C++ V3.0 1999-09-15 21:56:39 +00:00
makefile.vc Added dde sample; added docs/index.htm 1999-01-27 10:01:14 +00:00
makeg95.env Fix makefile.g95 for make 3.77 2002-08-07 08:56:08 +00:00
makelib.b32 Replaced 'erase' with $(RM) so that the default file deletion program can be overriden 2001-08-12 23:56:07 +00:00
makelib.bcc Added more makefiles; fixed some samples for Cygwin 1999-02-09 16:00:23 +00:00
makelib.env.in fixes for BSD make 2002-05-10 19:15:35 +00:00
makelib.g95 patch for cleanall target in mingw makefiles (which I forgot to commit before) 2001-03-21 19:13:09 +00:00
makelib.vc Added code to create $D (debug or release) subdir to put the .OBJ files into. 2001-01-16 10:57:48 +00:00
makelib.wat Added more makefiles; fixed some samples for Cygwin 1999-02-09 16:00:23 +00:00
makemac6.mcp added missing code files 2001-12-19 21:36:52 +00:00
makemac7.mcp added shared libs targets 2002-01-20 16:46:37 +00:00
makemsc.env Added some makefiles, fixed a BC++ problem in controls.cpp; changed some class 1999-11-06 17:12:10 +00:00
makeprog.b32 you don't have to set BCCDIR for compilation with Borland any longer (patch 550105) 2002-05-02 13:56:41 +00:00
makeprog.bcc Removed OGL prior to re-adding; some Watcom corrections 2000-03-03 11:10:51 +00:00
makeprog.env.in keep name of wxmac icon for application bundles unstead of renaming it 2002-06-29 11:07:30 +00:00
makeprog.g95 Added define to STC VC++ project file 2002-04-08 20:17:40 +00:00
makeprog.msc Removed OGL prior to re-adding; some Watcom corrections 2000-03-03 11:10:51 +00:00
makeprog.sl Added some makefiles 1999-01-25 12:15:20 +00:00
makeprog.va Fix to properly find OS/2 wx.rc 2002-01-25 22:49:51 +00:00
makeprog.vc wxIconBundle implementation. 2002-03-26 21:54:23 +00:00
makeprog.wat Added long-filename functions & normalisation; patch to Watcom makefiles 2001-03-21 12:34:56 +00:00
makesc.env More SC++ fixes; HelpGen starting to compile with VC++; image sample now compiles/runs 1999-01-09 20:18:06 +00:00
makesl.env removed libxpm dependencies from makefiles 2001-05-09 22:36:25 +00:00
maketwin.env Added some makefiles 1999-01-25 12:15:20 +00:00
makeva.env Visualage fixes for Stefan's socket implementations 2001-05-21 20:29:42 +00:00
makevc.env Set flags and libs for using unicows if MSLU=1 2002-03-30 01:18:03 +00:00
makewat.env fixes for setup.h handling in Watcom makefiles 2001-12-08 23:28:29 +00:00
mingegcs.bat Added a few files; fixed some warnings and wxMotif compile problems 1999-01-31 18:47:10 +00:00
mingw32.bat Applied #486410 2001-12-08 22:22:00 +00:00
ntwxwin.mak Renamed .nt makefiles to .vc and factored them out; made DND sample compile 1999-01-24 19:13:55 +00:00
wxBase.dsp Updated Makefiles for all but Motif; there is either a lock or a CVS problem. 2002-07-24 19:46:48 +00:00
wxBase.dsw renamed project files for 3rd party libs from FooVC.dsp to foo.dsp 2001-10-04 13:27:15 +00:00
wxJpeg.icc Minor updates 2000-02-14 04:58:59 +00:00
wxPng.icc Minor updates 2000-02-14 04:58:59 +00:00
wxTiff.icc Tiff library icc for VisualAge 4.0 2000-03-14 14:07:33 +00:00
wxUniv.dsp fixed the paths of the theme files in the VC++ wxUniv project 2002-08-14 22:29:58 +00:00
wxUniv.dsw adding wxUniv project/workspace files 2001-10-06 22:12:10 +00:00
wxWin.icc Add gridctrl 2001-05-29 18:59:46 +00:00
Wxwindll.icc Add gridctrl 2001-05-29 18:59:46 +00:00
wxWindows.dsp Updated Makefiles for all but Motif; there is either a lock or a CVS problem. 2002-07-24 19:46:48 +00:00
wxWindows.dsw Added dependencies to .dsw file 2002-04-08 20:39:27 +00:00
wxwindowsM5.xml updated xml project file with latest changes (spinctrl, display, msgout, ...) 2002-08-04 14:39:32 +00:00
wxWindowsM7.mcp updated project files 2002-08-12 05:28:46 +00:00
wxWindowsW7.xml Applied [ 587500 ] Update CW project file for wxMSW 2002-08-08 09:37:55 +00:00
wxXpm.icc Minor updates 2000-02-14 04:58:59 +00:00
wxZlib.icc Minor updates 2000-02-14 04:58:59 +00:00