wxWidgets.git
2009-07-05  Vadim Zeitlinmade code more const-correct to fix g++ warnings about...
2009-07-05  Vadim Zeitlincompilation fix after last change
2009-07-05  Vadim Zeitlinreally fix compilation fix after last change
2009-07-05  Vadim Zeitlinupdated the version to 2.9.1
2009-07-05  Vadim Zeitlinupdated list of files to change
2009-07-05  Vadim Zeitlinupdate the script to update more files; removed old...
2009-07-05  Vadim Zeitlintranslate wxMessageDialog labels to the language of...
2009-07-03  Vadim Zeitlinadd more tests for wxFileName::Normalize(DOTS) (see...
2009-07-03  Vadim Zeitlincompilation fix after last change
2009-07-03  Vadim Zeitlinanother attempt to fix signed/unsigned comparison warni...
2009-07-03  Jaakko SalliA better fix for one unused variable warning (one that...
2009-07-03  Jaakko SalliColour property with attribute wxPG_COLOUR_ALLOW_CUSTOM...
2009-07-03  Vadim Zeitlinwe need to reset m_connected flag as well as setting...
2009-07-03  Vadim Zeitlindon't call wxSocketImpl::ReenableEvents() if the socket...
2009-07-03  Vadim Zeitlinfix harmless warnings (mostly about unused parameters...
2009-07-03  Vadim Zeitlinfix overriding OnPoke() too
2009-07-03  Vadim Zeitlinblind fix to make IPC work again by overriding OnExec...
2009-07-03  Vadim Zeitlinmake the sample work again by correcting DrawHeaderButt...
2009-07-03  Vadim Zeitlincompilation fix for wxOSX/Cocoa: don't use Carbon funct...
2009-07-03  Vadim Zeitlinsuppress harmless warning about unused variable
2009-07-03  Vadim Zeitlinsuppress harmless warning about possibly uninitialized...
2009-07-03  Vadim Zeitlinsuppress harmless warning about possibly uninitialized...
2009-07-03  Vadim Zeitlindocument SetStandardFonts() and SetFonts() methods...
2009-07-03  Stefan Csomorbracket 10.5 only code
2009-07-03  Stefan Csomorbetter font round-trip fidelity (native->wx->native...
2009-07-03  Stefan Csomorfixing warnings
2009-07-02  Vadim Zeitlinuse WXSIZEOF(x) instead of sizeof(x)/sizeof(x[0]) ...
2009-07-02  Vadim Zeitlinreset m_establishing flag and last error when asynchron...
2009-07-02  Vadim Zeitlinfix typo in wxClient::MakeConnection() docs (closes...
2009-07-02  Vadim Zeitlinshow combobox drop down/close up events (closes #10954)
2009-07-02  Vadim Zeitlindon't use WaitOnConnect(), it doesn't make sense to...
2009-07-02  Vadim Zeitlinset socket state to connected when it receives a connec...
2009-07-02  Stefan Csomorfixing memory leak and unnecessary cocoa init, refs...
2009-07-02  Stefan Csomorreverting incorrect conversion from r52690, refs #10856
2009-07-02  Vadim Zeitlinignore bCase parameter of wxSortedArrayString::Index...
2009-07-02  Vadim Zeitlinadded X11R7 directories to X libraries search path...
2009-07-01  Vadim Zeitlinset the context we create in IsExtensionSupported(...
2009-07-01  Vadim Zeitlinfixed handling of --with-opengl=auto (default value...
2009-07-01  Vadim Zeitlininterpret ~ specially only when it is the first charact...
2009-07-01  Vadim Zeitlinremove _T()s and wxChars from the test making it much...
2009-07-01  Vadim Zeitlinensure that we have event loop before showing a modal...
2009-07-01  Vadim Zeitlinmake wxSortedArrayString::Sort() and Insert() private...
2009-06-30  Vadim Zeitlincorrect wxSortedArrayString(wxArrayString) ctor documen...
2009-06-29  Vadim Zeitlindon't use wxFilePicker style when creating wxButton
2009-06-28  Kevin OllivierFix typo in class name.
2009-06-28  Vadim Zeitlinsimplify ScrollTo()
2009-06-28  Vadim Zeitlinremove obsolete comment moved to wxBitmapButtonBase
2009-06-28  Vadim Zeitlinanother compilation fix after r61232
2009-06-28  Vadim Zeitlindon't include wx/msw/winundef.h when including wx/defs...
2009-06-28  Vadim Zeitlincompilation fix for wxUniv with 2.8 compatibility disab...
2009-06-28  Julian SmartAllow for menus when deleting a tool
2009-06-28  Vadim Zeitlinadded wxICON_NONE and implement support for it in wxGTK...
2009-06-28  Vadim Zeitlincompilation fix after r61232
2009-06-28  Vadim Zeitlinalways use wxBU_NOTEXT and wxBU_EXACTFIT for wxBitmapBu...
2009-06-27  Vadim Zeitlinset the initial size of bitmap buttons correctly again...
2009-06-27  Vadim Zeitlincheck whether we show bitmaps at all in GTKUpdateBitmap...
2009-06-27  Vadim Zeitlincorrect an example which had no chance of working
2009-06-27  Julian SmartFix for toolbar commands not working
2009-06-24  Kevin OllivierAdd wxGraphicsBitmap overload for DrawBitmap.
2009-06-24  Vadim Zeitlinmention that the date passed to SetValue() must only...
2009-06-24  Vadim Zeitlincompilation fix after wxBitmap image changes
2009-06-24  Vadim Zeitlinsuppress warning about implicit conversion of literal...
2009-06-24  Julian SmartStyle selection now restored after editing the style
2009-06-24  Julian SmartMade standard bullet names translatable
2009-06-23  Kevin OllivierBuild fixes after the 2.8->trunk forward port.
2009-06-23  Vadim Zeitlinadjust the toolbar tools bitmap size to fit the biggest...
2009-06-23  Vadim Zeitlinremove confusing wxDialog::ButtonSizerFlags and extract...
2009-06-22  Vadim ZeitlinAdded DoGetClientBestSize() and use it for a couple...
2009-06-22  Vadim Zeitlininvalidate best window size when its label changes
2009-06-22  Vadim Zeitlinstreamline best size calculation for buttons and made...
2009-06-22  Vadim Zeitlinrelayout the sizer containing the button after changing...
2009-06-22  Vadim Zeitlinfix more wxOSX/Carbon warnings in release build
2009-06-22  Jaakko SalliSignificantly improved wxPropertyGrid's top-level paren...
2009-06-22  Vadim Zeitlinextract event handler body in a separate function inste...
2009-06-21  Jouk Jansenfix for wxGTK1 & bmpbuttn
2009-06-21  Vadim Zeitlinadded support for bitmaps in wxButton to wxOSX/Cocoa
2009-06-21  Vadim Zeitlinno changes, just removed commented out Carbon code...
2009-06-20  Kevin OllivierForward port wxGraphicsBitmap cairo implementation...
2009-06-20  Julian SmartPatch from Bruno Daniel to fix tab position inconsistency
2009-06-20  Stefan Csomormake sure theme font info is reset if anything is changed
2009-06-20  Stefan Csomorsimplify condition
2009-06-20  Vadim Zeitlinsuppress more float/double->int conversion warnings...
2009-06-20  Vadim Zeitlindon't try to resize the bitmap buttons with wxBORDER_NO...
2009-06-20  Vadim Zeitlinfix many mostly harmless warnings in wxOSX/Carbon build
2009-06-19  Vadim Zeitlinimplement wxTreeCtrl::GetFocusedItem() for wxMSW too...
2009-06-19  Vadim Zeitlininclude wx/arrstr.h as it's needed by wxImageHandler...
2009-06-19  Vadim Zeitlinno need to check for wxID_HELP buttons in SetLabel...
2009-06-19  Vadim Zeitlinadded wxTreeCtrl::GetFocusedItem() (closes #10859)
2009-06-19  Vadim Zeitlinrename makemactags script to makeostags and extend...
2009-06-19  Vadim Zeitlinrespect wxBU_NOTEXT style in wxButton
2009-06-19  Stefan Csomorguarding against null nowpeer in cases like native...
2009-06-19  Vadim Zeitlinoverride DoSetBitmap() instead of SetBitmapLabel()
2009-06-19  Vadim Zeitlinmake the script executable
2009-06-19  Vadim Zeitlinonly erase background if we do have a non-default backg...
2009-06-18  Vadim Zeitlinfix output of WX_ARG_DISABLE() for options which can...
2009-06-18  Vadim Zeitlinerase background using the window background colour...
2009-06-18  Vadim Zeitlinfix a couple of harmless warnings during wxOSX build
2009-06-18  Vadim Zeitlinno changes, just removed apparently unneeded wxMacBitma...
2009-06-18  Vadim Zeitlindisable deprecation warnings when building wxMac as...
2009-06-18  Robert RoeblingAlso fixed Clear() in the generic control
next