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

2004-11-14 23:33 RN, revision 30528

doc for mediaplayer sample

2004-11-14 23:26 RN, revision 30527

Massive reworking of wxMediaCtrl code - backend everything, search for backends via RTTI lookup, and more

2004-11-14 23:13 RN, revision 30526

doc update for wxMediaCtrl

2004-11-14 23:03 VS, revision 30525

fixed rendering of bitmaps with alpha channel under GTK+ 2.0

2004-11-14 21:53 VS, revision 30524

added system colours and fonts support to XRC (based on patch #1038207)

2004-11-14 21:52 RR, revision 30523

The wxGNOME whitepaper-to-be.

2004-11-14 16:56 RN, revision 30522

spelling/grammer (lol) :)

2004-11-14 10:52 VS, revision 30521

made wxMBConv_iconv MT-safe

2004-11-14 06:53 DE, revision 30520

Rebaked and autoconfiscated.

2004-11-14 06:51 DE, revision 30519

Moved some OS X only files into MAC_OSX_SRC from MAC_SRC.

2004-11-14 06:47 DE, revision 30518

Added Mac OS support.

2004-11-14 05:02 DE, revision 30517

Reran aclocal using bakefile.m4 from Bakefile CVS HEAD. This adds support for MacOS and BeOS and includes some other fixes.

2004-11-13 03:24 RD, revision 30516

reSWIGged

2004-11-13 03:01 RD, revision 30515

reSWIGged

2004-11-13 03:00 RD, revision 30514

the python2 check is gone, take out the use of the flag too

2004-11-13 02:55 RD, revision 30513

bump subrelease

2004-11-13 02:40 RD, revision 30512

reSWIGged

2004-11-13 02:30 RD, revision 30511

* wxPrintDialog no longer derives from wxDialog. * Add wxRTTI info for wxPyPrintout * wxPrintFactory probably doesn't need to be exposed

2004-11-13 02:26 RD, revision 30510

Fix for uninitialized pointer access from wxPrintData's copy ctor

2004-11-13 02:24 RD, revision 30509

The assumption that if SIZEOF_INT is defined then SIZEOF_SIZE_T is too is not always true.

2004-11-12 21:44 VS, revision 30508

more wxPostEvent MT fixes

2004-11-12 21:43 VS, revision 30507

removed unused static variable

2004-11-12 21:21 DE, revision 30506

Moved wxStandardPathsCF into base library when using CarbonLib or Darwin. Make wxStandardPathsBase::Get() return a wxStandardPathsBase reference. Implement it using wxAppTraits::GetStandardPaths() which is overridden by wxMac and wxCocoa GUI libraries to return a reference to a wxStandardPathsCF.

2004-11-12 20:38 RD, revision 30505

typo

2004-11-12 20:34 RD, revision 30504

Compilation fix