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-11-17 20:38 VZ, revision 50033

fix several problems in handling of the menu items with negative ids

2007-11-17 20:26 VZ, revision 50032

PCH-less compilation fix after last commit

2007-11-17 17:37 CE, revision 50031

add watcom to #include shlguid.h

2007-11-17 15:35 VZ, revision 50030

assume that all directories have children by default, it can take too long to check if they really do and it's better to do it on demand only, i.e. when the user really tries to open them (patch 1830527)

2007-11-17 15:31 VZ, revision 50029

test for remote drive existence using wxDirExists() first if it's mapped locally, it can be much faster if the drive is unavailable (patch 1831209)

2007-11-17 15:21 VZ, revision 50028

added SetInitialSocketBuffers() to allow changing the send/receive buffer sizes (patch 1829576)

2007-11-17 15:16 VZ, revision 50027

handle NULL BSTRs as empty ones per Microsoft convention

2007-11-17 15:12 VZ, revision 50026

forward SetFocus() to the directory tree (replaces patch 1831210)

2007-11-17 14:59 VZ, revision 50025

allow to optionally use vendor name component in standard paths (slightly modified patch 1831308)

2007-11-17 14:45 VZ, revision 50024

added vendor display name (for consistency with app display name &c) (patch 1831303)

2007-11-17 14:43 VZ, revision 50023

fix wxColourDialog::Centre() and SetSize() (modified patch 1831628)

2007-11-17 14:24 VZ, revision 50022

compare colours using their operator==() instead of comparing individual RGB components as this is shorter and more correct for the colours with the same RGB but different alpha components (patch 1832844)

2007-11-17 14:04 VZ, revision 50021

PCH-less compilation fix after last commit

2007-11-17 13:52 RR, revision 50020

Use renderer to draw checkmark

2007-11-17 13:34 RR, revision 50019

Unsuccesfully tries to remove border from wxComboBox

2007-11-17 12:37 RR, revision 50018

Use wxBORDER_NONE for wxGridCellTextEditor on all platforms, not just wxMSW

2007-11-17 10:37 SC, revision 50017

cleanup mac

2007-11-17 00:24 VZ, revision 50013

no real changes, just some cleanup: add wxIsAltDown() in addition to the existing wxIsShift/CtrlDown() and wxIsAnyModifiedDown() to test for all of them at once (slightly modified patch 1833235)

2007-11-17 00:12 VZ, revision 50012

add wxModule::AddDependency(name) overload (patch 1790451)

2007-11-16 23:59 VZ, revision 50011

document Next/PrevControlId() removal (should have been part of r50007)

2007-11-16 23:55 VZ, revision 50010

don't capture the mouse when just moving it in the grid (tentative replacement for the patch 1779923)

2007-11-16 23:41 VZ, revision 50009

reset global wxTheApp pointer before deleting it to avoid use of half-destroyed object (bug 1831130)

2007-11-16 23:34 VZ, revision 50008

move Add/DeleteAttribute() implementations out of line to avoid deprecation warnings when including xml.h from user code

2007-11-16 23:25 VZ, revision 50007

added logic to manage automatically allocated ids in-use status to avoid clashes for long-running programs (modified patch 1800016, incidentally fixes bug 1832620)

2007-11-16 21:04 SC, revision 50006

cleanup mac