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-12-09 19:48 PC, revision 43881

correct access for virtuals

2006-12-09 17:50 PC, revision 43880

SetInsertionPointEnd should make the insert point visible, as SetInsertionPoint does

2006-12-09 17:46 PC, revision 43879

rename RemoveIdleSource to SuspendIdleCallback

2006-12-09 16:20 VZ, revision 43878

mention wxCSConv(utf-16/32) fix

2006-12-09 16:19 VZ, revision 43877

implement To/FromWchar() as wxCSConv methods, otherwise wxCSConv(wxFONTENCODING_UTF16) didn't work correctly even if the underlying wxMBConvUTF16 did

2006-12-09 15:58 VZ, revision 43876

Unicode compilation fixes

2006-12-09 15:57 VZ, revision 43875

added test cases for wxTextInputStream and UTF-xx encoded text (based on patch 1611286)

2006-12-09 14:52 VZ, revision 43874

default name of wxStaticLine should be wxStaticLineNameStr, not wxStaticTextNameStr

2006-12-09 14:38 VZ, revision 43873

ignore warning 4535 for VC8 too as it still seems to be harmless

2006-12-09 13:42 RR, revision 43872

Mention that GetEditControl is only missing in Mac version.

2006-12-09 09:48 SC, revision 43871

fixing memory leaks (toolbartool not released) and a bug where native embedded controls were not beeing released correctly in situations where the native toolbar does not get really used

2006-12-09 06:21 PC, revision 43870

fix for SetPosition/SetInsertionPoint when called during Freeze

2006-12-08 23:47 RD, revision 43869

Clear error if wxPyConvertSwigPtr failed

2006-12-08 23:46 RD, revision 43868

Use correct flags Chinese

2006-12-08 23:28 RD, revision 43867

MustHaveApp(wxWindow_FromHWND);

2006-12-08 17:22 PC, revision 43866

re-enable blocking of wx idle events when assert dialog is showing

2006-12-08 15:06 SC, revision 43865

switching from native rtti to wxrtti

2006-12-08 02:46 RD, revision 43864

get rid of one of the extra slashes in the download URLs

2006-12-08 00:35 VZ, revision 43863

1. don't assert if we're passed an empty defaultDir and full path in defaultFileName (the other ports don't do it) 2. don't duplicate gtk_file_chooser_set_current_folder() calls for save and open dialogs unnecessarily 3. reformated a couple of comments to fit in 80 columns

2006-12-08 00:01 VZ, revision 43862

use MAP_INVALID_UTF8_TO_PUA instead of MAP_INVALID_UTF8_TO_OCTAL in wxMimeTextFile to avoid quoting backslashes (which occur naturally in MIME files) in Unicode builds

2006-12-07 21:38 RR, revision 43861

No longer break idle (and indeed all) event handling after using the assert dialog.

2006-12-07 21:03 RD, revision 43860

minor build tweaks

2006-12-07 21:02 RD, revision 43859

ignore a const overloaded method

2006-12-07 16:29 PC, revision 43858

bitwise vs. logical operator

2006-12-07 09:00 PC, revision 43857

static functions don't need an instance