wxWidgets.git
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...
2009-06-15  Robert RoeblingFix sending wxEVT_COMMAND_DATAVIEW_COLUMN_HEADER_CLICK...
2009-06-15  Vadim Zeitlinno real changes, just use AutoHXXX classes instead...
2009-06-15  Vadim Zeitlinno real changes, just extract private classes from...
2009-06-15  Vadim Zeitlinfix Doxygen syntax error which prevented output for...
2009-06-15  Vadim Zeitlinuse WPARAM (which is 64 bit under Win64) for timer...
2009-06-15  Vadim Zeitlinimplement images support for wxButton under XP and...
2009-06-15  Vadim Zeitlininclude wx/bitmap.h which is required by wxButton now
2009-06-15  Vadim Zeitlinadded missing parentheses in a couple of GetHxxxOf...
2009-06-14  Vadim Zeitlinpreparation work for implementing images support in...
2009-06-14  Robert RoeblingUpdated info on wxRefCounter and related classes
2009-06-14  Robert RoeblingMake wxDataViewModel derive from wxRefCounter
2009-06-13  Vadim Zeitlindon't leave the document in modified state after loadin...
2009-06-13  Jaakko SalliConverted wxVariant to use wxObject's reference countin...
2009-06-13  Vadim Zeitlinadded own{fg,bg,font} allowing to set non-inheritable...
2009-06-13  Vadim Zeitlinfix compilation after wxRefCounter changes
2009-06-12  Robert RoeblingUpdate docs to mention wxRefCounter class
2009-06-12  Robert RoeblingUse wxRefCounter instead of wxObjecrDataRef
2009-06-12  Robert RoeblingRename wxObjectDataRef wxRefCounter, use it in wxVariant
2009-06-12  Vadim Zeitlinadded convenient wxFont::Make{Bold,Italic,Smaller,Large...
2009-06-12  Vadim Zeitlincompilation fix after wxLoadFileSelector() changes
2009-06-12  Vadim Zeitlinremove unnecessary refCount=1 parameter from wxObjectRe...
2009-06-12  Jaakko SalliwxPGCellRenderer ctor doesn't really need refCount...
2009-06-12  Vadim Zeitlinfix memory leak in SetColFormat() if the column already...
2009-06-12  Vadim Zeitlinonly allow selecting existing files in wxLoadFileSelect...
2009-06-12  Vadim Zeitlinadded XRC handler for wxFileCtrl (closes #10785)
2009-06-12  Vadim Zeitlinadded new wx-config --query-xxx options and use them...
2009-06-12  Vadim Zeitlinreuse wxObjectRefData for various ref-counted classes...
2009-06-12  Robert RoeblingRemove remaining bits of marker drawing during resizing
2009-06-12  Vadim Zeitlinclatify alpha discussion (closes #10888)
2009-06-12  Vadim Zeitlinmake more wxFileName methods const (closes #10887)
2009-06-12  Jaakko SalliAdded missing virtual dtor for wxPGMultiButton
2009-06-12  Jaakko SalliFor needs of wxPython bindings, (re)added a version...
2009-06-12  Vadim Zeitlindisable MSVC warning 4275 correctly (closes #10885)
2009-06-12  Michael WetherellForward port r56500.
2009-06-11  Stefan Csomorrespecting more of the toolbar positions (tb_right...
2009-06-11  Vadim Zeitlinallow customizing wxStandardPaths logic for the program...
2009-06-11  Vadim Zeitlinmake wxFileName::{Mk,Rm}dir() const (closes #10868)
2009-06-11  Vadim ZeitlinMac appearance fixes: only use a border for wxDisclosur...
2009-06-11  Vadim Zeitlinaccount for the label size in wxDisclosureTriangle...
2009-06-11  Vadim ZeitlinGetTextExtent() is not virtual any more (since r60984)
2009-06-11  Robert RoeblingRemove ugly flicker during resizing
2009-06-11  Robert RoeblingGTK: In virtual list mode, map first row to 1, not...
2009-06-11  Robert RoeblingIn virtual list mode, map first row to 1, not to 0...
2009-06-11  Stefan Csomoradding missing release for editor
2009-06-11  Stefan Csomoradding events to single line textcontrols (password...
2009-06-10  Jaakko SalliAdded note about 'Py' prefix no longer being necessary...
2009-06-10  Jaakko SalliAllow reparenting wxPropertyGrid(Manager) to work;...
2009-06-10  Vadim Zeitlinadd virtual DoGetTextExtent() to allow calling the...
2009-06-10  Vadim Zeitlindon't disable the use of standard streams/strings by...
2009-06-10  Vadim Zeitlinremoved the inexistent (at least in 10.4 SDK) and unnee...
2009-06-10  Vadim Zeitlinremove support/detection of Mac OS < X
2009-06-10  Vadim Zeitlinadded --disable-tls option and use it by default under...
2009-06-10  Vadim Zeitlindon't start menu IDs at 0 to avoid an assert under Mac
2009-06-10  Vadim Zeitlindocument wxBase64DecodeMode and other minor fixes ...
2009-06-10  Vadim Zeitlinadd missing DLL export declaration to fix linking in...
2009-06-10  Stefan Csomormaking SetFocus bringing TLW to front as Carbon, see...
2009-06-10  Stefan Csomorallow mouse events being sent to parents, see #10876
2009-06-10  Stefan Csomorallow vetoing on drop, see #10876
2009-06-10  Stefan Csomorfixing coordinates for dnd, see #10876
next