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

2003-03-04 05:13 RD, revision 19466

Fixed compilation error

2003-03-04 05:12 RD, revision 19465

Tweaked how the __del__ methods are generated again, call the delete function inside a try..except just in case

2003-03-04 04:51 RD, revision 19464

Updated MacPython build scripts for 2.3a2

2003-03-04 04:43 RD, revision 19463

Added missing deselect methods

2003-03-04 03:33 RD, revision 19462

Install the .mo files under the wxPython package directory for MSW since there is no standard place for them like on other platforms.

2003-03-04 02:15 VZ, revision 19461

new wxDIB class

2003-03-04 02:14 VZ, revision 19460

don't use GetSelectedInto() in release build

2003-03-04 02:12 VZ, revision 19459

start of alpha transparency support

2003-03-04 02:10 VZ, revision 19458

don't erase the background to see the transparent images better

2003-03-04 01:48 VZ, revision 19457

added wxDynamicLibrary::Detach()

2003-03-03 20:39 VZ, revision 19456

added support for reading alpha channel

2003-03-03 20:33 VZ, revision 19455

added alpha channel support to wxImage

2003-03-03 19:52 VZ, revision 19454

added some macros to define version strings from version number (instead of having to manually update both)

2003-03-03 19:50 VZ, revision 19453

added math.h

2003-03-03 19:49 VZ, revision 19452

added wxUSE_DISPLAY

2003-03-03 15:35 SC, revision 19451

sorry previous commit message was wrong, should read added shrink procedure with proper color averaging, it is triggered from scale in case the old with/height are multiples of the new width/height

2003-03-03 15:30 SC, revision 19450

overflow fix

2003-03-03 15:25 SC, revision 19449

added shrink procedure with proper color averaging

2003-03-03 02:15 VZ, revision 19448

compilation fix: include wx/platform.h before testing for __WIN32__

2003-03-03 00:01 VZ, revision 19447

fixed spurious assert in FindControl() (backported from trunk)

2003-03-03 00:00 VZ, revision 19446

fixed spurious assert in FindControl() (fixes patch 696147)

2003-03-02 23:44 VZ, revision 19445

added wxRect2DDouble == != = operators (patch 684616)

2003-03-02 23:42 VZ, revision 19444

added wx/math.h (patch 686009)

2003-03-02 23:35 VZ, revision 19443

added possibility to use several wxFileHistories (patch 685876)

2003-03-02 23:24 VZ, revision 19442

fixed memory leak (patch 696164)