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

2005-03-20 11:01 VZ, revision 32928

compilation fix after last commit (missing semicolon added)

2005-03-19 23:11 MBN, revision 32927

Allow building with GCC 2.95.

2005-03-19 23:09 MBN, revision 32926

Correct compilation conditions for wxURL::SetProxy.

2005-03-19 23:07 MBN, revision 32925

Use the correct WXDLLEXPORT declaration.

2005-03-19 23:04 MBN, revision 32924

Avoid redefining _GNU_SOURCE.

2005-03-19 22:33 RD, revision 32923

Fixed bug #1163384. Moved the code that handles activating the cell editors to a EVT_CHAR event handler. This is done so the character inserted into the editor will be the "cooked" char value (including accented or composed keys) rather than the raw code provided by the EVT_KEY_DOWN.

2005-03-19 22:21 RD, revision 32922

reSWIGged

2005-03-19 22:03 RD, revision 32921

Turn off the expando-matic rubber band thing for mac

2005-03-19 22:02 RD, revision 32920

Better capture of unicode character events

2005-03-19 21:55 RD, revision 32919

docstring update

2005-03-19 21:54 RD, revision 32918

wxTE_CAPITALIZE

2005-03-19 21:53 RD, revision 32917

wxEVT_HIBERNATE

2005-03-19 21:53 RD, revision 32916

Add some new WXK codes

2005-03-19 21:52 RD, revision 32915

Ensure that the encoding returned from locale.getdefaultlocale() is valid, default to sys.getdefaultencoding() if not.

2005-03-19 21:14 RD, revision 32914

Call evt.Skip by default

2005-03-19 19:51 JS, revision 32913

Fixed toolbar bitmap bug introduced by deriving wxToolMenuBar from wxToolBar Documented PPC installation

2005-03-19 19:45 JS, revision 32912

Added scripts to demonstrate how to package a PocketPC app

2005-03-19 16:14 VZ, revision 32911

added a test for/example of assert dialog box

2005-03-19 16:14 VZ, revision 32910

show call stack in the assert dialog box

2005-03-19 15:44 VZ, revision 32909

removed C++ comment added by last commit

2005-03-19 12:06 JS, revision 32908

Added wxDialog::GetToolBar for PocketPC Added note about creating installers for PPC

2005-03-19 00:38 RD, revision 32907

Bumped subrelease number

2005-03-18 21:38 JS, revision 32906

(Flickery) fix for droppings when there are no notebook pages

2005-03-18 19:57 RN, revision 32905

Fix recursiveness on error...

2005-03-18 19:46 RN, revision 32904

* Turn off by default...