wxWidgets.git
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...
2008-09-14  Vadim Zeitlinmust include typeinfo before using typeid()
2008-09-13  Vadim Zeitlincache the item text size to optimize tree layout/painti...
2008-09-13  Vadim Zeitlinno real changes, just some reformatting
2008-09-13  Jaakko SalliwxPropertyGrid::DoPropertyChanged() incorrectly passed...
2008-09-13  Jaakko SalliwxPropertyGrid member m_visPropArray removed, now alway...
2008-09-13  Robert RoeblingFix crash
2008-09-13  Jaakko SalliCleaned up wxPropertyGrid::SetCurrentCategory()
2008-09-13  Jaakko SalliNeeded to convert string variable's type from wxChar...
2008-09-13  Jaakko SalliFixed warnings caused by docstrings in %pythoncode...
2008-09-13  Robert Roeblinginclude <typeinfo> in all files
2008-09-12  Vadim Zeitlinmust include typeinfo before using typeid()
2008-09-12  Vadim Zeitlinmust include typeinfo before using typeid()
2008-09-12  Vadim ZeitlinPCH-less compilation fix
2008-09-12  Vadim Zeitlinadded wxPropertyGrid from Jaakko Salli (#9934)
2008-09-12  Stefan Csomorimplementing changes in toolbartool directly
2008-09-12  Stefan CsomorCoreText fixes
2008-09-12  Stefan CsomorCoreText fixes
2008-09-12  Stefan Csomormissin quote
2008-09-12  Vadim ZeitlinSTL build fix
2008-09-12  Vadim Zeitlinreturn true from IsBeingDeleted() if any of the parent...
2008-09-12  Vadim Zeitlinadd grid category and mark all grid-related classes...
2008-09-12  Vadim Zeitlinfix the event type in EVT_GRID_[CMD_]COL_MOVE declarati...
2008-09-12  Stefan Csomormaking state changing calls on tool virtual
2008-09-12  Jouk JansenUpdate setup for OpenVMS
2008-09-12  Vadim Zeitlinfix crash under MSW due to constructing a static wxDDEC...
2008-09-12  Vadim Zeitlinadd wxCANCEL_DEFAULT support
2008-09-11  Vadim Zeitlinadded wxCANCEL_DEFAULT style to wxMessageDialog (only...
2008-09-11  Vadim Zeitlintest wxCANCEL_DEFAULT flag
2008-09-11  Vadim Zeitlinadded wxCANCEL_DEFAULT style to wxMessageDialog (only...
2008-09-11  Jouk JansenOpenVMS chokes on external templates
2008-09-11  Stefan Csomoradding missing y axis flip
2008-09-11  Stefan Csomoradding min and max size support for resizing events
2008-09-11  Stefan Csomorfixes #9951
2008-09-11  Stefan Csomorfix bugs in the last changes to min and max size handli...
2008-09-11  Stefan Csomoradding new toolkits for osx
2008-09-11  Vadim Zeitlinmade wxLogGui more flexible and documented it and added...
2008-09-11  Vadim Zeitlinadded braces to suppress g++ 4.3 warnings
2008-09-11  Vadim Zeitlinmade wxLogGui more flexible and documented it and added...
2008-09-11  Vadim Zeitlinadded swap() for the other arrays too (and now committi...
2008-09-11  Vadim Zeitlinadded swap() for the other arrays too
2008-09-11  Vadim Zeitlinadded wxArrayString::swap()
2008-09-11  Stefan Csomoradding new toolkits for osx
2008-09-11  Vadim Zeitlindon't use wxStrings in a statically initialized array...
2008-09-11  Vadim Zeitlinget rid of __WXCOCOA__ check in common CreateLogTarget...
2008-09-11  Vadim Zeitlinpartially revert 55488: don't use message box with...
2008-09-11  Vadim Zeitlinreplace the static control in wxMessageDialog with...
2008-09-11  Stefan Csomorfixing compilo
2008-09-11  Jouk Jansenupdate OpenVMS compile support
2008-09-11  Jouk Jansenrename variable which was redefined inside a loop
2008-09-11  Stefan Csomorsolving osx problems (default inlines-hidden) by explic...
2008-09-11  Kevin OllivierDoGetAsBitmap implementation for Cocoa.
2008-09-11  Kevin OllivierA few checks for null pointers to avoid problems during...
2008-09-11  Kevin OllivierStop crash/asserts caused when Clear() deletes the...
2008-09-10  Stefan Csomor32/64 bit universal builds support
2008-09-10  Stefan Csomorconditionals for carbon only osx code
2008-09-10  Stefan Csomor64 bit fixes
2008-09-10  Václav Slavíkfixed typo in XRC error message
2008-09-10  Stefan Csomorupdating fixed config data for xcode builds for gcc...
2008-09-09  Václav SlavíkwxDir/FilePickerCtrl's message should be translatable
2008-09-09  Vadim Zeitlinadd tests for the remaining message box flags (wxNO_DEF...
2008-09-09  Václav Slavíkremoved superfluous font size scaling in wxGtkPrinterDC...
2008-09-08  Benjamin Williamsfix aui sample breakage; added some accessor methods...
next