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

2003-09-24 02:08 VZ, revision 23878

compilation fix after GetNativeFontInfo() change

2003-09-24 01:54 VZ, revision 23877

undid accidental change to assert in Start() during last commit

2003-09-24 01:26 VZ, revision 23876

mention GetNativeFontInfo() change

2003-09-24 01:23 VZ, revision 23875

pointer returned by GetNativeFontInfo() is now const and must not be deleted (replaces patch 810192)

2003-09-24 00:41 VZ, revision 23874

replaced wxNO_FULL_REPAINT_ON_RESIZE with wxFULL_REPAINT_ON_RESIZE in XTI declarations

2003-09-24 00:37 RD, revision 23873

reSWIGged

2003-09-24 00:37 RD, revision 23872

Added wxPython.lib.newevent from Miki Tebeka

2003-09-24 00:26 VZ, revision 23871

made wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_REPAINT_ON_RESIZE

2003-09-24 00:22 RD, revision 23870

fixed indentation

2003-09-24 00:21 RD, revision 23869

Applied Patch #775357

2003-09-23 23:57 VZ, revision 23868

refactored code to create hidden window in one place only; use it from wxTimer; unregister class used by wxExecute (modified patch 782947)

2003-09-23 23:54 VZ, revision 23867

TransferFrom/ToWindow() were reverted, fixed

2003-09-23 23:48 RD, revision 23866

Allow derived classes to prevent default focus handling (by not calling Skip)

2003-09-23 23:42 RD, revision 23865

Fixes in focus handling related to the AutoComplete window.

2003-09-23 22:22 VZ, revision 23864

fix for Unix compilation

2003-09-23 22:13 JS, revision 23863

char -> wxChar

2003-09-23 19:29 MBN, revision 23862

Add a couple of wxPerl notes. Mark keyed wxList methods as deprecated.

2003-09-23 19:25 MBN, revision 23861

Use glcanvas.cpp from wxX11 for wxMotif.

2003-09-23 17:16 VZ, revision 23860

fixed MarkDirty()

2003-09-23 17:12 VZ, revision 23859

fixed compilation problems with platforms where wchar_t != ushort

2003-09-23 17:01 JS, revision 23858

Fixed bug [ 756485 ] wxDateTime::ParseTime fails with assertion when it shouldn't

2003-09-23 17:00 JS, revision 23857

Fixed bug [ 754596 ] wxUSE_CONSTRAINTS 0 breaks AutoLayout() with sizers

2003-09-23 16:44 RD, revision 23856

Install runtime libs to a versioned directory

2003-09-23 16:28 RD, revision 23855

Moved the hack for the Carbon header compile error to helpers.h so other modules will see it if needed

2003-09-23 16:26 RD, revision 23854

Added notes about building on Solaris.