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

2004-07-25 15:59 VZ, revision 28478

fixed wxList copy ctor (patch 985473)

2004-07-25 15:52 VZ, revision 28477

compilation fix for a patch which didn't compile...

2004-07-25 15:48 VZ, revision 28476

compilation fix after last commit

2004-07-25 15:44 VZ, revision 28475

removed #pragma interface without matching #pragma implementation (replaces patch 981135)

2004-07-25 15:42 VZ, revision 28474

added DoCreate/Load/SaveDocument() (patches 983570 and 983571)

2004-07-25 15:30 VZ, revision 28473

added GetHeaderValue() (patch 974427)

2004-07-25 15:24 VZ, revision 28472

don't crash if we delete the item being edited (replaces patch 979733)

2004-07-25 15:06 VZ, revision 28471

unselect previously selected items in SetSelection() (patch 974326)

2004-07-25 15:03 VZ, revision 28470

corrected Center() for cases when client display rect origin is not at (0, 0) (patch 973192)

2004-07-25 14:01 VZ, revision 28469

added SetPath() test

2004-07-25 13:59 VZ, revision 28468

added and documented SplitVolume() and GetPathTerminators(); corrected SetPath() to treat the volume part properly (patch 970580)

2004-07-25 13:27 VZ, revision 28467

added wxFileName test

2004-07-25 12:59 VZ, revision 28466

support for alpha channel in toolbars (patch 949843)

2004-07-25 12:54 VZ, revision 28465

check better before overwriting files (patch 951868)

2004-07-25 12:41 VZ, revision 28464

documented how to use sockets in non-main thread (patch 951134)

2004-07-25 12:40 VZ, revision 28463

don't set SO_REUSEADDR by default; added GSocket_SetReuseAddr()

2004-07-25 12:36 VZ, revision 28462

removed SO_REUSEADDR

2004-07-25 12:32 VZ, revision 28461

FindItem() implementation (patch 950021)

2004-07-25 12:30 VZ, revision 28460

fixed Freeze/Thaw() for wxCombobox (patch 925808)

2004-07-25 12:30 VZ, revision 28459

added IsFrozen() (part of patch 925808)

2004-07-25 12:27 VZ, revision 28458

use BS_RIGHT for right-aligned controls (patch 945460)

2004-07-25 12:24 VZ, revision 28457

rewrote this page to look like all the others; added wxALIGN_RIGHT test

2004-07-25 12:23 VZ, revision 28456

typos in comments

2004-07-25 11:34 VZ, revision 28455

wxGTK/Cygwin fix (patch 914565)

2004-07-25 11:33 VZ, revision 28454

use Unix path separators under Cygwin