Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2016-05-09 08:38:04

Changes per page:

25 50 100 250 500 1000 2000

Changelog for wxWidgets (70435 changes):

2007-09-09 22:57 VZ, revision 48622

add wxSYS_DCLICK_TIME system metric constant; use it for the generic list control rename timer interval (patch 1782472)

2007-09-09 22:40 VZ, revision 48621

cache the result of wxGetOsVersion() (heavily modified patch 1783198)

2007-09-09 22:24 VZ, revision 48620

don't change locale in XRC GetFloat() method, change the strings to use the current locale decimal point separator instead (patch 1783849)

2007-09-09 21:45 VZ, revision 48619

fix bug with mistakenly recognising 'wxdebug' as 'debug' and 'wxshared' as 'shared' (patch 1787101)

2007-09-09 21:39 VZ, revision 48618

declare wxEVT_GRID_COL_MOVE event (which was defined but not declared in the header) and add macros for handling it (patch 1788077)

2007-09-09 21:32 VZ, revision 48617

don't give spurious error message if non-empty status bar field style is specified in XRC (patch 1791037)

2007-09-09 19:36 VZ, revision 48616

fixed off by 1 bug in wxDC::GradientFillLinear() (patch 1788549)

2007-09-09 19:34 VZ, revision 48615

fix gcc warnings about float/double to int conversion after the latest changes

2007-09-09 19:05 VZ, revision 48614

no changes, just added a comment explaining the issues involved in doing the conversion in place in wxCStrData::AsChar()

2007-09-09 18:57 VZ, revision 48613

return empty string, not NULL, from wxCStrData::AsChar() if conversion to ANSI fails for compatibility with wxWidgets 2 and std::string

2007-09-08 18:32 VZ, revision 48612

added support for reading resolution information from TIFF, JPEG and BMP formats; corrected some bugs with saving resolution; added command allowing to see the image resolution (if available) to the sample (heavily modified patch 1790546)

2007-09-08 18:08 RR, revision 48611

Compile error (no idea why Mingw doesn't like wxPoint())

2007-09-08 11:37 VZ, revision 48610

fix file names format in wxFileDataObject::GetDataHere() in Unicode build (replaces patch 1785191)

2007-09-08 11:28 VZ, revision 48609

added wxDirCtrl to the sample to allow testing of the file names dragging (based on patch attached to the bug 1775213)

2007-09-08 09:52 CE, revision 48608

2.8.5 release

2007-09-08 00:32 VZ, revision 48607

don't pass garbage to SetData() in wxURLDataObject::SetURL()

2007-09-07 23:47 VZ, revision 48606

better document some of the incompatibilities introduced by the Unicode changes

2007-09-07 23:41 VZ, revision 48605

change wxCmdLineEntryDesc::short/longName type to wxString for better compatibility with existing Unicode code

2007-09-07 23:39 VZ, revision 48604

fix unused parameter warning in wxSetEnv() in release build

2007-09-07 21:47 VZ, revision 48603

don't use _T() inside wxGetTranslation() and related macros (wxTRANSLATE, _, ...) to preserve compatibility with the old ASCII build (even at the expense with the Unicode build compatibility)

2007-09-07 19:34 VZ, revision 48602

don't use _T() inside wxGetTranslation() and related macros (wxTRANSLATE, _, ...) to preserve compatibility with the old ASCII build (even at the expense with the Unicode build compatibility)

2007-09-07 19:32 VZ, revision 48601

changed wxCmdLineEntryDesc::short/longName fields type to char* from wxChar* (non-ASCII options are uncommon but NULL values are often specified for these fields) and made description field a wxString (as it can be constructed from either char or wchar_t strings and normally shouldn't be NULL)

2007-09-07 19:31 VZ, revision 48600

changed wxCmdLineEntryDesc::short/longName fields type to char* from wxChar* (non-ASCII options are uncommon but NULL values are often specified for these fields) and made description field a wxString (as it can be constructed from either char or wchar_t strings and normally shouldn't be NULL)

2007-09-07 14:16 JS, revision 48599

Only write text colour if the colour is valid

2007-09-07 14:15 JS, revision 48598

Only write text colour if the colour is valid