wxWidgets.git
2007-09-14  Paul Cornettscrolling windows need wx[HV]SCROLL style
2007-09-14  Vadim Zeitlinadded WXDLLIMPEXP_BASE for a couple of template classes...
2007-09-14  Vadim Zeitlinfix some harmless warnings (last two parts of patch...
2007-09-14  Chris Elliottadd missing sample
2007-09-14  Julian SmartFixed caret sizing bug
2007-09-14  Robert RoeblingAPI change: a single SELECTION_CHANGED not lots of...
2007-09-14  Robert RoeblingFix ending label-editing bug when clicking elsewhere
2007-09-14  Paul Cornettremove m_blockScrollEvent from wxWindowGTK
2007-09-14  Paul Cornettbuild fix
2007-09-14  Paul Cornettmore value updating fixes
2007-09-14  Vadim Zeitlinuse wxBORDER_NONE as border default for wxStatusBar...
2007-09-14  Vadim Zeitlincompilation fix after wxCmdLineEntryDesc changes
2007-09-13  Robert RoeblingwxDataViewCtrl patch from Hartwig
2007-09-13  Vadim Zeitlinremove the drag-and-drop compatibility hack for extract...
2007-09-13  Paul Cornettfix SetValue
2007-09-13  Paul Cornettnon-pch build fix, indentation and whitespace cleanup
2007-09-13  Vadim Zeitlinadded attribution for wxSYS_DCLICK_TIME time change
2007-09-13  Robert RoeblingUse GTK_SPIN_BUTTON() not (GtkSpinButton*)
2007-09-13  Robert Roebling[ 1793012 ] wxSpinCtrl::SetValue() doesn't update inter...
2007-09-13  Robert RoeblingAdd wxDataViewCtrl::GetColumnPosition() stubs
2007-09-13  Robert RoeblingAdd wxDataViewCtrl::GetSortingColumn() stubs
2007-09-13  Robert RoeblingPatch from Hartwig (use new GetChildren() API)
2007-09-13  Robert Roeblinglittle change for Mac build
2007-09-13  Robert RoeblingThird update patch for GTK+ print (correcting my device...
2007-09-13  Robert RoeblingSecond update patch for GTK+ print (DrawBitmap fix)
2007-09-13  Robert RoeblingFirst update patch for GTK+ print
2007-09-13  Paul Cornettremove unused configure tests and macros
2007-09-13  Paul Cornettepoll typo
2007-09-13  Paul Cornettget more accurate TLW sizing by using a window decorati...
2007-09-12  Paul Cornettwarning fix
2007-09-12  Paul Cornettadd wxUSE_TASKBARICON wrapper
2007-09-12  Vadim Zeitlincheck that the conversion really succeeds even when...
2007-09-12  Vadim Zeitlinfix assert for bitmaps buttons created without bitmap...
2007-09-10  Václav SlavíkFixed wxAtomicInc/Dec() to not use asm/atomic.h header...
2007-09-10  Václav Slavíkuse wxVector<T> instead of wxList in wxXmlResource...
2007-09-10  Václav Slavíkfix to make 'wxAtomicInt i = 0;' work with generic...
2007-09-10  Václav Slavíkcompilation fix after wxCmdLineEntryDesc changes
2007-09-10  Václav Slavíkadded a test for wxAtomicDec return value
2007-09-10  Vadim Zeitlinmention that NULL/"" changes also affect struct fields
2007-09-10  Václav Slavíkcompilation fixes for generic implementation of wxAtomi...
2007-09-10  Robert RoeblingRewrote scaling for GTK+ print
2007-09-10  Robert RoeblingCompilation
2007-09-10  Vadim Zeitlinmap wxFONTENCODING_ISO2022_JP to the correct Windows...
2007-09-10  Vadim Zeitlinfix a warning about casting literal string constants...
2007-09-10  Robert Roeblingcorrected some of 200 compile errors introduced by...
2007-09-10  Robert RoeblingRewrote scaling code for GNOME print backend. The inver...
2007-09-10  Vadim Zeitlinchop off the unwanted \r from GetLineText() return...
2007-09-10  Vadim ZeitlinUnicode compilation fix
2007-09-10  Vadim ZeitlinwxDL_XXX macros and dynamic loading cleanup:
2007-09-09  Vadim Zeitlinadded wxApp::Set/GetAppDisplayName() (patch 1780414)
2007-09-09  Vadim Zeitlinadded wxApp::Set/GetAppDisplayName() (patch 1780414)
2007-09-09  Vadim Zeitlinadd wxSYS_DCLICK_TIME system metric constant; use it...
2007-09-09  Vadim Zeitlincache the result of wxGetOsVersion() (heavily modified...
2007-09-09  Vadim Zeitlindon't change locale in XRC GetFloat() method, change...
2007-09-09  Vadim Zeitlinfix bug with mistakenly recognising 'wxdebug' as 'debug...
2007-09-09  Vadim Zeitlindeclare wxEVT_GRID_COL_MOVE event (which was defined...
2007-09-09  Vadim Zeitlindon't give spurious error message if non-empty status...
2007-09-09  Vadim Zeitlinfixed off by 1 bug in wxDC::GradientFillLinear() (patch...
2007-09-09  Vadim Zeitlinfix gcc warnings about float/double to int conversion...
2007-09-09  Vadim Zeitlinno changes, just added a comment explaining the issues...
2007-09-09  Vadim Zeitlinreturn empty string, not NULL, from wxCStrData::AsChar...
2007-09-08  Vadim Zeitlinadded support for reading resolution information from...
2007-09-08  Robert RoeblingCompile error (no idea why Mingw doesn't like wxPoint())
2007-09-08  Vadim Zeitlinfix file names format in wxFileDataObject::GetDataHere...
2007-09-08  Vadim Zeitlinadded wxDirCtrl to the sample to allow testing of the...
2007-09-08  Vadim Zeitlindon't pass garbage to SetData() in wxURLDataObject...
2007-09-07  Vadim Zeitlinbetter document some of the incompatibilities introduce...
2007-09-07  Vadim Zeitlinchange wxCmdLineEntryDesc::short/longName type to wxStr...
2007-09-07  Vadim Zeitlinfix unused parameter warning in wxSetEnv() in release...
2007-09-07  Vadim Zeitlindon't use _T() inside wxGetTranslation() and related...
2007-09-07  Vadim Zeitlindon't use _T() inside wxGetTranslation() and related...
2007-09-07  Vadim Zeitlinchanged wxCmdLineEntryDesc::short/longName fields type...
2007-09-07  Vadim Zeitlinchanged wxCmdLineEntryDesc::short/longName fields type...
2007-09-07  Julian SmartOnly write text colour if the colour is valid
2007-09-07  Robert RoeblingPatch to use high printer resolution instead of Cairo...
2007-09-07  Robert Roeblingminor corrections, made non-public API private
2007-09-07  Robert Roeblingprevent double deletion of cairo lib
2007-09-06  Robert RoeblingwxDC::Clear() shouldn't do anything in printing DCs...
2007-09-06  Robert RoeblingRemoved run-time dependency on libpangocairo
2007-09-06  Robert RoeblingAdd Cairo to build, remove run-time dependency
2007-09-06  Robert RoeblingMake use of wxCairoLibrary from within wxGtkPrint
2007-09-06  David ElliottMake a slider control created with a particular size...
2007-09-06  Robert RoeblingAdd wxCairoLibrary (not yet built)
2007-09-06  Robert RoeblingMove the wxDL_ macros to wxDynLibrary
2007-09-06  Václav Slavíkfixed wxString::FromAscii signature
2007-09-06  Robert RoeblingExplain various printing backends in GTK+
2007-09-06  Robert RoeblingMention wxUSE_GTKPRINT define
2007-09-06  Chris Elliottadd missing timer.h
2007-09-05  Vadim Zeitlinfixed off by 1 bug in converting premultiplied DIB...
2007-09-05  Robin DunnPass length including the null-terminator to cWC2MB
2007-09-05  Robert RoeblingAdd support for GTK print, modified from patch 1782055
2007-09-05  Robert RoeblingAdd force link for GtkPrint modeule (still commented...
2007-09-05  Robert RoeblingMake wxGnomePrintModule public so that wxGtkPrintModule...
2007-09-05  Robert RoeblingAdd GtkPrint detection code and configure switch
2007-09-05  Robert Roeblingupport wxFileDataObject change for UTF8 handling
2007-09-05  Chris Elliottadd missing ds? files
2007-09-04  Julian SmartCorrected default background and text colours
2007-09-04  Julian SmartFixed URL saving/loading
2007-09-04  Julian SmartAlways set the background colour for XP, for consistent...
2007-09-04  Julian SmartCorrected a typo
next