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-04 10:56 VZ, revision 31228

fixed parameters to Blit()

2005-01-04 07:03 SC, revision 31227

as we cannot handle zero commands properly, we have to warn

2005-01-04 06:45 SC, revision 31226

using lang param, to have a CFLanguage be consistent with C-Locale

2005-01-04 06:22 SC, revision 31225

falling back to wxImage handler

2005-01-04 06:20 SC, revision 31224

24 bit depth

2005-01-03 22:10 RD, revision 31223

Factor out the OnSize code so it can also be used in other places where the header window needs to be adjusted.

2005-01-03 15:47 VZ, revision 31222

added a test to check how exception handling works with Win32 SEH; corrected copyright

2005-01-03 14:20 ABX, revision 31221

GCC warning fix.

2005-01-03 13:51 VZ, revision 31220

fix to the last fix (see comments in patch 1093811)

2005-01-03 07:22 ABX, revision 31219

Pasting typo fix.

2005-01-03 07:08 ABX, revision 31218

Full support to the native progress dialog.

2005-01-03 07:03 ABX, revision 31217

Incomplete (PalmOS) setup compatibility.

2005-01-02 23:54 VZ, revision 31216

don't crash in wxStrftime() if conversion of strftime() result to Unicode fails (modified patch 1094100)

2005-01-02 23:44 VZ, revision 31215

fixed crash when setting locale failed (replaces patch 1093811)

2005-01-02 22:52 VZ, revision 31214

fixed IMPLEMENT_DYNAMIC_CLASS2 macro

2005-01-02 22:48 VZ, revision 31213

added TOOL_RCLICKED test

2005-01-02 22:46 VZ, revision 31212

pass correct tool id (and not always -1) to EVT_TOOL_RCLICKED() handler

2005-01-01 17:26 RR, revision 31211

Allow to set the various buttons explicitly (and not through IDs) in the wxStdButtonSizer.

2005-01-01 13:36 RR, revision 31210

Second attempt to fix a rare crash (bad mem access after deletion of a control)

2005-01-01 11:39 RR, revision 31209

German translation mostly uptodate now.

2004-12-31 23:16 RD, revision 31208

reSWIGged

2004-12-31 23:01 RD, revision 31207

Send EVT_TEXT from wxTextCtrl::SetValue to conform with the wx standard

2004-12-31 22:58 RD, revision 31206

reSWIGged

2004-12-31 22:56 RD, revision 31205

updated note about the patch

2004-12-31 22:55 RD, revision 31204

Added wxStdDialogButtonSizer, which is a a special sizer that knows how to order and position standard buttons in order to conform to the current platform's standards. You simply need to add each `wx.Button` to the sizer, and be sure to create the buttons using the standard ID's. Then call `Finalize` and the sizer will take care of the rest.