]> git.saurik.com Git - wxWidgets.git/history - src
Patch wxGTK1 for recent changes in bmpbuttn
[wxWidgets.git] / src /
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-17  Vadim Zeitlinmake wxCollapsiblePane blend into its parent background...
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  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-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 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 Zeitlinimplement support for button bitmaps (normal state...
2009-06-15  Jaakko SalliFixed printf-related warnings
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 Zeitlinuse WPARAM (which is 64 bit under Win64) for timer...
2009-06-15  Vadim Zeitlinimplement images support for wxButton under XP and...
2009-06-14  Vadim Zeitlinpreparation work for implementing images support in...
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  Vadim Zeitlinadded convenient wxFont::Make{Bold,Italic,Smaller,Large...
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 Zeitlinreuse wxObjectRefData for various ref-counted classes...
2009-06-12  Robert RoeblingRemove remaining bits of marker drawing during resizing
2009-06-12  Vadim Zeitlinmake more wxFileName methods const (closes #10887)
2009-06-12  Jaakko SalliFor needs of wxPython bindings, (re)added a version...
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  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 SalliAllow reparenting wxPropertyGrid(Manager) to work;...
2009-06-10  Vadim Zeitlinadd virtual DoGetTextExtent() to allow calling the...
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
2009-06-10  Stefan Csomormisc key-event fixes, see #10876
2009-06-10  Stefan Csomorfixes direction for scroll events, closes #10873
2009-06-10  Stefan Csomoradding idle processing in modal loop, closes #10871
2009-06-10  Stefan Csomorfixing modal dialog quit after nested message box problem
2009-06-10  Stefan Csomordisclosure triangles on all implementations are able...
2009-06-10  Stefan Csomorfixing redraw of combobox on osx_cocoa
2009-06-10  Stefan Csomorchanging disclosure triangle to allow for label
2009-06-10  Stefan Csomorfixing border drawing for toplevel controls on dialogs...
2009-06-07  Vadim Zeitlinremove inline from IosSeekDirToWxSeekMode() to work...
2009-06-07  Vadim Zeitlincorrect bug with using uninitialized end variable ...
2009-06-07  Jaakko SalliImplementations of wxPGProperty::ChildChanged() must...
2009-06-06  Vadim Zeitlinreturn wxStandardPaths, not wxStandardPathsBase, from...
2009-06-06  Vadim Zeitlindisable warning about _set_se_translator() requiring...
2009-06-06  Vadim Zeitlinmake wxTreeCtrl::SelectItem(false) work in single selec...
2009-06-06  Vadim Zeitlinsimplify code by removing workaround not needed any...
2009-06-06  Vadim Zeitlinfix bug in generic wxTreeCtrl: calling SelectItem(true...
2009-06-06  Vadim Zeitlinadded multiple selections support to wxDirCtrl (closes...
2009-06-06  Vadim Zeitlincompilation fixes for OS X Cocoa build
2009-06-06  Vadim Zeitlinexport wxStatusBarPaneArray from the DLL to fix Borland...
2009-06-05  Stefan Csomoravoiding events during destruction, fixes #10855
2009-06-04  Vadim Zeitlinadded wxEditbaleListBox XRC handler
2009-06-04  Vadim Zeitlincorrect the fix for avoiding the integer multiplication...
2009-06-04  Vadim Zeitlinuse wxAutoBufferedPaintDC to avoid needlessly double...
2009-06-04  Vadim Zeitlinaccount properly for the menu in SetShape() (closes...
2009-06-04  Vadim Zeitlinpostpone the call to CopyAttributes() until the DC...
2009-06-04  Vadim Zeitlinremoved assert checking that bit depth is 8 or 16 as...
2009-06-04  Julian SmartUse live update for splitter on Mac since Leopard seems...
2009-06-04  Stefan Csomoravoid overdrawing, fixes #10865
2009-06-03  Vadim Zeitlinuse wxRA_SPECIFY_COLS/ROWS instead of old, deprecated...
2009-06-03  Vadim Zeitlinwork around g++ 4.3 warning about possibly ambiguous...
2009-06-02  Vadim Zeitlinfix wxIconBundle creation from multiimage files broken...
2009-06-02  Vadim Zeitlincheck for integer overflow which could result in buffer...
2009-06-02  Vadim Zeitlindon't free() the same pointer twice if an error occurs...
2009-06-02  Vadim Zeitlinadded wxUINTn_MAX constants; document them together...
2009-06-02  Francesco Montorsiadd wxGetLinuxDistributionInfo() and wxPlatformInfo...
2009-06-01  Francesco Montorsiadd wxProgressDialog::SetRange() function
next