]> git.saurik.com Git - wxWidgets.git/history - wxPython/contrib/gizmos/wxCode/src/treelistctrl.cpp
fixed improper (long) casts
[wxWidgets.git] / wxPython / contrib / gizmos / wxCode / src / treelistctrl.cpp
2005-11-28  David Surovellfixed improper (long) casts
2005-11-20  Dimitri Schoolwerthapplied patch #1356901 "Yet another removal of extra...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-05-31  Julian SmartOlly Betts' typo patch
2005-05-22  Dimitri Schoolwerthremoved redundant preprocessor check
2005-03-02  Robin DunnSet the mouse pos for the drag events, add support...
2005-01-05  Robin DunnGetSystemColour --> GetColour
2005-01-03  Robin DunnFactor out the OnSize code so it can also be used in...
2004-12-31  Robin Dunnfix compilo for when there are no precompiled headers
2004-12-31  Robin DunnCorrect some redraw glitches in the header when resizin...
2004-11-12  Robin DunnCompilation fix
2004-10-05  Robin DunnImprove image hittest
2004-09-28  Robin Dunnoff-by-one fix
2004-09-28  Robin DunnCorrected compile warnings, took out debug printf
2004-09-28  Robin DunnPatch from Alberto Griggio to use the wxRenderer for...
2004-08-25  Robin Dunngive the generic tree and list controls a DoGetBestSize
2004-08-11  Robin Dunnfixed crashing bug when trying to set colours too soon
2004-06-29  Robin Dunnuse TWIST buttons by default on the Mac, but also make...
2004-06-29  Robin DunnFixed HitTest for columns > 1
2004-06-29  Robin DunnOops, forgot to remove som testing code
2004-06-29  Robin DunnFixed lots of painting, clipping and alignment issues.
2004-06-28  Robin DunnFix HitTest offset, and some other little things that...
2004-06-14  Robin Dunnm_img* need initialized too otherwise we can end up...
2004-05-25  Robin DunnSwitch to the TreeListCtrl from the wxCode project.