wxWidgets.git
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
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 Zeitlinfix typo in previous commit
2009-06-07  Vadim Zeitlinderive wxStandardPathsCF from Unix wxStandardPaths...
2009-06-07  Vadim Zeitlinmention support for multiselection in wxDirCtrl
2009-06-07  Vadim Zeitlinbracket <vector> inclusion by wx/beforestd.h and wx...
2009-06-07  Vadim Zeitlindisable a VC6 warning occurring inside a standard header
2009-06-07  Vadim Zeitlinwork around apparent VC6 bug resulting in warnings...
2009-06-07  Vadim Zeitlinsuppress MSVC warning about cast truncating constant...
2009-06-07  Vadim Zeitlinwork around MSVC warnings about using uninitialized...
2009-06-07  Vadim Zeitlindisable MSVC warning 4275 which is harmless and can...
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 SalliAdded section 'Changes from wxPropertyGrid 1.4'
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 Zeitlinfix (bogus) warning about uninitialized variable in...
2009-06-06  Vadim Zeitlinmention wxTreeCtrl::SelectItem() fix of r60921
2009-06-06  Vadim Zeitlindisable MSVC 8+ warning about using Unicode characters...
2009-06-06  Vadim Zeitlindisable warnings about unused parameters in CppUnit...
2009-06-06  Vadim Zeitlinuse _isatty/_fdopen/_fileno() instead of isatty/fdopen...
2009-06-06  Vadim Zeitlinuse _fileno() instead of fileno() with VC
2009-06-06  Vadim Zeitlinuse _unlink() instead of unlink() with VC
2009-06-06  Vadim Zeitlinrename ARRAYSIZE to CELLSARRAYSIZE to avoid conflict...
2009-06-06  Vadim Zeitlinfix warnings about using signed values for chars and...
2009-06-06  Vadim Zeitlinfix unused parameter warning
2009-06-06  Vadim Zeitlindefine _SCL_SECURE_NO_WARNINGS to avoid warnings about...
2009-06-06  Vadim Zeitlinwork around (harmless) warnings in VC7 release build
2009-06-06  Vadim Zeitlinmake wxTreeCtrl::SelectItem(false) work in single selec...
2009-06-06  Vadim Zeitlinmore corrections from Y. KABA.
2009-06-06  Vadim Zeitlincorrect msgfmt warnings after last commit
2009-06-06  Vadim ZeitlinJapanese translations update from Y. KABA.
2009-06-06  Vadim Zeitlinsimplify code by removing workaround not needed any...
2009-06-06  Jaakko SalliAdded wxPGProperty::Set/GetValuePlain() for direct...
2009-06-06  Jaakko SalliAdded better asserts, helps with debugging strange...
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 Zeitlindocument effect of loading an icon bundle on stream...
2009-06-06  Vadim Zeitlinexport wxStatusBarPaneArray from the DLL to fix Borland...
2009-06-05  Stefan Csomoravoiding events during destruction, fixes #10855
2009-06-05  Vadim Zeitlincompilation fixes for g++ 3.2 (closes #10875)
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 Zeitlinvalue of wrap parameter of wxStaticText must be specifi...
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 Zeitlindon't fix the columns number to 1 by default in ctors...
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  Jaakko SalliMake this header SWIG-safe
2009-06-02  Vadim Zeitlincheck for integer overflow which could result in buffer...
next