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-03-16 16:17 VZ, revision 44856

make wxFDIOHandler dtor virtual, it's meant to be used as a base class

2007-03-16 15:45 VZ, revision 44855

refactoring: replace wxSocketDispatcher with more generic wxSelectDispatcher (patch 1618976)

2007-03-16 15:42 ROL, revision 44854

warning about %comments, CHANGES.txt updated

2007-03-16 15:17 VZ, revision 44853

VC6 has problems with std::vector and identifiers names 'iterator' in GDI+ headers; switch to using our own stack class instead

2007-03-16 15:13 VZ, revision 44852

VC6 compilation fix (don't reuse the same variable in 2 for loops)

2007-03-16 14:24 VZ, revision 44851

added more message names to wxGetMessageName() (modified patch 1611819)

2007-03-16 14:19 ROL, revision 44850

Added Preferences dialog (and defaults for some parameters)

2007-03-16 14:14 ROL, revision 44849

collapsing tool panels

2007-03-16 12:57 VS, revision 44848

removed wxArrayString casting hack, it doesn't work with the new wxString class

2007-03-16 08:27 ROL, revision 44847

default values for option and flag (TODO: preferences dialog)

2007-03-16 08:13 JS, revision 44846

Further correction in case where string value is omitted

2007-03-16 02:30 VZ, revision 44845

don't waste time updating state of tools in a hidden toolbar (patch 1612415)

2007-03-16 00:56 VZ, revision 44844

include wx/msw/missing.h after wx/msw/private.h, otherwise we get warnings when compiling without PCH (replaces patch 1674510)

2007-03-16 00:51 VZ, revision 44843

multiple fixes to wxJoystick under Unix and new index-based API for accessing joystick buttons and axes (patch 1678497)

2007-03-16 00:43 VZ, revision 44842

use safer RemoveEventHandler() instead of PopEventHandler() (patch 1678016)

2007-03-16 00:30 VZ, revision 44841

do nothing in ShowHidden() if the flag doesn't change (patch 1678963)

2007-03-16 00:23 VZ, revision 44840

call GetWidth/Height() only once in Rotate() and not inside the loops (patch 1681544) [backport from HEAD]

2007-03-16 00:19 VZ, revision 44839

call GetWidth/Height() only once in Rotate() and not inside the loops (patch 1681544); some minor code cleanup

2007-03-15 22:39 ROL, revision 44838

another fix for undo/redo

2007-03-15 20:32 VZ, revision 44837

don't add wxVSCROLL if only wxHSCROLL is explicitly specified (and vice versa), only add (both) if no scrolling styles are specified at all

2007-03-15 19:17 ROL, revision 44836

- undo/redo fix for nonchecked items - global modified state set as soon as possible - "option" property renamed to "proportion"

2007-03-15 17:44 VZ, revision 44835

added support for wxGRID_AUTOSIZE in wxGrid::SetRow/ColLabelSize()

2007-03-15 17:32 SC, revision 44834

reverting one line

2007-03-15 17:25 VZ, revision 44833

added wxGridUpdateLocker helper class wrapping Begin/EndBatch() calls in a more convenient and safe way

2007-03-15 16:09 JS, revision 44832

Don't send initial event in ctor