wxWidgets.git
2008-09-19  Vadim Zeitlindo enable PCH for the tests, wx/wx.h was not precompile...
2008-09-19  Vadim Zeitlinextract wxTextEntry unit tests in a reusable base class
2008-09-19  Vadim Zeitlinset buffer length after reading the file contents into...
2008-09-19  Vadim Zeitlinreturn 0 (meaning the file is not seekable, as the...
2008-09-19  Vadim Zeitlinfix ownerdrawn button label drawing in ODS_NOACCEL...
2008-09-19  Vadim Zeitlincancel the current operation if mouse capture is lost...
2008-09-18  Robert RoeblingMove definition of wxListIteratorFunction and ..SortFun...
2008-09-18  Francesco Montorsifix for gccxml
2008-09-18  Francesco Montorsifix default arguments for various functions/ctors
2008-09-18  Francesco Montorsifew details fixed
2008-09-18  Stefan Csomorremove tests, from trunk, until we've sorted out the...
2008-09-18  Jaakko SalliRemoved unused comment
2008-09-18  Jaakko SalliDocument struct wxPGPaintData in function docs of only...
2008-09-18  Vadim Zeitlinmention that you need to update samples/samples.dsw...
2008-09-18  Jaakko SalliAdded section for propgrid sample
2008-09-18  Jaakko SalliReplaced @link with @ref
2008-09-18  Vadim Zeitlinuse #defines, not typedefs, for compatibility class...
2008-09-18  Jaakko SalliMade section names more globally unique
2008-09-18  Vadim Zeitlinrebaked after propgrid sample addition
2008-09-18  Jaakko SalliAdded 'propgrid'
2008-09-18  Stefan Csomoradding new commands for tests
2008-09-18  Stefan Csomorfixing deprecated constructors for osx
2008-09-18  Stefan Csomorin release builds gcc on osx evaporates these inlines...
2008-09-17  Vadim Zeitlinensure that the copies of the bitmap passed to wxMemory...
2008-09-17  Jaakko SalliRemoved wxPGProperty class overview docs from actual...
2008-09-17  Jaakko SalliFixed typos
2008-09-17  Jaakko SalliRemoved unused commented-out define
2008-09-17  Robert Roeblingminor corrections
2008-09-17  Jaakko SalliRemoved #ifndef DOXYGEN
2008-09-17  Jaakko SalliAdded separate SetFocusOnCanvas() function so that...
2008-09-17  Jaakko SalliRemoved some old testing code. Added more appropriate...
2008-09-17  Jaakko SalliTry to improve focus problem situation by using more...
2008-09-17  Jaakko SalliwxUSE_PROPGRID is now recognized by source and header...
2008-09-17  Stefan Csomornext attempt
2008-09-17  Michael WetherellGeneral purpose slave lock.
2008-09-17  Stefan Csomorreverting, something in locks wasn't good
2008-09-17  Stefan CsomorMW speedups
2008-09-16  Stefan Csomorosx_cocoa build
2008-09-16  Jaakko SalliTry to display '...' text on editor buttons more consis...
2008-09-16  Stefan Csomorfixing redefine warnings
2008-09-16  Stefan Csomornext build
2008-09-16  Stefan Csomoradding scheduler
2008-09-16  Jaakko SalliDo not incorrectly interprete StringToValue() returning...
2008-09-16  Vadim Zeitlinmore grid folding: got rid of duplicate version of...
2008-09-16  Vadim Zeitlindocument wxGridTableBase
2008-09-16  Jaakko SalliRemoved some test code left in a long time ago
2008-09-16  Jaakko SalliEliminated C++ RTTI (typeid etc) use. Eliminated wxPGVa...
2008-09-16  Michael WetherellFix -- in comment.
2008-09-16  Stefan Csomorrollback just in case it was me. ...
2008-09-16  Stefan Csomordifferent build dirs
2008-09-16  Stefan Csomorexpanding builds
2008-09-16  Stefan Csomorbuildbot test
2008-09-16  Robert RoeblingAdded reverse iterator to wxVector<T>
2008-09-16  Julian SmartSwitched off some buggy optimisation that caused caret...
2008-09-16  Vadim Zeitlinstart of the great grid folding: introduce wxGridOperat...
2008-09-16  Vadim Zeitlindisable AUI (and also MDI in 2.8) under CE, it doesn...
2008-09-15  Vadim Zeitlinuse wxSwap()
2008-09-15  Vadim Zeitlindocument wxDELETE() and wxDELETEA() (now committing...
2008-09-15  Vadim Zeitlindocument wxDELETE() and wxDELETEA()
2008-09-15  Julian SmartFixed Freeze problem that rendered control invisible
2008-09-15  Vadim Zeitlinimplement CreateGrid() in terms of SetTable() instead...
2008-09-15  Vadim Zeitlinmore cleanup (removed some TODOs/FIXMEs); use native...
2008-09-15  Vadim Zeitlinadd SetUseNativeColLabels() test
2008-09-15  Vadim Zeitlinremove the now unused GetScroll[XY]
2008-09-15  Vadim ZeitlinWinCE compilation fix: don't use FNERR_INVALIDFILENAME
2008-09-15  Vadim Zeitlintake old (wx 2.2? older?) wxGrid compatibility function...
2008-09-15  Vadim Zeitlinreviewed, updated and corrected wxGrid docs
2008-09-15  Vadim Zeitlinremove automatic selection of the current row/column...
2008-09-15  Vadim Zeitlinselect current column when Ctrl-Space is pressed; the...
2008-09-15  Jouk JansenUpdate OpenVMS compile support
2008-09-15  Vadim Zeitlinimprove display of hints during column move (#9884)
2008-09-15  Vadim Zeitlindon't steal focus back to wxGrid when it hides an edito...
2008-09-15  Vadim Zeitlinfix drawing of the column move hint when the grid is...
2008-09-15  Vadim Zeitlinfix repaining of highlight for merged cells (#9718)
2008-09-14  Vadim Zeitlinwe don't need to round up the best/fitting grid size...
2008-09-14  Vadim Zeitlinneed to AdjustScrollbars() after changing the virtual...
2008-09-14  Vadim Zeitlinmove the grid-specific workaround for scrollbar hystere...
2008-09-14  Vadim Zeitlinno changes, just removed the unnecessary wxGrid:: quali...
2008-09-14  Vadim Zeitlindon't use SetScrollbars() as this forces the grid virtu...
2008-09-14  Vadim Zeitlinno changes, just clarified a comment
2008-09-14  Vadim Zeitlinmake the simple canvas larger as otherwise the simple...
2008-09-14  Vadim Zeitlindelete the old labels when recreating the spin controls
2008-09-14  Vadim Zeitlinreally, really fix handling Enter in spin controls...
2008-09-14  Vadim Zeitlinuse transparent icons and clear the DC before drawing...
2008-09-14  Jaakko SalliHave support for both char* and wchar_t* in wxPGPropArg...
2008-09-14  Jaakko SalliFixed bug: Setting property value string did not update...
2008-09-14  Jaakko SalliRemoved remnant use of wxCHECK_VERSION
2008-09-14  Jaakko SalliUpdated documentation to acknowledge the fact that...
2008-09-14  Vadim Zeitlinsome wxGrid docs cleanup, it's still a huge mess though
2008-09-14  Jaakko SalliwxVariant list used to translate between list of proper...
2008-09-14  Michael WetherellNew dev.
2008-09-14  Jaakko SalliAdapt to 'premature' events being sent from editor...
2008-09-14  Jaakko SalliFixed ambiguity with bitwise operators
2008-09-14  Jaakko SalliRemoved dllimpexp declaration from std::vector typedef
2008-09-14  Vadim Zeitlinadded wxFileName::GetVolumeString() (#9950)
2008-09-14  Vadim Zeitlincompilation fix after the last commit
2008-09-14  Vadim Zeitlindon't give spurious error messages if the default brows...
2008-09-14  Vadim Zeitlinbuild fixes for wxUSE_ON_FATAL_EXCEPTION==0 (#9937)
2008-09-14  Vadim Zeitlinmake ellipses drawn with transparent pen more wxGC...
2008-09-14  Vadim Zeitlincheck the item index inside Item() itself instead of...
next