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-02-17 17:31 VZ, revision 37628

update from Wei-Lun Chao for 2.6.3

2006-02-16 23:05 RD, revision 37627

Fixed Cut command, added support for MenuBar inside Frame/Dialog. (Backport from HEAD.)

2006-02-16 17:19 ROL, revision 37626

Fixed Cut command, added support for MenuBar inside Frame/Dialog.

2006-02-16 14:12 VZ, revision 37625

compilation fix after removing wxImage(wxImage *) ctor

2006-02-16 11:26 RR, revision 37624

Allow tabbing in wxRadioBox.

2006-02-16 11:24 RR, revision 37623

Allow tabbing into and outof wxRadioBox.

2006-02-16 10:11 JS, revision 37622

Regenerated configure

2006-02-16 09:11 RR, revision 37621

Use signal_connect_after for focus events for native GTK+ windows and singal_connect for custom events.

2006-02-16 09:00 RR, revision 37620

Use g_signal_connect_after for GTK+ native controls and wxTopLevelWindow focus events and the normal _connect for custom controls.

2006-02-16 08:53 JS, revision 37619

Applied patch [ 1431955 ] Fixes wxSocket* _Wait/Select From Angel Vidal Veiga

2006-02-16 08:32 JS, revision 37618

GTK+ 1 fix

2006-02-16 06:16 vell, revision 37617

cleanup - reformatting (pt 2)

2006-02-16 03:07 RD, revision 37616

Added GetToolsCount

2006-02-16 03:03 RD, revision 37615

Fix for Bug #1432054: ToolBar controls not removed by ClearTools Use DeleteTool in ClearTools instead of just destroying the internal list, so the toolbar is kept fully in sync with the removal of all tool types. Also fix wxMSW version to actually Destroy() the controls when they are deleted from the toolbar.

2006-02-16 01:03 vell, revision 37614

cleanup - reformatting

2006-02-15 21:16 MW, revision 37613

The cyrillic characters used in the CaseChanges() test have different values on different platforms depending on the cyrillic character set used. So try generating these from the Unicode instead of using fixed values.

2006-02-15 21:16 MW, revision 37612

Warning fix

2006-02-15 21:10 MW, revision 37611

The cyrillic characters used in the CaseChanges() test have different values on different platforms depending on the cyrillic character set used. So try generating these from the Unicode instead of using fixed values.

2006-02-15 20:14 MR, revision 37610

Revert. Crashes single-line wxTextCtrl.

2006-02-15 20:09 MR, revision 37609

Connect focus_out_event handler before the default handler, as to suppress queue_draw when appropriate, that the default one does.

2006-02-15 19:59 vell, revision 37608

cleanup - reformatting

2006-02-15 18:58 MW, revision 37607

Add back missing 3rd party builtin libs for static monolithic builds

2006-02-15 16:31 RD, revision 37606

subrelease value should start at zero

2006-02-15 16:31 vell, revision 37605

cleanup - reformatting

2006-02-15 15:49 MR, revision 37604

Use correct type for storing return value. gboolean instead of bool.