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-03-07 14:48 JS, revision 37853

Added conversion to HTML, by Akin Demirtug

2006-03-07 11:41 ABX, revision 37852

Replace dummy wxCommandEvent with dedicated API. Disable resizing of dialog only on subset of WinCEs.

2006-03-07 07:06 KO, revision 37851

Fix for invalid 'invisible' chars.

2006-03-07 06:55 MR, revision 37850

Apply patch #1443819 from Paul Cornett - move the GtkTreeIter to the outer scope as to not assign the address of an auto variable to an outer scope variable (now both are in the outer (function) scope).

2006-03-07 06:37 MR, revision 37849

Remove the GetItemHeight sample from samples/checklst as it exists only on wxGTK and wxMSW. Improved patch #1443694

2006-03-07 06:29 KO, revision 37848

Move generation of the eVC, and DMars formats over to the release scripts.

2006-03-07 06:15 KO, revision 37847

Adding Linux and Mac build steps, and updating some build-environ.cfg options.

2006-03-07 06:13 KO, revision 37846

Documentation change, and adding an end linebreak.

2006-03-07 06:04 KO, revision 37845

Adding documentation on the automated release system.

2006-03-07 06:02 KO, revision 37844

Mac and Linux build scripts.

2006-03-07 01:50 ABX, revision 37843

Present generic dialog on WinCE. Show using/avoiding Ok-button WinCE policy.

2006-03-07 01:50 VZ, revision 37842

added a tiny class to call Freeze/Thaw in ctor/dtor

2006-03-07 01:45 ABX, revision 37841

Apply WinCE OK-button policy. Use standard buttons routines.

2006-03-07 01:18 KO, revision 37840

Typo fix.

2006-03-07 00:07 KO, revision 37839

Script to configure MSVC6 environment for Cygwin.

2006-03-07 00:02 KO, revision 37838

Finished moving this over to bash syntax.

2006-03-07 00:00 KO, revision 37837

Generate wxMSW zip even if we've turned off InnoSetup.

2006-03-06 23:58 ABX, revision 37836

wxWinCE build fix.

2006-03-06 21:10 RD, revision 37835

cleanup doc

2006-03-06 21:09 RD, revision 37834

Use EVT_CONTEXT_MENU

2006-03-06 21:06 RD, revision 37833

Fix indentation

2006-03-06 20:19 RD, revision 37832

Make the 'this' attribute a real attribute of the Facade, not a viritual one. This is needed because of some SWIG optimizations that will skip using getattr to find the 'this'.

2006-03-06 20:17 RD, revision 37831

Publisher is now able to parse a dotted notation string into a topic tuple. For example: subscribing to "timer.clock.seconds" is the same as subscribing to ("timer", "clock", "seconds").

2006-03-06 17:36 VS, revision 37830

fixed win32 code to not use MB_ERR_INVALID_CHARS on win version where it isn't available; roundtrip check is used instead

2006-03-06 10:55 JS, revision 37829

Backported text invisibility fix