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

2007-05-11 12:58 VZ, revision 45956

don't try to update TLW default button in WM_SET/KILLFOCUS handlers if the TLW is being deleted (bug 1660913)

2007-05-11 09:27 RR, revision 45955

Mention printer change in the docs.

2007-05-11 09:23 RR, revision 45954

Support setting paper size, collate and orientation.

2007-05-11 07:46 RD, revision 45953

reSWIGged

2007-05-11 07:42 RD, revision 45952

Don't allow AUI flaotables by default and remove the Options menu since it is mostly about AUI stuff. Change the tree icon when there is user-modified code. Save and restore the current item and the expansion state when rebuilding the tree.

2007-05-11 07:25 MR, revision 45951

[wxGTK2] Support wxTEXT_ALIGNMENT_JUSTIFIED in wxTextCtrl if GTK+ version is at least 2.11. This is for future benefits as stable gtk+-2.12 should come out much before wxWidgets new stable cycle

2007-05-11 05:39 MR, revision 45950

Fix indentation from tabs to spaces in a few lines I accidentally wrote before fixing my editors settings

2007-05-11 05:29 MR, revision 45949

[wxGTK2] Support wxTEXT_ALIGNMENT_JUSTIFIED in wxTextCtrl if gtk+ version is new enough

2007-05-10 23:22 RD, revision 45948

The handlers for EVT_CLOSE and EVT_MENU(wx.ID_EXIT) should not be the same

2007-05-10 23:18 RD, revision 45947

Mention the actual version of TreeMixin we are using

2007-05-10 23:17 RD, revision 45946

fix default styles

2007-05-10 20:41 MW, revision 45945

Compile fix.

2007-05-10 17:20 VS, revision 45944

fixed wxStrto(u)ll to return correct value in endptr

2007-05-10 15:10 VZ, revision 45943

declare variables in the beginning of the block in C files [backport from HEAD]

2007-05-10 15:08 VZ, revision 45942

declare variables in the beginning of the block in C files

2007-05-10 11:34 VS, revision 45941

test wxString::Mid() with non-ASCII strings

2007-05-10 11:17 VS, revision 45940

fixed wxString::Last() to run in O(1), not O(n), in UTF-8 build

2007-05-10 10:37 VS, revision 45939

fixed creation of wxString from another wxString's substring in UTF-8 build

2007-05-10 02:07 VZ, revision 45938

fix unused variable warning under non-MSW platforms

2007-05-10 02:06 VZ, revision 45937

remove unused static function (avoids a warning about it)

2007-05-10 02:05 VZ, revision 45936

use .c_str() inside vararg functions

2007-05-10 02:02 VZ, revision 45935

added wxListCtrl::SetItemPtrData() to allow associating pointers with items under 64 bit architectures

2007-05-10 01:53 VZ, revision 45934

added wxListCtrl::SetItemPtrData()

2007-05-10 01:46 VZ, revision 45933

replaced more int/longs with wxCoord

2007-05-10 00:22 VZ, revision 45932

fixed detection of missing C++ compiler added in last commit