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-10-07 19:49 VZ, revision 49081

updated copyright year to 2007

2007-10-07 19:46 VZ, revision 49080

removed base.rc which is unused since many years

2007-10-07 19:15 RR, revision 49079

Update from Hartwig for OS X implementation

2007-10-07 17:15 VS, revision 49078

globally disable VC++'s warning 4251 (non-exported member in dll-exported class and remove broken workaround trying to silence it

2007-10-07 17:02 VZ, revision 49077

made Blur() methods const (bug 180914)

2007-10-07 14:12 JS, revision 49076

Corrected typo affecting outline level reading

2007-10-07 14:12 JS, revision 49075

Corrected typo affecting outline level reading

2007-10-07 14:11 JS, revision 49074

Added missing URL attribute testing

2007-10-07 14:09 JS, revision 49073

Added missing URL attribute testing

2007-10-07 11:19 VZ, revision 49072

fixed several problems due to use of GetEditHWND() when the edit control is not available

2007-10-07 10:45 VZ, revision 49071

fixed totally wrong change in r49070

2007-10-06 22:10 VZ, revision 49070

don't use using directive, Watcom seems to have problems with it

2007-10-06 21:06 VZ, revision 49069

added richtext sources

2007-10-06 21:02 VZ, revision 49068

fixed bug with inversed IsEditable() return value

2007-10-06 12:38 VZ, revision 49064

always return wxString from wxGetUserHome() instead of char */wxWCharBuffer depending on the build

2007-10-06 09:02 JS, revision 49063

Fixed dangling pointer bug

2007-10-06 09:02 JS, revision 49062

Fixed dangling pointer bug

2007-10-06 08:44 CE, revision 49061

Borland has only lfind

2007-10-06 00:14 VZ, revision 49059

fix GetPaths() and GetFilenames() too

2007-10-05 23:54 VZ, revision 49058

fix wxGenericFileDialog::Get{Path,Directory,Filename}() functions which were completely broken by wxFileCtrl patch

2007-10-05 22:56 VS, revision 49057

use typed containers in wxHtmlParser instead of type-unsafe wxList/wxHashTable

2007-10-05 22:42 VS, revision 49056

fixed WX_CLEAR_HASH_SET to compile

2007-10-05 22:41 VS, revision 49055

fixed WX_CLEAR_HASH_SET to compile

2007-10-05 20:48 RD, revision 49053

bump subrelease number

2007-10-05 20:12 DE, revision 49052

Duplicate wxTextCtrl code to wxComboBox because we can no longer derive wxComboBox from wxTextCtrl.

2007-10-05 19:33 MW, revision 49051

Add <name> to <compile-subdir>. It is what appears on the top of the column when the step fails.

2007-10-05 19:05 RR, revision 49050

forgot to commit

2007-10-05 17:03 CE, revision 49044

add DMC to misbehaving compilers

2007-10-04 15:59 MW, revision 49043

Cache user and group name as these can be expensive to get on some systems.

2007-10-04 15:55 MW, revision 49042

Add buildbot tools and config include files.

2007-10-04 15:52 CE, revision 49041

add missing inc files docsrc.rsp

2007-10-04 15:51 CE, revision 49040

add missing inc files docsrc.rsp

2007-10-04 12:50 MW, revision 49039

Fix wxString::replace when nLen is wxString::npos.

2007-10-04 12:03 VZ, revision 49038

check for m_filectrl != NULL in OnUpdateButtonsUI() (fixes crash under GTK1)

2007-10-04 12:01 SC, revision 49037

supporting failed data conversions

2007-10-04 10:10 SC, revision 49036

make conversion fail safe on OS X (japanese to mac roman ascii conversions lead to a crash)

2007-10-04 07:40 SC, revision 49035

compile error in non-quartz builds

2007-10-04 07:32 SC, revision 49034

icns support from resources

2007-10-04 07:30 SC, revision 49033

adding PICT support in Quartz - whose native metafile format is PDF

2007-10-04 07:29 SC, revision 49032

adding PICT support in Quartz - whose native metafile format is PDF

2007-10-04 07:27 SC, revision 49031

moving tooltip implementation into private header, allowing for easier reuse

2007-10-04 07:26 SC, revision 49030

moving tooltip implementation into private header, allowing for easier reuse

2007-10-04 07:25 SC, revision 49029

Hide toplevel window in order to avoid erratic redraws of zombie windows on mac

2007-10-04 04:58 SC, revision 49028

fixing utf16 recognition, as this always conforms to public-plain-text the sequence needs to be inverted

2007-10-03 22:36 VZ, revision 49027

fix range used for native volume in Set/GetVolume()

2007-10-03 22:35 VZ, revision 49026

fix range used for native volume in Set/GetVolume() and simplify the code a bit

2007-10-03 21:45 VZ, revision 49025

look for message catalogs also directly under prefix in GetMsgCatalogSubdirs() as we used to do in 2.6

2007-10-03 00:36 VZ, revision 49022

some (blind) compilation fixes after wxString/Unicode changes

2007-10-03 00:13 VZ, revision 49021

semaphore with count of 1 is not exactly the same as mutex

2007-10-02 17:34 VZ, revision 49020

initialize all fields of WINDOWPOS struct to avoid mingw32 warnings