]> git.saurik.com Git - wxWidgets.git/history - include/wx/generic/private
Added wxRichToolTip class.
[wxWidgets.git] / include / wx / generic / private /
2011-10-18  Vadim ZeitlinAdded wxRichToolTip class.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-19  Vadim ZeitlinFix keyboard navigation in wxGrid with hidden columns.
2011-06-15  Vadim ZeitlinFix keyboard navigation in wxGrid with reordered columns.
2011-06-15  Vadim ZeitlinRename some parameters in wxGrid code to make them...
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-02-27  Vadim ZeitlinAdd generic wxMarkupText class implementing handling...
2011-01-27  Stefan Csomorclang fixes, fixes #12332
2010-11-13  Vadim ZeitlinFix resizing of wxGrid columns when they were reordered.
2010-10-05  Vadim ZeitlinDestroy the in-place edit control in wxGenericListCtrl...
2010-09-14  Vadim ZeitlinFix drawing of items with custom background in wxGeneri...
2010-07-13  Vadim ZeitlinSend right and double click events in wxGrid when using...
2010-06-09  Francesco MontorsiImplement wx-prefixed macros versions of DECLARE/IMPLEM...
2010-05-10  Vadim ZeitlinBuild fix: forgotten part of the previous commit.
2010-04-12  Vadim ZeitlinFix crash in wxListbook if image list is assigned after...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-05-01  Vadim Zeitlinrename wxGrid::SendSizeEvent() to SendGridSizeEvent...
2009-04-29  Vadim Zeitlingenerate wxEVT_GRID_{COL,ROW}_SIZE events when the...
2009-04-26  Vadim Zeitlinadd a possibility to disable individual grid rows/colum...
2009-04-26  Vadim Zeitlinset correct EOL style for files added in r58024
2009-04-16  Vadim Zeitlinpass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems...
2009-04-15  Vadim Zeitlinuse wxUIntPtr instead of long for 3rd parameter of...
2009-02-25  Vadim Zeitlinadded wxGrid::{Set,Get}{Row,Col}Sizes() methods allowin...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-27  Vadim Zeitlinadd missing headers for PCH-less build
2009-01-27  Francesco Montorsismall cleanup; move private class definitions in a...
2009-01-11  Francesco Montorsisplit wxGrid implementation in grideditors.cpp (for...
2007-12-12  Vadim Zeitlinreplace wrong WXDLLEXPORT declarations with correct...
2007-07-11  Vadim Zeitlincheck for wxUSE_TIMER in headers, not the files includi...
2007-04-20  Vadim Zeitlinpreparation for allowing to use wxTimer in wxBase ...