]> git.saurik.com Git - wxWidgets.git/history - include/wx/defs.h
Modified WM hints handling which should be much better now.
[wxWidgets.git] / include / wx / defs.h
1999-05-05  Karsten BallüderModified WM hints handling which should be much better...
1999-05-05  Julian SmartwxNotebook fixes for Win16; VC++ 4 fixes for OLE files...
1999-05-03  Robert Roebling Implemented flat toolbars
1999-04-20  Robert Roebling little doc updates
1999-04-09  Robert Roebling Here it comes:
1999-03-25  Julian SmartMany changes to the printing classes.
1999-03-25  Vadim ZeitlinAIX patches from Hans-Joachim Baader <hans-joachim...
1999-03-21  Julian SmartAdded wxTreeCtrl::SetItemDropHighlight (wxMSW only);
1999-03-12  Vadim Zeitlinmore things are done by configure: checks for bool...
1999-03-04  Vadim ZeitlinHP-UX compilation fixes (or so I hope)
1999-03-03  Vadim ZeitlinSGI compilation fixes
1999-02-25  Vadim Zeitlinmore HP-UX fixes
1999-02-25  Vadim Zeitlinmore DG-UX compilation fixes (thanks to Benjamin Beckwith)
1999-02-17  Robert Roebling Let's face it, GTK's resizing is broken and
1999-02-12  Julian SmartSmall Tex2RTF fixes; wxMotif compile fixes (motif.inc...
1999-02-11  Stefan CsomorCW Win32 and Mac adaptions
1999-02-10  Robert Roebling distribution things
1999-02-09  Julian SmartAdded more makefiles; fixed some samples for Cygwin
1999-02-05  Julian SmartRemoved lots of OnClose functions; doc'ed OnCloseWindow...
1999-02-05  Julian SmartChanged GetForce -> !CanVeto
1999-02-03  Vadim Zeitlin_MSC_VER change fixes - now compiles again
1999-02-03  Vadim Zeitlin_MSC_VER => __VISUALC__ change
1999-02-02  Julian SmartConsistent naming of e.g. wxUSE_CTRL
1999-01-27  Robert Roebling wxToolTip part II
1999-01-20  Vadim Zeitlinfixes to previous fixes for Sun's CC 5.0
1999-01-20  Vadim Zeitlinfixes for Sun CC 5.0 (unlike 4.2 it understands bool)
1999-01-19  Julian SmartTWIN32 compatibility added; wxMotif uses wxGTK's wxPost...
1999-01-19  Robert Roebling New DnD and Clipboard code
1999-01-19  Julian SmartSome changes in a vain attempt to make Salford C++...
1999-01-16  Julian SmartVarious changes for Salford C++, and commited fileconf...
1999-01-15  Julian SmartAdded wxTE_PROCESS_TAB
1999-01-14  Vadim Zeitlin1. NOT_FOUND -> wxNOT_FOUND
1999-01-13  Julian SmartwxMSW wxClipboard implementation
1999-01-08  Julian SmartChanges to allow Cygwin to compile in non-PCH mode
1999-01-08  Robert Roebling minor Configure / makefiles updates
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1999-01-02  Robert Roebling Header changes (gtk.h etc no longer included in defs.h
1999-01-01  Stefan Csomormac support as stubs added
1998-12-28  Julian SmartChanges for 16-bit BC++ (not there yet), GnuWin32;...
1998-12-21  Stefan CsomorCW Win32 support
1998-12-20  Julian SmartwxPaintDC -> wxDC in wxListCtrl; fixed compile problems...
1998-12-18  Julian SmartPartial Watcom C++ 10.6 support added (doesn't link...
1998-12-17  Julian SmartAdded wxRA_SPECIFY_COLS/ROWS (same as wxRA_HORIZONTAL...
1998-12-15  Julian SmartCured radiobutton non-setting by using BS_AUTORADIOBUTT...
1998-12-14  Robert Roebling New wxDataObject, DnD and Clipboard code
1998-12-11  Julian SmartSome stubs includes removed from wxMotif; wxNotebook...
1998-12-11  Stefan Csomorregrouped the fix by VZ so that __MWERKS__ comes first...
1998-12-10  Vadim Zeitlin__MWERKS__ check now doesn't give compilation error...
1998-12-10  Stefan CsomorCodeWarrior Support
1998-11-24  Vadim Zeitlin1. new wxList code
1998-11-23  Vadim Zeitlin__WIN16__ not defined any more for !MSW build
1998-11-22  Julian SmartChanges to WXDLLEXPORT keyword position for VC++ 6...
1998-11-09  Julian SmartRemoved references to DEBUG and WXDEBUG; cured Motif...
1998-11-03  Robert Roebling Fix for TextCtrl problem as reported by Vegh
1998-10-22  Julian SmartAdded WXHTREEITEM
1998-10-16  Unknown (UG)no message
1998-10-15  Julian SmartPresumably someone didn't mean to commit that wxUSE_XPM...
1998-10-14  Unknown (UG)fix for vc4.2+ for c++ standard exception handling
1998-10-12  Julian SmartSession management changes for wxMSW.
1998-10-09  Julian SmartDialog unit mods; wxProp tidying
1998-10-02  Julian SmartRemoved DrawOpenSpline since it doesn't seem to be...
1998-09-30  Robin DunnFound the RIGHT place to make the __unix__ fix.
1998-09-28  Julian SmartMore wxMotif work, OGL enhancements, USE_ macro correct...
1998-09-23  Julian SmartwxMotif: wxWindow/Client/PaintDC starting to work.
1998-09-22  Julian SmartSome more Motif work; included utils.h in fileconf...
1998-09-20  Julian SmartMore Motif stuff
1998-09-18  Julian SmartSome more wxMotif stuff: menus
1998-09-17  Julian SmartDnd constant name changes because names like Copy can...
1998-09-17  Julian SmartSimplified app initialisation in wxMSW and wxStubs
1998-09-16  Julian SmartMade wxStubs compile on Unix.
1998-09-12  Julian SmartAdded variant.h/cpp; changed variable names in object...
1998-09-06  Julian SmartVarious changes
1998-08-24  Julian SmartHKEY -> WXHKEY, wxScrolledWindow::SetScale added
1998-08-23  Julian Smartdefs.h corrected (syntax error in wxDELETEA). More...
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-18  Vadim Zeitlinglobally renamed uint to size_t. This has _not_ been...
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-08-13  Julian SmartAttempting to check in this wretched cursor again....
1998-08-10  Julian SmartVarious Dialog Editor-related mods; Dlg Ed. getting...
1998-08-08  Vadim ZeitlinWXFARPROC prototyped as `typedef int (__stdcall *WXFARP...
1998-08-07  Robert Roebling More work on wxQt integration, configure
1998-08-07  Vadim Zeitlin(1) Denis Pershin's patch for wxGTK (memory leaks corre...
1998-08-06  Julian SmartOGL fixes; documentation fixes; dialog editor updates
1998-07-31  Julian SmartAdded wxAcceleratorTable, wxFrame::SetAcceleratorTable...
1998-07-27  Robert Roeblingwarning msgs
1998-07-27  Julian SmartwxToolBar API changes; now frames manage their toolbar...
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-07-07  Julian SmartVarious bug fixes, cosmetic changes
1998-06-26  Julian SmartwxEventType alterations.
1998-06-22  Julian SmartAdded wxCLIP_CHILDREN style (mainly for getting rid...
1998-05-31  Vadim ZeitlinwxDataFormat typedef added
1998-05-21  Julian Smart*** empty log message ***
1998-05-20  Karsten BallüderInitial revision