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

2007-03-15 15:31 VS, revision 44831

fixed wxDataViewCtrl compilation with DigitalMars

2007-03-15 15:00 VZ, revision 44830

rebaked after version change to 2.8.3

2007-03-15 14:55 CE, revision 44829

add readme.txt to files to change

2007-03-15 14:44 VZ, revision 44828

regenerated after 2.8.3 version update

2007-03-15 14:35 VZ, revision 44827

numped up revision for 2.8.3 (there have been no API changes whatsoever)

2007-03-15 13:57 SC, revision 44826

removing superfluous file

2007-03-15 13:02 CE, revision 44825

update to 2.8.3

2007-03-15 12:07 SC, revision 44824

library architecture for debug

2007-03-15 12:05 SC, revision 44823

product name

2007-03-15 12:02 SC, revision 44822

adapting version numbers for 2.8.3, adding new file, building native arch for debug builds, adding run script for static target as well

2007-03-15 10:31 SC, revision 44821

adapting version numbers for 2.8.3

2007-03-15 09:54 CE, revision 44820

update to 2.8.3 (configure and version.bkl to follow)

2007-03-15 09:45 JS, revision 44819

Change log and readme/manual contents update

2007-03-15 09:40 JS, revision 44818

Reverted changes that broke accessors

2007-03-15 04:04 VZ, revision 44817
  • D /wxWidgets/trunk/include/wx/mac/classic
  • D /wxWidgets/trunk/src/mac/classic

removed outdated Classic files to avoid confusing people

2007-03-15 03:43 VZ, revision 44816

added wrapper functions allowing to postpone loading of GDI+ DLL until it's really needed

2007-03-15 03:41 VZ, revision 44815

extracted code including gdiplus.h in a separate header

2007-03-15 02:30 ROL, revision 44814

searching for plugins in XRCEDPATH

2007-03-15 00:21 VZ, revision 44813

fix GetSize() for large files (patch 1680876) [backport from HEAD]

2007-03-15 00:18 VZ, revision 44812

fix GetSize() for large files (patch 1680876)

2007-03-14 23:18 ROL, revision 44811

cleanup of modules loaded from comment directives

2007-03-14 23:17 ROL, revision 44810

moved custom menu up

2007-03-14 21:13 VZ, revision 44809

suppress unused parameter warning

2007-03-14 21:07 VZ, revision 44808

last change was wrong, fix wxUSE_MDI==0 build without completely disabling this file compilation when wxUSE_MDI==1

2007-03-14 21:03 VS, revision 44807

constructing a sentence dynamically is not i18n-friendly, fixed to use two separate translatable strings