]> git.saurik.com Git - wxWidgets.git/history - src/generic/treebkg.cpp
wxNB_HITTEST_* flags renamed to wxBK_HITTEST_* to serve all book controls.
[wxWidgets.git] / src / generic / treebkg.cpp
2006-07-05  Włodzimierz SkibawxNB_HITTEST_* flags renamed to wxBK_HITTEST_* to serve...
2006-06-14  Vadim Zeitlinfill in flags parameter of HitTest() for all book contr...
2006-05-26  Vadim Zeitlinmoved wxNotebook::HitTest() to the base book control...
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-05-18  Julian SmartDon't use wxSIMPLE_BORDER on Windows since it gives...
2006-05-18  Julian SmartFixed tree book controller sizing by invalidating size...
2006-05-03  Vadim Zeitlindon't invalidate the tree size when pages are added...
2006-05-03  Vadim Zeitlinfixed setting selection when there are NULL pages in...
2006-04-22  Mart RaudseppAdd #if !WXWIN_COMPATIBILITY_EVENT_TYPES around wxNewEv...
2006-02-05  Vadim Zeitlinrenamed AddSubPage() with pos parameter to InsertSubPage()
2005-10-21  Włodzimierz SkibaUnified flags for orienting wxBookCtrls (with backward...
2005-10-10  Vadim Zeitlininvalidate tree size after adding/removing pages; use...
2005-10-09  Vadim ZeitlinAdded wxTreebook: