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

2008-01-05 18:59 VZ, revision 51026

fix handling of OEM VKs in wxCharCodeWXToMSW() (patch 1810940)

2008-01-05 18:53 VZ, revision 51025

meaning of left/right keys should be inversed in RTL locale (patch 1863866)

2008-01-05 18:44 VZ, revision 51024

correct handling of positive quality values (2nd part of patch 1851381)

2008-01-05 18:41 VZ, revision 51023

more fixes to handling of the resolution chosen in GTK print dialog (patch 1864504)

2008-01-05 17:37 VZ, revision 51022

don't remove handlers from wxPendingEvents list, they now do it themselves when they don't have any more events or are destroyed (should have been part of r51021)

2008-01-05 17:29 VZ, revision 51021

process one event at once in wxEvtHandler::ProcessPendingEvents() to prevent crashes when a (pending) event handler destroys the event handler object itself; only add the event handler to wxPendingEvents list if it's not already there (and explicitly mention that an object can be present in this list only once in the comment) (replaces patch 1837719)

2008-01-05 00:21 VZ, revision 51018

move Freeze() and Thaw() to wxWindowBase to ensure that they behave consistently (i.e. recursively, as described in the docs) in all ports; removed different duplications of freeze count from derived classes

2008-01-05 00:04 VZ, revision 51017

compilation fix (remove default ctor already implemented by DEFINE_STD_WXCOLOUR_CONSTRUCTORS); make copy ctor inline and remove empty dtor

2008-01-05 00:02 VZ, revision 51016

compilation fix for wxUSE_DISPLAY==0

2008-01-03 22:21 VZ, revision 51010

set resolution of print preview from print data (modified patch 1851381)

2008-01-03 17:11 MW, revision 51009

Revert previous commit.

2008-01-03 17:09 MW, revision 51008

Always write end record unless one has already been written.

2008-01-03 06:58 PC, revision 51003

fix for last commit: didn't work if mask was white

2008-01-03 05:29 PC, revision 51002

Fix wxCursor(wxImage&) ctor for image widths not a multiple of 8, and finding second-most frequent color.

2008-01-03 05:28 PC, revision 51001

Fix wxCursor(wxImage&) ctor for image widths not a multiple of 8, and finding second-most frequent color. Simplify color cursor code.

2008-01-03 03:50 PC, revision 51000

backport: fix leak when creating wxCURSOR_BLANK

2008-01-03 01:13 VZ, revision 50999

don't hardcode 16/32 as sizes for small/normal icons (fixes bug 1862812)

2008-01-03 00:52 VZ, revision 50998

also scroll vertically if necessary in MoveToItem() when the control is in a non-report mode (based on patch 1857650)

2008-01-03 00:05 VZ, revision 50997

no changes, just updated the URL of KB article in a comment

2008-01-02 22:58 VS, revision 50996

Use realloc() and placement new to manage vector's memory instead of copying objects in T[] array. This is both more efficient and matches std::vector<> semantics (erase() destroys the object immediately, T doesn't have to be default-constructible).

2008-01-02 21:39 JS, revision 50995

Suppressed the themed border by defining GetDefaultBorder Set custom background style

2008-01-02 21:27 VZ, revision 50994

don't call LogLastRepeatIfNeeded() from dtor, it's too late to do it there anyhow; do call it from Flush() however (replaces patch 1857589)

2008-01-02 21:18 VZ, revision 50993

don't lock the gs_prevCS critical section recursively (replaces patch 1857581)

2008-01-02 20:31 VZ, revision 50992

allow creating empty ZIP archives (patch 1861030)

2008-01-02 17:33 VS, revision 50991

removed wxSTRING_TEXT() macro in favour of wxS()