wxWidgets.git
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
2007-09-04  Robert Roeblingcorrect scrolling of various GTK+ widgets such as GtkFr...
2007-09-04  Julian SmartApply the background fix only if the toolbar has controls
2007-09-04  Robin Dunna few more header files need to be installed
2007-09-04  Paul Cornettuse client size to avoid gdk_window_get_frame_extents...
2007-09-03  Vadim Zeitlinfix translation of wx priority values to the standard...
2007-09-03  Vadim Zeitlinfix WX_GL_STEREO attribute handling: value for it was...
2007-09-03  Vadim Zeitlindon't use GetThemeMetric(HP_HEADERITEM, TMT_HEIGHT...
2007-09-03  Paul Cornettcall SetLegacyWMProperties last, it calls gtk_widget_re...
2007-09-03  Paul Cornettfix IsProtocolSupported in unicode build
2007-09-03  David ElliottTry the DefaultProperties key if the buildSettings...
2007-09-03  Robert RoeblingUpdate to recent eggtrayicon version. Should be convert...
2007-09-03  Robin Dunninclude private.h
2007-09-03  Robin Dunnmore exports
2007-09-03  Robin Dunnwrap the code in #if wxUSE_DATAVIEWCTRL
2007-09-03  Robin DunnUpdate wxStack class macro for the new wxVector
2007-09-03  Robin Dunnexport wxGetNativeFontEncoding and wxTestFontEncoding
2007-09-03  Robin Dunnfix events and eventTypes for wxPython
2007-09-02  Julian SmartStandard SDK fixes
2007-09-01  Robert RoeblingPatch from Bo for new API, various fixes, live update...
2007-08-31  Julian SmartAdded native focus rectangle drawing for wxMac (CG...
2007-08-31  Václav Slavíkfixed badly named wxHtmlTag::GetParam() argument: with_...
2007-08-31  Robert Roeblingtypo
2007-08-31  Robert RoeblingAdd wxDataViewCtrl to the build for OS X
2007-08-31  Robert RoeblingAdded const and virtual in various places
2007-08-31  Robert Roeblingtypo
2007-08-31  Robert RoeblingAdded wxDataViewModel::GetChildren() (removed GetSiblin...
2007-08-31  Robert RoeblingAdded wxDataViewCtrl::AppendIconTextColumn
2007-08-31  Robert Roeblingadded wxDataViewIconTextRenderer
2007-08-31  Robert Roeblingsmall doc patch from Bryan Petty
2007-08-31  Julian SmartUse new menu item function
2007-08-30  Vadim Zeitlinuse WX_ASSERT_STR/SIZET_EQUAL instead of CPPUNIT_ASSERT...
2007-08-30  Vadim Zeitlindon't use use UTF-8 to PUA mapping hack, it's not neces...
2007-08-30  Vadim Zeitlinfix resize() when it's used for truncating a string...
2007-08-30  Vadim Zeitlinuse fallback encoding in wxConvAuto when input is not...
2007-08-30  Vadim Zeitlinuse wxNullPtr instead of NULL with wxFileTypeInfo
2007-08-30  Paul CornettX property data is long for format 32
2007-08-30  Robert RoeblingPatch from Hartwig for wxMac implementation
2007-08-29  Robert RoeblingPatch from Bo, implements mouse hover, default sort
2007-08-29  Robert Roeblingmake SetValue return a value
2007-08-29  Paul Cornettadd missing static
2007-08-29  Julian SmartAvoid crash if user aborts the print
2007-08-29  Julian SmartThe toolbar background for some colour schemes cannot...
2007-08-29  Robert Roeblingadd wxDataViewIconTextRenderer
2007-08-29  Robert Roeblingadd wxDataViewIconText
2007-08-28  David ElliottwxTextCtrl: Implement alignment flags, editable (read...
2007-08-28  Robert Roeblingadd objectdataptr.tex to classes.tex
2007-08-28  Julian SmartCompile fix for old W32API headers
2007-08-28  Václav Slavíkadded some clarifying comments
2007-08-28  Václav Slavíkfixed memory leak in RestoreState
2007-08-28  Robert Roeblingadded copy constr
2007-08-28  Robert Roeblingadded docs for wxObjectDataPtr<T> and examples for...
2007-08-28  Robert Roeblingsyntax correction
2007-08-28  Václav Slavíkoptimized wxMBConvStringUTF8::ToWchar() for ASCII chara...
2007-08-28  Robert RoeblingMinor correction, use wxCHECK
next