]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
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
2009-06-18  Vadim Zeitlinset use-underline button property when setting its...
2009-06-18  Robert RoeblingFurther attempts to implement Clear() for the GTK control
2009-06-18  Vadim ZeitlinwxHtmlWindow background drawing fixes for OS X and...
2009-06-18  Vadim Zeitlindon't draw borders for bitmap buttons with wxBORDER_NON...
2009-06-18  Jouk JansenPatch wxGTK1 for recent changes in bmpbuttn
2009-06-18  Vadim Zeitlinimplement propert background style semantics for OS X
2009-06-18  Vadim Zeitlinuse wxOSX_USE_COCOA instead of __WXOSX_COCOA__ (which...
2009-06-18  Jouk JansenUpdate setup for OpenVMS
2009-06-18  Robin DunnUse UTF16 for text data object on Mac. Fixes #10902
2009-06-17  Vadim Zeitlinmake wxCollapsiblePane blend into its parent background...
2009-06-17  Vadim Zeitlincorrect wrong assert checking for default button flags...
2009-06-17  Vadim Zeitlindon't define wxHAS_BUTTON_BITMAP for wxUniv (closes...
2009-06-17  Vadim Zeitlinsuppress harmless gcc warning about not handling all...
2009-06-17  Vadim Zeitlinadded wxBU_NOTEXT style to allow creating bitmap button...
2009-06-17  Vadim ZeitlinwxFont::MakeXXX() and Scale() methods now modify the...
2009-06-17  Julian SmartwxRichTextCtrl native caret now flashes, for wxMac...
2009-06-17  Jaakko SalliSetup.h wrapper was missing propgrid section (fixes...
2009-06-17  Michael Wetherellfn.Mkdir now gives an ICE on VC6 now that it is const.
2009-06-17  Julian SmartAvoid accidental enabling of disabled windows by checki...
2009-06-17  Jouk JansenUpdate OpenVMS compile support
2009-06-17  Jouk JansenUpdate OpenVMS compile support
2009-06-17  Vadim Zeitlinimplement new wxBG_STYLE_XXX semantics for wxMSW too
2009-06-17  Jaakko SalliwxVariantData now inherits from wxObjectRefData
2009-06-16  Vadim Zeitlinintroduce wxBG_STYLE_{ERASE,PAINT} and implement their...
2009-06-16  Vadim Zeitlinfix compilation without wxUSE_STREAMS (closes #10900)
2009-06-16  Vadim Zeitlinremove more occurrences of MSVC #pragma warning(default...
2009-06-16  Vadim Zeitlinimplement wxGTK wxBitmapButton in terms of wxButton
2009-06-16  Vadim Zeitlinimplement support for bitmaps for all states in wxGTK...
2009-06-16  Vadim Zeitlinadded helper GTKShouldIgnoreEvent() to use in void...
2009-06-16  Robert RoeblingMany more corrections and clarifications to virtual...
2009-06-16  Vadim Zeitlinuse the directory of the most recently opened file...
2009-06-16  Vadim Zeitlinfix typo in compatibility SetBitmapLabel() declaration
2009-06-16  Vadim Zeitlinimplement support for button bitmaps (normal state...
2009-06-16  Vadim Zeitlinfix PCH-less build after changing timer id type to...
2009-06-15  Jaakko SalliFixed printf-related warnings
2009-06-15  Vadim Zeitlinminor tweaks to alignment styles documentation
2009-06-15  Vadim Zeitlinimplement wxBitmapButton as just a wrapper for wxButton...
2009-06-15  Jaakko SalliAdded support for wxLongLong and wxULongLong in wxVaria...
2009-06-15  Vadim Zeitlinadded missing int
2009-06-15  Stefan Csomormoving to a 10.4 compatible implementation
2009-06-15  Vadim Zeitlinimplement support for per-state bitmaps in wxMSW wxButton
2009-06-15  Robert RoeblingCorrect wxDataViewListModel::RowPrepended
2009-06-15  Vadim Zeitlinadd support for bitmap and bitmapposition tags to the...
2009-06-15  Robert RoeblingCorrect wxDataViewCtrl::IsExpanded
2009-06-15  Vadim Zeitlinimplement button support for pre-XP systems (or with...
next