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

2004-12-11 20:01 VZ, revision 30928

translate VK_OEM_PLUS to '=', not '+', because this is what the unmodified key is

2004-12-11 12:51 RR, revision 30927

Add SetFocusIgnoringChildren() to wxControlContainer. This makes corresponding hacks in wxListCtrl and wxTreeCtrl obsolete. With docs.

2004-12-10 16:20 ABX, revision 30926

Bug #1040683: Remove assert when deleting menu entry.

2004-12-10 12:01 ABX, revision 30925

wxFoldBar now also horizontal (with API methods renamed to mean length rather than height) and more with wxWidgets coding standards. Sample adjustement to changing orientation.

2004-12-10 11:24 JS, revision 30924

Workaround for memory bug when using wxRegConfig and calling SetPath.

2004-12-10 11:23 VZ, revision 30923

really implemented operator==(); reformatted a little

2004-12-10 07:28 ABX, revision 30922

Back to broken comparison until it is not fixed other way.

2004-12-10 01:53 DE, revision 30921

Wrap wxImage specifics in wxUSE_IMAGE and wxBitmap specifics in wxUSE_GUI. This allows the code to be used from wxBase with other image classes.

2004-12-09 19:39 VZ, revision 30920

compilation fix for wxUSE_DATAOBJ == 0

2004-12-09 15:27 JS, revision 30919

Combobox corrections

2004-12-09 15:16 JS, revision 30918

Added further 'missing' wxTextCtrl-like functions to wxComboBox

2004-12-09 15:10 RN, revision 30917

fixup {/'s with last commit merge pre tag change from wxWebSite

2004-12-09 14:59 JS, revision 30916

Spelling corrections

2004-12-09 14:16 JS, revision 30915

Small correction

2004-12-09 14:14 JS, revision 30914

Misc FAQ mods

2004-12-09 00:21 RD, revision 30913

reSWIGged

2004-12-09 00:21 RD, revision 30912

Use SetMinSize instead of SetSizeHints

2004-12-08 22:39 MBN, revision 30911

Moved tests for wxHashMap, wxHashSet and wxList from console sample and converted them to unit tests.

2004-12-08 22:39 MBN, revision 30910

Made wxHashSet compile again. Changed the return value for insert() t match the one of wxHashMap (and of std::set).

2004-12-08 22:33 MBN, revision 30909

Documented wxHashSet. Corrected documentation for wxHashMap::insert() mentioning the correct return value.

2004-12-08 22:29 RR, revision 30908

Applied patch for PNG8 alpha mask.

2004-12-08 22:13 MBN, revision 30907

Check for Pango XFT presence (for wxX11).

2004-12-08 22:08 RR, revision 30906

Corrected wxComboBox::GetValue() after a selection has changed. Added test for that to the "widgets" sample.

2004-12-08 21:51 RD, revision 30905

Use SetMinSize instead of SetSizeHints

2004-12-08 21:49 RD, revision 30904

Some tweaks for the wxMediaCtrl and enhaced the demo a bit