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

2005-12-27 21:08 RD, revision 36578

Delay the setting of the filling sash to ensure that everything else is already done and so the new setting won't get trompped on...

2005-12-27 20:43 RD, revision 36577

LOTS of PyCrust enhancements and fixes. See CHANGES.txt for details.

2005-12-27 19:50 vell, revision 36576

cleanup - reformatting

2005-12-27 18:07 ABX, revision 36575

Backported missing definitions.

2005-12-27 15:00 VZ, revision 36574

mention wxDC change

2005-12-27 11:20 SN, revision 36573

Applied Patch #1390457 (Incorrect wxRadioBox widths & heights).

2005-12-27 00:00 VS, revision 36572

added support for <sub> and <sup> to wxHTML (based on patch #1263152)

2005-12-26 23:29 VS, revision 36571

allow opening .html files, too

2005-12-26 19:52 RD, revision 36570

description formatting

2005-12-26 18:45 vell, revision 36569

protect separators against inappropriate state changes

2005-12-26 17:58 vell, revision 36568

cleanup - reformatting

2005-12-25 14:37 SN, revision 36567

Fixed GetIcon to keep up with return type change on all other platforms.

2005-12-25 13:06 VZ, revision 36566

implemented wxDC::DoGetSize() correctly for metafile DC classes

2005-12-25 12:52 VZ, revision 36565

Start/EndDrawingOnTop are still used under Motif, don't deprecate them

2005-12-25 02:34 VZ, revision 36564

disallow creation of wxDC objects and made wxDC an ABC; use wxDCTemp instead of wxDC in wx code; fixed WinCE bug with deleting a DC which should be released in wxListBox::MSWOnMeasure()

2005-12-24 17:10 vell, revision 36563

more cleanup

2005-12-24 02:55 VZ, revision 36562

also generate wxEVT_SCROLL_CHANGED as under wxMSW

2005-12-24 02:52 VZ, revision 36561

determine the slider event type more precisely (i.e. generate LINE/PAGE UP/DOWN and not only THUMBTRACK always) under GTK2 (bug 1377777); also generate THUMBTRACK/RELEASE

2005-12-24 02:21 VZ, revision 36560

fixed labels under GTK+ 1 after recent changes (remove underscores from them again)

2005-12-24 02:20 VZ, revision 36559

GTK+ 1 compilation fixes

2005-12-24 02:02 VZ, revision 36558

implemented wxCURSOR_BLANK (bug 1377290)

2005-12-24 01:31 VZ, revision 36557

warn that GetMenu() may return NULL

2005-12-24 01:29 VZ, revision 36556

moded wxWindow::PopupMenu() from window.cpp to menu.cpp as this allows it to access static functions in menu.cpp; implemented sending of wxEVT_MENU_OPEN/CLOSE for popup menus

2005-12-24 01:21 VZ, revision 36555

send wxEVT_MENU_CLOSE from menubar deactivate handler, this ensures that the event is sent even when the menu is dismissed

2005-12-24 00:44 VZ, revision 36554

send wxEVT_MENU_CLOSE at least sometimes