wxWidgets.git
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...
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
2009-06-01  Francesco Montorsino change: fix a couple typos
2009-06-01  Francesco Montorsido not show the timestamp column in the details pane...
2009-06-01  Vadim Zeitlincorrect Borland #pragma hdrstop position
2009-06-01  Robert Roeblingnon-PCH compilo
2009-06-01  Robert RoeblingCompilo.
2009-06-01  Francesco Montorsiuse a smaller timeout value to avoid blocking buildslav...
2009-06-01  Francesco Montorsiminor change: differentiate the initial banner of test...
2009-06-01  Francesco Montorsiadd check about network connectivity; don't run the...
2009-06-01  Robert RoeblingCloses #10495: wxDataViewCtrl needs a way to start...
2009-06-01  Francesco Montorsifix loading ICO from socket stream: override OnSysTell...
2009-06-01  Vadim Zeitlincorrected wrong type of posErr parameter (closes #10862)
2009-06-01  Francesco Montorsifix PCH-less build
2009-06-01  Francesco Montorsiadd wxImage test units to test loading from both seekab...
2009-06-01  Francesco Montorsidocument that CanRead() and GetImageCount() functions...
2009-06-01  Francesco Montorsiadd wxURL::GetInputStream test unit; add a global IsNet...
2009-05-31  Vadim Zeitlinextracted wxTextWrapper in its own header and made...
2009-05-31  Vadim Zeitlindon't redefine HAVE_STRFTIME as it can already be defin...
2009-05-31  Vadim Zeitlinadded wxDC::CopyAttributes() and use it in wxBufferedDC...
2009-05-31  Vadim Zeitlinset focus to the window when the mouse is clicked in...
2009-05-31  Václav Slavíkuse enhanced metafiles for wxMSW print preview: this...
2009-05-31  Václav Slavíkadd ability to create wxEnhMetaFileDC based on a refere...
2009-05-31  Vadim Zeitlindon't redefine HAVE_STRFTIME as it can already be defin...
2009-05-31  Francesco Montorsigroup wxPlatformInfo functions for easier browsing...
2009-05-31  Vadim Zeitlinadded default ctor to wxMouseEventsManager, this is...
2009-05-31  Vadim Zeitlindon't add client area origin when positioning the child...
2009-05-31  Vadim Zeitlinimprove wxTreeCtrl::ScrollTo() behaviour in the generic...
2009-05-31  Vadim Zeitlinenable OpenGL library build by default under Windows too
2009-05-31  Vadim Zeitlinremove duplicate wxUSE_GSTREAMER definition
2009-05-31  Vadim Zeitlinadded wxTempFile::Flush() (dedicated to Theodore Ts...
2009-05-31  Vadim Zeitlinallow overriding wxUSE_GLCANVAS value in setup.h by...
2009-05-31  Jaakko SalliAdded wxPGProperty::SetDefaultValue(v), as a shortcut...
2009-05-30  Vadim Zeitlinimplement Update() properly for the generic wxListCtrl...
2009-05-30  Vadim Zeitlindefine HAVE_LARGEFILE_SUPPORT in setup.h when large...
2009-05-30  Vadim Zeitlinfix ANSI build compilation (closes #10846)
2009-05-30  Vadim Zeitlinadded power, svg, taborder and xrc samples (closes...
2009-05-30  Francesco Montorsirefactor printf benchmarks to fit the new wxWidgets...
2009-05-30  Vadim Zeitlincompilation fix for wxUSE_STL==1
2009-05-30  Jaakko SalliMore forward-ported wxPython-bindings related cleanup...
2009-05-30  Jaakko SalliForward-ported wxPython-bindings related cleanup from...
2009-05-29  Julian SmartEnsure the tooltip has been created before enabling...
2009-05-28  Francesco Montorsiavoid leaking allocated tooltips
2009-05-28  Vadim Zeitlinremove redundant extern keywords from wxEmptyString...
2009-05-28  Stefan Csomorfixing length param, see #10846
next