]> git.saurik.com Git - wxWidgets.git/history - src/msw/data.cpp
compilation fixes for wxMSW
[wxWidgets.git] / src / msw / data.cpp
2000-12-18  Vadim Zeitlincompilation fixes for wxMSW
2000-12-18  Vadim Zeitlinapplied wxNativeFontInfo patch from Derry Bryson (with...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-25  Vadim Zeitlin1. cursor fixes: frame does have hand cursor in the...
1999-12-23  Robin DunnAdded a constructor that allows creation of independent...
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARIES
1999-10-17  Vadim Zeitlin1. wxPostEvent added and documented
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-07  Vadim Zeitlinsome fixes after global _T() => T() change
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-09-05  Julian SmartMisc. 16-bit compilation fixes
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-04-03  Guilhem Lavaux* Changed "wxPendingEvents" to pointers (tested on...
1999-03-30  Vadim ZeitlinwxTopLevelWindows is now a wxWindowList, better compati...
1999-03-27  Guilhem Lavaux* Added threads event propagation. Should compile on...
1999-02-28  Julian SmartDoc mods; fixed return non-processing problem; fixed...
1999-02-28  Guilhem Lavaux* Added "--with-sockets" and made wxSocket optionnal.
1999-01-22  Julian SmartMade wxGTK dcps.cpp generic.
1999-01-08  Unknown (UG)WXDLLEXPORT added to wxPendingList
1998-12-28  Julian SmartChanges for 16-bit BC++ (not there yet), GnuWin32;...
1998-12-11  Robert Roebling ADDED wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
1998-11-30  Julian SmartHierarchy fixes; bug fix for tabg that was introduced...
1998-11-28  Vadim Zeitlintoolbar tooltips fix
1998-10-16  Unknown (UG)no message
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-09-17  Guilhem Lavaux* Added wxSerial DLL support for Borland 32
1998-09-01  Guilhem Lavaux* wxCreateDynamicObject() uses an hashtable now
1998-07-31  Julian SmartAdded wxAcceleratorTable, wxFrame::SetAcceleratorTable...
1998-07-15  Guilhem LavauxwxStream: wxInputStream and wxOutputStream don't inheri...
1998-07-14  Guilhem Lavaux* wxStream: I've rewritten the inheritance
1998-07-12  Guilhem LavauxAdded IMPLEMENT_CLASS, ... about wxStream classes ...
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-07-02  Guilhem Lavaux* Deleted all ^M
1998-05-21  Julian SmartApp declarations modified; cursor was corrupt; needed...
1998-05-20  Karsten Ballüderadded some wxMSW stuff