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-01-06 05:26 RD, revision 36728

Allow the frame (if there is one) to resize the toolbar after Realize is called

2006-01-06 05:18 RD, revision 36727

ReST docs regenerated

2006-01-06 04:54 RD, revision 36726

A variety of updates to wx.lib.floatcanvas, including Added DrawObjects, including a ScaledTextBox, with auto-wrapping, etc, and Scaled and Unscaled Bitmap Objects.

2006-01-06 04:46 RD, revision 36725

Added wxSizerItem::SetUserData

2006-01-06 04:45 RD, revision 36724

Added wx.SizerItem.SetUserData

2006-01-06 03:17 vell, revision 36723

cleanup - reformat; added assignment of initial selection to match other platform behavior

2006-01-06 00:36 vell, revision 36722

cleanup - reformat; added (disabled) support for secondary highlight color

2006-01-06 00:18 RD, revision 36721

Set the tool size to to be the same as the bitmap size

2006-01-05 23:55 RD, revision 36720

Workaround for wxMac since it is unable to dismiss the edit control when the listctrl is clicked on. It has to do with a dependency on the order of focus events so on wxMac we'll just explicitly dismiss the edit control if it's active when the listctrl is clicked on.

2006-01-05 23:47 RD, revision 36719

Switch to a GenStaticText so the colour can be changed everywhere that the font dialog allows the colour to be selected

2006-01-05 23:45 KO, revision 36718

Remove MultipleChoiceDemo now that MultiChoiceDemo exists and does the same things.

2006-01-05 23:41 RD, revision 36717

Fixes problem of pasting code that contains an else, elif, except, etc. and factored out a separate Execute method.

2006-01-05 23:16 MR, revision 36716

(WX_2_6_BRANCH) Include wx/event.h, as it is used by-value (parent class). Thanks to Stefan Langhammer for finding a problem, and to Robin McNeill for finding the missing header before I managed to open my editor.

2006-01-05 23:11 MR, revision 36715

include wx/event.h, as it is used by-value (parent class).

2006-01-05 23:09 KO, revision 36714

Ensure the EVT_TEXT's text string is set properly.

2006-01-05 22:15 RD, revision 36713

Tweaked layout a bit

2006-01-05 22:14 RD, revision 36712

It is now recommended to not pass the position to PopupMenu and to let the platform position the menu itself

2006-01-05 19:02 vell, revision 36711

cleanup - reformat; minor code tweaks

2006-01-05 18:27 RD, revision 36710

backport of "layout adaptions for mac" change from HEAD

2006-01-05 18:26 RD, revision 36709

backport of "transparent grow box for dialogs" change from HEAD

2006-01-05 17:07 RD, revision 36708

docstring fixes

2006-01-05 11:26 SC, revision 36707

layout adaptions for mac

2006-01-05 11:24 SC, revision 36706

transparent grow box for dialogs

2006-01-05 08:46 vell, revision 36705

ported KO's v262 change forward

2006-01-05 08:38 vell, revision 36704

cleanup - reformat (part 3)