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-04-07 16:05 VZ, revision 45306

added MacOpenURL() (patch 1235957)

2007-04-07 15:45 VZ, revision 45305

document GetAnimation() (patch 1695722)

2007-04-07 15:44 VZ, revision 45304

document adding new resource handlers (patch 1695722)

2007-04-07 15:42 VZ, revision 45303

don't mention obsolete 2.2 version (part of patch 1695722)

2007-04-07 15:41 VZ, revision 45302

mention more predefined array classes (part of patch 1695722)

2007-04-07 14:41 RR, revision 45301

Restore border around non-scrolling widgets. The border seems to have the wrong colour now (?).

2007-04-07 13:33 VZ, revision 45300

use C++ compiler for all getsockopt() tests, not just one of them to fix compilation under HP-UX (patch 1693708)

2007-04-07 13:25 VZ, revision 45299

use smaller icons, it looks better (patch 1695225)

2007-04-07 13:18 VZ, revision 45298

use C++ compiler for all getsockopt() tests, not just one of them to fix compilation under HP-UX (patch 1693708)

2007-04-07 12:28 SN, revision 45297

Compilation fix for wxCStrData handling.

2007-04-07 12:21 SN, revision 45296

Replaced incorrect or inefficient usage of char_str() by wx_str().

2007-04-07 11:41 VZ, revision 45295

don't access the window after it had been deleted by the focus event handler (patch 1693063) [backport from HEAD]

2007-04-07 11:39 VZ, revision 45294

don't access the window after it had been deleted by the focus event handler (patch 1693063)

2007-04-07 10:40 VZ, revision 45293

fix typo in OnClosingDocument() name

2007-04-07 09:25 VS, revision 45292

STL build compilation fix

2007-04-06 23:16 VZ, revision 45291

add conversion of wxUniChar[Ref] to unsigned int if it's not already covered by conversion to wint_t

2007-04-06 22:56 VZ, revision 45290

added operator-(const wxChar *, const wxCStrData&) to allow compilation of the code doing "p - s.c_str()" where p is a pointer into the string s

2007-04-06 22:52 SN, revision 45289

Compilation fix for wxCStrData handling.

2007-04-06 22:48 VZ, revision 45288

wxCStrData must be dllexport'd now that it has non-inline methods

2007-04-06 22:41 VZ, revision 45287

suppress warning about converting -1 to MenuItemIndex

2007-04-06 22:19 SN, revision 45286

Backported bugfix (comparision vs. assignment).

2007-04-06 22:16 SN, revision 45285

Bugfix (comparision vs. assignment).

2007-04-06 21:42 SN, revision 45284

Added missing argument for DoGiveHelp.

2007-04-06 21:38 VZ, revision 45283

compilation fix: don't try to convert wxString to bool, use empty() instead

2007-04-06 21:35 VZ, revision 45282

compilation fix: don't try to convert wxString to bool (apparently unnecessarily)