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):

2006-02-14 13:54 RR, revision 37578

More experimenting

2006-02-14 11:33 MW, revision 37577

Backport fix for reversed masks on displays with 8-bit depth, reported in patch 1219989

2006-02-14 11:07 JS, revision 37576

Include new manifest files in distribution

2006-02-14 09:21 MR, revision 37575

Cast to void* before casting to Node** to make the compiler do no strict-aliasing assumptions, and suppress a warning if -fstrict-aliasing (enabled with -O2, -O3 and -Os unless forced off as is planned for the time being) is used. See http://article.gmane.org/gmane.comp.lib.wxwidgets.devel/70262 for details. Also return NULL instead of 0 in the same GetNodePtr, as the return type is a pointer, not integer.

2006-02-14 06:54 vell, revision 37574

cleanup - reformatting

2006-02-14 04:41 vell, revision 37573

cleanup - reformatting

2006-02-14 04:00 KH, revision 37572

Fix wxComboBox constructors after keyboard access commit, not all constructors were setting the parent container pointer. Added Init method and put all the constructors together in the header (rather than being split between h and cpp)

2006-02-14 03:49 VZ, revision 37571

modified custom draw code to fully draw the items using a font with encoding different from the system one as the native list control ignores the font encoding; seems to finally work somehow but there is still horrible flicker as the items seem to be redrawn on every mouse move over them, no idea how to avoid this

2006-02-13 22:12 MW, revision 37570

Fix for reversed masks on displays with 8-bit depth, reported in patch 1219989.

2006-02-13 21:44 vell, revision 37569

cleanup - refomatting

2006-02-13 21:20 VZ, revision 37568

declare lists as exported, seems to be necessary in VC5 DLL builds and shouldn't hurt elsewhere

2006-02-13 19:20 RD, revision 37567

New APIs, Events, etc. for MediaCtrl

2006-02-13 19:20 RD, revision 37566

a little tweak to the debug code (commented out)

2006-02-13 19:19 RD, revision 37565

don't hide the log messages, and be sure to stop the timer when done

2006-02-13 19:18 RD, revision 37564

Show some GradientFill usage

2006-02-13 19:17 RD, revision 37563

change doc tweaks

2006-02-13 19:15 RD, revision 37562

New APIs, Events, etc. for MediaCtrl

2006-02-13 19:13 RD, revision 37561

new GetShown, Show, and etc. for wx.UpdateUIEvent

2006-02-13 19:12 RD, revision 37560

a little reorg and cleanup from the last two revisions

2006-02-13 16:34 RR, revision 37559

Starting wxDataView..

2006-02-13 15:30 VZ, revision 37558

fixed transparency handling broken by the last commit

2006-02-13 15:18 VZ, revision 37557

minor docs corrections and improvements from Andreas Mohr (patch 1430551)

2006-02-13 15:16 VZ, revision 37556

fixed SetAddress() for self-assignment (patch 1430703)

2006-02-13 14:58 VZ, revision 37555

use C cast instead of reinterpret_cast which doesn't work for casting pointers to functions to pointers to objects

2006-02-13 09:10 vell, revision 37554

cleanup - reformatting