Warning fixes for win64
[wxWidgets.git] / src / generic / listbkg.cpp
2005-10-17  Michael WetherellWarning fixes for win64
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-01  Włodzimierz SkibaSizing fixes for wxListbook and wxChoicebook.
2005-07-06  Vadim Zeitlinavoid moving the list control unnecessarily
2005-07-02  Vadim Zeitlinfixed bug with showing unneeded scrollbar in the list...
2005-02-11  Robin Dunntypo
2005-02-10  Włodzimierz SkibaUse default constructors for wxSize/Point/Rect.
2004-11-23  Włodzimierz SkibawxBookCtrl->wxBookCtrlBase. wxBookCtrl is now most...
2004-11-08  Włodzimierz SkibaGet shorter code with new wxRect constructor.
2004-10-11  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-10-06  Włodzimierz SkibaRemoved doubled events, corrected behaviour (patch...
2004-09-30  Julian SmartDeprecated SetItemImage with 2 image ids
2004-09-23  Włodzimierz Skibawx(Choice/List/Note)book controls send CHANG(ED/ING...
2004-09-17  Włodzimierz SkibawxChoicebook follows wxListBook internal changes. Style...
2004-09-16  Vadim Zeitlinmade wxListbook events more consistent with wxNotebook...
2004-08-25  Robin DunnwxListbook needs to clean up the wxListCtrl when Delete...
2004-07-03  Robin DunnInvalidate notebook best size when pages are added...
2004-06-17  Włodzimierz SkibaCode cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-30  Vadim Zeitlinfixed bug with SetSelection() not hiding the previously...
2004-01-27  Robin DunnSend an extra size event after creation to work around...
2003-09-14  Vadim Zeitlindisabled (conditionally) separating static line; improv...
2003-09-14  Vadim ZeitlinGePageRect() should use the full list size while OnSize...
2003-09-14  Vadim Zeitlinuse newly added GetViewRect() instead of trying to...
2003-08-24  Vadim Zeitlinfixes for the list ctrl layout
2003-08-22  Robin DunnDon't use wxID_ANY so events from child wxListCtrl...
2003-08-22  Vadim Zeitlintry to size the list control correctly even when it...
2003-08-22  Vadim Zeitlin(blind) fix for MSW crash
2003-08-22  Julian SmartInclude imaglist.h
2003-08-21  Vadim Zeitlinadded wxListbook