]> git.saurik.com Git - wxWidgets.git/history - samples/mdi
OS/2 fix
[wxWidgets.git] / samples / mdi /
2002-08-24  Gilles Depeyrotupdated CW exported xml projects
2002-08-22  Julian SmartOnSize must not be skipped for non-wxX11 platforms
2002-08-20  Julian SmartApplied patch [ 597398 ] Generic MDI, wxNotebook based.
2002-06-12  Chris Elliottremoving bitmaps from mdi sample
2002-04-07  Gilles Depeyrotupdated CodeWarrior 5.3 exported xml projects
2002-03-21  Julian SmartAdded __WXX11__ tests where appropriate
2002-01-25  Vadim Zeitlininserted @IF_GNU_MAKE@ to allow building with other...
2002-01-19  Gilles Depeyrotuse "..." instead of <...> for wx includes
2002-01-18  Julian SmartUpdated VC++ files
2002-01-10  Gilles Depeyrotchanged PPC struct alignement setting
2001-12-02  Gilles Depeyrotstore CodeWarrior 5.3 projects as xml instead of binary...
2001-11-28  Vadim Zeitlinreplaced "CC = gcc" and even stranger "CPP = gcc -g...
2001-11-28  Vadim Zeitlinreplaced `wx-config --cflags` with `wx-config --cxxflag...
2001-10-09  Vadim Zeitlinadded new project files for all samples and demos;...
2001-09-21  Mattia BarbonUnicode compilation fixes.
2001-09-09  Gilles Depeyrotrenamed CodeWarrior 5 projects (added new ones as well)
2001-08-10  Julian SmartFixed project files for regex.lib, taking the regex...
2001-07-22  Gilles Depeyrotadded dependency handling to Makefiles
2001-06-27  Julian SmartUpdated version to 2.3.2 so apps can test for differenc...
2001-06-16  Vadim Zeitlinapplied patch #428104 (SetSizeHints() for wxMDIChildFrame)
2001-06-09  Gilles Depeyrotadded CodeWarrior 5 projects for samples
2001-06-07  Julian SmartUpdates for version change to 2.3.1
2001-05-10  Julian SmartRemoved references to xpm[d].lib
2001-02-09  Gilles Depeyrotupdated CodeWarrior projects for latest wxMac commits
2001-02-06  Julian SmartUpdated VC++ project files for making DLL-based samples
2001-02-02  Gilles Depeyrotignore CodeWarrior build directory
2000-12-18  Vadim Zeitlinfixed compilation problems (mismatch between header...
2000-12-16  Robert Roebling Applied colour patch for better 8-bit support,
2000-12-10  Vadim Zeitlinmerged in the small changes from the 2.2 branch
2000-10-11  Vadim Zeitlincreate dialog with !NULL parent
2000-10-10  Julian SmartAdded VC++ project files (seems logical)
2000-10-10  Vadim Zeitlinfixed MDI accel bug, more tests for it in the sample
2000-08-25  Jouk Jansen Committing in .
2000-08-24  Jouk Jansen Committing in .
2000-07-15  Bryan Pettymerged 2.2 branch
2000-05-09  Jouk Jansen Committing in .
2000-02-24  Vadim Zeitlin1. corrected bug in MDI sample (which resulted in missi...
2000-02-01  Julian SmartSet/GetWindowMenu added to MDI parent frame under MSW
2000-01-31  Vadim Zeitlinmakefiles changes (@top_srcdir@ adjusted)
1999-11-21  Robert Roebling makefile updates,
1999-09-29  Vadim Zeitlin1. Implemented support for different icons for differen...
1999-08-14  Robert Roebling Makefile updates
1999-08-14  Robert Roebling More samples makefiles
1999-08-13  Robert Roebling More smaple makefiles
1999-07-03  Robert Roebling Added wxExtDialog and sample.
1999-06-07  Robert Roebling CVS cleanups.
1999-06-02  Vadim Zeitlinremoving (finally) autogenerated files
1999-06-02  Vadim Zeitlinslightly updated makefiles
1999-06-01  Vadim Zeitlinre-readding makefiles
1999-06-01  Vadim Zeitlinre-removing Makefile.in
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-06-01  Vadim Zeitlinold makefiles removed
1999-05-30  Robert Roebling A bit more Unicode compilation.
1999-05-23  Vadim Zeitlinmore MDI features tested
1999-02-09  Julian SmartAdded more makefiles; fixed some samples for Cygwin
1999-02-09  Julian SmartRationalised Cygwin sample makefiles
1999-02-05  Julian SmartRemoved lots of OnClose functions; doc'ed OnCloseWindow...
1999-01-25  Julian SmartSigh, some more makefiles I forgot about (for TWIN32...
1999-01-24  Julian SmartRenamed .nt makefiles to .vc and factored them out...
1999-01-11  Julian SmartCorrected thread.h inline problem. Set WXWIN_COMPATIBIL...
1999-01-07  Julian SmartWatcom C++ mods
1999-01-04  Julian SmartSimplified BC++ makefiles; C++Builder 1.0 compilation...
1998-12-28  Julian SmartChanges for 16-bit BC++ (not there yet), GnuWin32;...
1998-12-20  Julian SmartwxPaintDC -> wxDC in wxListCtrl; fixed compile problems...
1998-12-16  Julian SmartRemoved some unnecessary bitmaps; other minor changes
1998-12-15  Julian SmartUpdated frame style
1998-12-08  Julian SmartAdded OLE automation sample, changed BC++ makefiles
1998-11-23  Julian SmartFix to wxTreeCtrl::GetNextChild from Marcel Rasche...
1998-11-22  Julian SmartChanges to WXDLLEXPORT keyword position for VC++ 6...
1998-11-17  Julian SmartCured BC++ makefile bug; wxGrid fix; updated Motif...
1998-11-08  Julian SmartOGL fixes for wxMotif; added Set/GetClientData to wxMen...
1998-11-03  Robert Roebling Fix for TextCtrl problem as reported by Vegh
1998-10-27  Julian SmartMotif wxNotebook about done; added print/preview to...
1998-10-19  Julian SmartMore Motif additions: mdi and sashtest samples now...
1998-10-18  Julian SmartMotif additions
1998-09-04  Robert Roebling Corrected wxWindow::GetExtent
1998-09-02  Robert Roebling Added wxAccelerators (sort of)
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-22  Julian SmartRemoved redundant makefiles and AIAI icons. Changed...
1998-08-22  Julian SmartRemoved child frame CreateStatusBar from MDI sample...
1998-08-17  Robert Roebling Turned wxIcon inline constructors to real constructors
1998-08-17  Robert Roebling GTK's toolbar class has no OnPaint
1998-08-16  Robert Roebling Added mising AddBitmapList in wxBitmap
1998-08-15  Robert Roebling Makefile fixes
1998-08-13  Unknown (AN)-Debian glibc2 system is 'linux-gnu', not 'Linux';updat...
1998-08-08  Denis PershinSmall modification
1998-08-08  Denis PershinThird try to commit....
1998-07-31  Robert Roebling Added bitmaps and icons to samples
1998-07-31  Julian SmartAdded wxAcceleratorTable, wxFrame::SetAcceleratorTable...
1998-07-31  Julian SmartSome manual updates; in MDI sample, child frames now...
1998-07-27  Robert Roeblingwarning msgs
1998-07-27  Julian SmartwxToolBar API changes; now frames manage their toolbar...
1998-07-24  Julian SmartRemoved explicit #defines for wxToolBar
1998-07-24  Robert RoeblingwxFrame::CreateToolBar() stuff
1998-07-22  Robert Roeblingmdi private menus
1998-07-13  Robert Roeblingresize mdi and notebook client
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-07-08  Julian SmartRemoved redundant auto-setting code in wxDC; corrected...
1998-05-27  Julian SmartMisc changes for DOS compatibility, plus added wxApp...
1998-05-22  Julian Smart*** empty log message ***
next