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

2004-11-19 20:49 VZ, revision 30653

create BS_GROUPBOX transparent

2004-11-19 20:38 ABX, revision 30652

Sorting fixes to wxUniv wxCombo/ListBox [part of bug #1040593].

2004-11-19 20:37 VZ, revision 30651

don't draw themed background for standard controls; they do it themselves and so this only results in even more flicker

2004-11-19 20:36 VZ, revision 30650

always return solid background for listbox

2004-11-19 20:35 VZ, revision 30649

added MSWControlColorDisabled and MSWControlColorSolid

2004-11-19 20:18 VZ, revision 30648

added missing header for USE_PCH == 0

2004-11-19 20:06 RD, revision 30647

Remove py_objasdbl_conv typedef

2004-11-19 20:04 RD, revision 30646

wxHtmlHelpController doesn't derive from wxEvtHandler

2004-11-19 20:04 VZ, revision 30645

refresh widget after changing its colour

2004-11-19 20:03 RD, revision 30644

Added GetCurrentPage

2004-11-19 19:57 RD, revision 30643

Added ConvertColourToAlpha

2004-11-19 19:55 VZ, revision 30642

don't set background colour explicitely; no need to handle WM_ERASEBKGND ourselves now that it is done correctly at wxControl level

2004-11-19 19:53 VZ, revision 30641

refactored code to do brush adjustment for bg drawing in only one place

2004-11-19 19:40 VZ, revision 30640

replaced OnCtlColor(7 params) with MSWControlColor(1 param)

2004-11-19 19:28 RD, revision 30639

Added wxPyInputStream dtor. Use PyLong_FromLongLong iff needed for wxFileOffset

2004-11-19 19:23 RD, revision 30638

Use static method for AddCatalogLookupPathPrefix instead of global function

2004-11-19 19:20 RD, revision 30637

Give SendSizeEvent a generic implementation. It can be useful on non-MSW platforms as well.

2004-11-19 19:05 VZ, revision 30636

removed OnCtlColor()

2004-11-19 19:04 VZ, revision 30635

removed (unused) nCtlColor parameter of OnCtlColor()

2004-11-19 19:03 VZ, revision 30634

added tests for setting fg/bg colours

2004-11-19 18:57 VZ, revision 30633

added GetCurrentPage()

2004-11-19 18:37 VZ, revision 30632

removed (unused) nCtlColor parameter of OnCtlColor(); added MSWControlColor(); implemented it to use tab control background if applicable

2004-11-19 18:36 VZ, revision 30631

added support for drawing themed background: DoEraseBackground() and GetThemeBackgroundBrush()

2004-11-19 17:17 VZ, revision 30630

added GetIfActive() method returning non-NULL engine only if themes are not only available, but really use

2004-11-19 16:49 VZ, revision 30629

removed duplicated code