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-01-05 21:55 RD, revision 31253

GetSystemColour --> GetColour

2005-01-05 21:54 RD, revision 31252

Add wxRTTI and OOR info for activex classes

2005-01-05 21:52 RD, revision 31251

cleanup

2005-01-05 21:51 RD, revision 31250

More methods for wxStdDialogButtonSizer

2005-01-05 21:33 RD, revision 31249

Set the window id for key events

2005-01-05 19:25 ABX, revision 31248

Old API clearly deprecated.

2005-01-05 18:39 ABX, revision 31247

wxMSWUniv wxWindowMSW vs. wxWindow fix.

2005-01-05 18:37 ABX, revision 31246

Removed all duplicated and complicated #ifdefs for enabling Skip and Abort in progress dialog (Smartphone fixes).

2005-01-05 18:32 ABX, revision 31245

Error fix after recent changes.

2005-01-05 18:30 ABX, revision 31244

Warning fix.

2005-01-05 10:47 ABX, revision 31243

MS Smartphone fixes.

2005-01-05 07:36 MBN, revision 31242

Check for end of buffer in wxMemoryInputStream::Peek.

2005-01-05 07:29 MBN, revision 31241

Correct malloc()/delete[] mismatch.

2005-01-05 07:28 MBN, revision 31240

Additional sanity check.

2005-01-05 07:28 MBN, revision 31239

Compilation fix.

2005-01-05 07:26 MBN, revision 31238

Allow building with wxUSE_PROTOCOL_FTP/HTTP == 0.

2005-01-05 00:32 RD, revision 31237

Continued tests of drawing a widget to a DC

2005-01-04 22:22 RR, revision 31236

Commit wxFontEncoding -> MS codepage conversion code based on MSDN's docs instead of the round trip through character sets.

2005-01-04 19:43 ABX, revision 31235

Old API depreciated. Use of new API. Source cleaning.

2005-01-04 19:35 ABX, revision 31234

Old API depreciated. Use of new API. Source cleaning.

2005-01-04 19:19 ABX, revision 31233

Initial wxSystemSettings::GetColour() for PalmOS.

2005-01-04 18:57 VZ, revision 31232

restored using DeferWindowPos() for moving all windows at once (this does help with flicker somewhat) but now call EndDeferWindowPos() from WM_WINDOWPOSCHANGED handler, not WM_SIZE one which is never generated for the dialogs

2005-01-04 17:41 MBN, revision 31231

Untabify.

2005-01-04 17:40 MBN, revision 31230

Change FIXME in TODO and clarify its meaning.

2005-01-04 17:35 MBN, revision 31229

Deprecation warning fix.