]> git.saurik.com Git - wxWidgets.git/history - include/wx/msw/notebook.h
Removed some warnings in widgets sample
[wxWidgets.git] / include / wx / msw / notebook.h
2003-07-31  Julian SmartRemoved some warnings in widgets sample
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-07-06  Vadim ZeitlinwxNotebook::HitTest() for wxMSW added (patch 748469)
2003-06-02  Julian SmartAttempt to make wxWindows play better with XP themes
2003-06-01  Julian SmartApplied patch [ 743194 ] HitTest for wxNotebook
2003-06-01  Julian SmartApplied [ 745533 ] implemented wxNotebook::DoGetBestSize
2003-05-01  Vadim Zeitlinfix the wrong size of the first page when it's added...
2003-04-06  Vadim Zeitlinadded assert to check that notebook page does have...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-14  Vadim Zeitlincompilation fix for wxUSE_CONSTRAINTS==0
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-16  Vadim Zeitlinchange the selection appropriately (and refresh it...
2002-04-10  Vadim Zeitlindon't send dummy scroll events from wxNotebook when...
2001-07-02  Vadim Zeitlin1. fixed wxGTK notebook which was completely broken...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2000-09-28  Václav Slavíkadded wxNotebook::AssingImageList
2000-07-15  Bryan Pettymerged 2.2 branch
1999-11-16  Vadim ZeitlinwxFrameBase class for wxMSW and wxGTK
1999-10-12  Vadim Zeitlin1. DLL compilation fixes (wrong WXDLLEXPORT placement...
1999-09-29  Vadim Zeitlin1. Implemented support for different icons for differen...
1999-09-29  J. Russell SmythAdded defines to allow altered tab placement under...
1999-06-13  Vadim ZeitlinWXDLLEXPORTLOCAL removed, WXDLLEXPORT seems to be enough
1999-06-10  Vadim ZeitlinwxNotebook compilation fix
1999-05-25  Vadim Zeitlin1. wxNotifyEvent documented
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-05-13  Vadim Zeitlin1. MSW message handling simplifications
1999-03-21  Julian SmartAdded wxTreeCtrl::SetItemDropHighlight (wxMSW only);
1999-03-12  Vadim Zeitlintypo corrected
1998-11-24  Vadim Zeitlin1. new wxList code
1998-11-24  Julian Smart2nd attempt at MDI in wxMotif, using wxNotebook this...
1998-11-22  Julian SmartChanges to WXDLLEXPORT keyword position for VC++ 6...
1998-10-26  Julian SmartAdded OnEraseBackground to wxNotebook on wxMSW to avoid...
1998-10-12  Julian SmartChanges related to stream includes
1998-08-12  Vadim Zeitlinexplicit SetSelection/SetOldSelection methods added...
1998-08-07  Robin DunnRemoved a ">>>>>>> 1.5" (a CVS conflict indicator)...
1998-08-07  Vadim Zeitlin(1) Denis Pershin's patch for wxGTK (memory leaks corre...
1998-07-12  Vadim Zeitlinconstraints handling for the notebook pages fixed
1998-07-08  Vadim Zeitlinimproved keyboard handling, bug fixes
1998-07-08  Julian SmartFixed event arg in notebook.h, #ifdefed out some functi...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-06-14  Vadim ZeitlinwxNotebook interface (it may change!), implementation...