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-05-13 19:58 MBN, revision 20623

Fixed bug with notebook pages not showing (probably affected any wxWindow/wxPanel child when panel was hidden and then shown again). The bug was introduced by the fix for hidden windows still intercepting mouse events. (backport)

2003-05-13 19:52 MBN, revision 20622

Fixed bug with notebook pages not showing (probably affected any wxWindow/wxPanel child when panel was hidden and then shown again). The bug was introduced by the fix for hidden windows still intercepting mouse events.

2003-05-13 19:50 MBN, revision 20621

Lesstif compilation fix.

2003-05-13 17:45 JS, revision 20620

Reordered the slow-click test, otherwise it would never be fired if in row-select more. Also added a ClearSelection, which was omitted in the changes since 2.4.

2003-05-13 15:20 JS, revision 20619

Rationalised style handling in tree control No longer use WS_EX_WINDOWEDGE since it seems to be obsolete, and has no effect

2003-05-13 15:16 JS, revision 20618

Removed obsolete check

2003-05-12 22:33 VS, revision 20617

applied HTML pagebreaks patch

2003-05-12 20:04 MBN, revision 20616

Factored out some common code.

2003-05-12 20:02 PKO, revision 20615

Fixed sort bug.

2003-05-12 19:58 MBN, revision 20614

Removed dead code.

2003-05-12 19:56 SC, revision 20613

redraw fix backported

2003-05-12 19:55 MBN, revision 20612

Implemented copy-on-demand for wxClipboard.

2003-05-12 19:54 MBN, revision 20611

Compilation fix.

2003-05-12 19:52 MBN, revision 20610

Removed redundant wx<Control>NameStr declarations.

2003-05-12 19:29 SC, revision 20609

CFStringRef support backport

2003-05-12 19:25 SC, revision 20608

better min size

2003-05-12 19:18 SC, revision 20607

void correction

2003-05-12 19:14 SC, revision 20606

native help tool tips under Carbon and OSX, backport

2003-05-12 19:11 SC, revision 20605

added CFStringRef methods

2003-05-12 14:12 ROL, revision 20604

just a test for IsShown (no refreshing if not)

2003-05-12 14:11 ROL, revision 20603

new version

2003-05-12 14:11 ROL, revision 20602

added Expand/Collapse handlers

2003-05-12 14:10 ROL, revision 20601

fixed sizes of some controls under windows

2003-05-12 14:09 ROL, revision 20600

changed scrolled window to container, but there's still no support in wxXRC

2003-05-12 10:14 JS, revision 20599

Auto 3D border if parent is a panel or dialog.