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-02-12 17:46 RD, revision 44481

fix version numbers

2007-02-12 16:36 VZ, revision 44480

compilation fix [backport from HEAD]

2007-02-12 16:35 VZ, revision 44479

compilation fix for last commit

2007-02-12 15:32 VZ, revision 44478

suppress gcc warnings about invalid format strings

2007-02-12 14:52 VZ, revision 44477

don't run WrongFormatStrings test with system printf, it doesn't work

2007-02-12 13:59 VS, revision 44476

fixed syntax errors

2007-02-12 13:21 VZ, revision 44475

update from Reinout van Schouwen

2007-02-12 13:13 CE, revision 44474

version 2.8.2

2007-02-12 13:05 VZ, revision 44473

removed spurious cast of GetTruncatedJDN() return value to WeekDay enum which breaks the code with Watcom (and maybe others) (bug 1618853) [backport from HEAD]

2007-02-12 13:04 VZ, revision 44472

removed spurious cast of GetTruncatedJDN() return value to WeekDay enum which breaks the code with Watcom (and maybe others) (bug 1618853)

2007-02-12 10:54 CE, revision 44471

add docs/msw/install.txt

2007-02-12 10:50 CE, revision 44470

change version to 2.8.2 in places mentioned in technotes tn0011

2007-02-12 10:05 JS, revision 44469

Added some change logs, updated version

2007-02-11 14:39 RR, revision 44468

Backport wxListBox::Insert() changes to 2_8.

2007-02-11 14:31 RR, revision 44467

Fix wxGTK wxListBox::Append() to return correct index (also for sorted list). Use wxControlWithItems::Insert(..) methods from wxListBox (can probably be removed).

2007-02-11 09:27 RR, revision 44466

pixbuf cursor support is for GTK 2.4.

2007-02-11 03:13 VZ, revision 44465

made GetStrings() const (patch 1655975)

2007-02-11 03:08 VZ, revision 44464

more const correctness (slightly modified patch 1655991)

2007-02-11 03:04 VZ, revision 44463

check for wxUSE_MDI which is needed by this code (patch 1656080)

2007-02-11 03:02 VZ, revision 44462

added support for colour cursors in wxGTK (patch 1655576)

2007-02-11 02:58 VZ, revision 44461

don't Printf() the string into itself (replaces patch 1655318) (backport from HEAD)

2007-02-11 02:55 VZ, revision 44460

don't Printf() the string into itself (replaces patch 1655318)

2007-02-11 02:53 VZ, revision 44459

miscellaneous minor corrections (patch 1652327)

2007-02-11 02:42 VZ, revision 44458

made AddPendingEvent() virtual (patch 1652077)

2007-02-11 02:34 VZ, revision 44457

fit the control when its real contents is attached and not simply (re-)layout it as it has no effect (patch 1644924) (backport from HEAD)