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

2006-04-14 22:03 VZ, revision 38728

reverted wxHVScrolledWindow patch (back to rev 1.10)

2006-04-14 21:02 VS, revision 38727

don't use deprecated interface

2006-04-14 20:43 VS, revision 38726

use public inheritance when deriving from wxHtmlWindowMouseHelper so that overriden methods can call base versions

2006-04-14 20:06 ABX, revision 38725

Deprecated and obsolete parts marked up for backward compatibility.

2006-04-14 19:56 ABX, revision 38724

Build fix.

2006-04-14 19:54 ABX, revision 38723

Deprecated and obsolete parts marked up for backward compatibility.

2006-04-14 19:32 ABX, revision 38722

Deprecated and obsolete parts marked up for backward compatibility.

2006-04-14 18:17 ABX, revision 38721

HitTest is not deprecated.

2006-04-14 17:34 VZ, revision 38720

respect the specified font encoding in DoGetTextExtent() instead of always using m_font

2006-04-14 17:32 VZ, revision 38719

added wxGTK_CONV_FONT/ENC

2006-04-14 17:16 VZ, revision 38718

don't show vertical scrollbar if we don't need it

2006-04-14 17:01 ABX, revision 38717

Deprecated and obsolete parts marked up for backward compatibility.

2006-04-14 16:25 JS, revision 38716

Spacing tweak

2006-04-14 15:55 VZ, revision 38715

reverted wxHVScrolledWindow patch (rev 1.19/1.21 of vscroll.h/.cpp) because not only we don't want to duplicate code like this but it also broke wxHtmlListBox by making scrolling in it O(N) instead of O(1)

2006-04-14 15:49 JS, revision 38714

Simulated text labels and toggle highlights under buttons Removed background colour

2006-04-14 15:24 JS, revision 38713

Reversed accidental commit

2006-04-14 15:24 VZ, revision 38712

fixed bug with not taking background colour into account introduced in 1.22.2.1

2006-04-14 15:22 VZ, revision 38711

fixed bug with not taking background colour into account introduced in 1.24

2006-04-14 12:40 JS, revision 38710

Implemented Mac-style button toggling within wxButtonToolBar, and line under toolbar.

2006-04-14 12:38 JS, revision 38709

Allow specification of border spacing

2006-04-14 12:24 ABX, revision 38708

MSLU with DMC build fix [#1469456].

2006-04-14 12:16 ABX, revision 38707

MSLU with DMC build fix [#1469456].

2006-04-14 11:38 VS, revision 38706

don't show the I-beam cursor over text in wxHtmlListBox

2006-04-14 10:09 JS, revision 38705

wxButtonToolBar only useful on Mac right now

2006-04-14 09:31 JS, revision 38704

Compilation fix