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-15 19:20 VZ, revision 30553

set bg style to custom as we overwrite it anyhow

2004-11-15 19:17 VZ, revision 30552

fixed XP sash rendering to really do something (using REBAR style didn't work but it was hidden because background was erased anyhow)

2004-11-15 19:15 VZ, revision 30551

don't draw background at all if bg style is custom

2004-11-15 18:22 VZ, revision 30550

removed unnecessary (now that we leave Windows paint background itself) SetBackgroundColour() calls

2004-11-15 18:10 VZ, revision 30549

restored OnEraseBackground(), we do need it but only for the cases when the window has a non default background colour

2004-11-15 17:58 ABX, revision 30548

wxDC::DrawLabel documented.

2004-11-15 17:57 ABX, revision 30547

Order fix.

2004-11-15 17:40 ABX, revision 30546

Warning fixes.

2004-11-15 17:38 ABX, revision 30545

wxUniv actualization.

2004-11-15 17:33 ABX, revision 30544

Vertical tabs orientation in gtk renderer of wxUniv.

2004-11-15 17:11 JS, revision 30543

RC parse fixes from Michael Shamgar

2004-11-15 14:44 VZ, revision 30542

added \deprecated command

2004-11-15 14:43 VZ, revision 30541

don't always erase the background ourselves as this is incompatible with XP themed appearance (replaces patch 1046164)

2004-11-15 13:46 VZ, revision 30540

fixed va_copy test

2004-11-15 11:25 ABX, revision 30539

Partial fix to bug #1040607: support for vertical orientation in win32 renderer of wxUniv notebook.

2004-11-15 11:15 VS, revision 30538

fixed to work with themes that redefine icons (e.g. Fedora's Bluecurve)

2004-11-15 09:07 VS, revision 30537

updated to be in sync with wxwin.py code

2004-11-15 07:44 RN, revision 30536

fix buglet wxKeyEvent->wxMouseEvent

2004-11-15 07:20 RN, revision 30535

fix technical accuracy of statement

2004-11-15 07:18 RN, revision 30534

WXUNUSED warning fixes - unicode compilo fix

2004-11-15 07:08 ABX, revision 30533

Wise path to generic dialogs sources.

2004-11-15 06:59 RN, revision 30532

fix for [ 1066432 ] wxTextOutputStream: endl doesn't work

2004-11-15 06:23 ABX, revision 30531

wxUniv use wxBU flags [bug #1040584]

2004-11-14 23:43 RN, revision 30530

generate mediaplayer sample in configure

2004-11-14 23:34 VS, revision 30529

compilation fix