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-05 04:25 RD, revision 19491

SWIGged updates for wxMac

2003-03-05 04:24 RD, revision 19490

SWIGged updates for wxMSW

2003-03-05 04:10 RD, revision 19489

SWIGged updates for wxGTK

2003-03-05 04:09 RD, revision 19488

Updated change log

2003-03-05 04:08 RD, revision 19487

Deprecated NewId and RegisterId Added missing Disable method

2003-03-05 04:06 RD, revision 19486

demo tweaks

2003-03-05 01:46 RD, revision 19485

demo tweaks

2003-03-04 23:34 VS, revision 19484

added support for GTK2 label mnemonics (patch #689573)

2003-03-04 21:21 RD, revision 19483

Fix typemap for wxGridCellCoordArray

2003-03-04 13:37 SC, revision 19482

warning fixes

2003-03-04 12:19 SC, revision 19481

cursor adaptions

2003-03-04 12:18 SC, revision 19480

reordering in destructor, cursor adaptions

2003-03-04 12:16 SC, revision 19479

reorder necessary for classic

2003-03-04 12:15 SC, revision 19478

usleep fix & cursor adaptions

2003-03-04 12:11 SC, revision 19477

cursors from xpm and d&d cursor support

2003-03-04 12:11 SC, revision 19476

new cursors

2003-03-04 12:09 SC, revision 19475

overflow fix

2003-03-04 12:06 SC, revision 19474

shrinking functions added

2003-03-04 12:04 SC, revision 19473

cursor support for xpm and d&d integration

2003-03-04 12:03 SC, revision 19472

added averaging shrinking function

2003-03-04 12:02 SC, revision 19471

copy arrow cursor for mac added

2003-03-04 05:50 RD, revision 19470

SWIGged updates for wxMac

2003-03-04 05:49 RD, revision 19469

SWIGged updates for wxGTK

2003-03-04 05:33 RD, revision 19468

SWIGged updates for wxMSW

2003-03-04 05:14 RD, revision 19467

Backported fixes for updating the splash screen and busy info windows

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)