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-05-11 23:19 VZ, revision 53565

don't blit more than necessary in wxBufferedDC::UnMask() (patch 1943622)

2008-05-11 23:04 PC, revision 53564

disconnect handler in wxTaskBarIcon dtor, should have been part of previous commit

2008-05-11 22:45 PC, revision 53563

prevent crash if panel/kicker is killed, bug 1872724

2008-05-11 20:32 VZ, revision 53562

take const wxConfig object in wxDocManager::FileHistoryLoad() and wxFileHistory::Load() (patch 1942316)

2008-05-11 20:17 PC, revision 53561

don't change brush settings in SetBackgroundMode(), it is only supposed to affect text background, bug 1480986

2008-05-11 19:59 VZ, revision 53560

fix appending items to sorted control (patch 1940384)

2008-05-11 19:50 VZ, revision 53559

revert r52151, apparently it doesn't work in 2.8 (see patch 1939287)

2008-05-11 17:45 VZ, revision 53558

include wx/timer.h for wxUSE_GUI==0 now that timers can be used in console apps too (patch 1939223)

2008-05-11 17:44 VZ, revision 53557

avoid extra reallocations and memcpy for seekable files in OnRead() (slightly modified patch 1935975)

2008-05-11 17:43 VZ, revision 53556

add a test for reading files >4KB

2008-05-11 17:18 VZ, revision 53555

assert if the window is being recreated, this indicates a bug in the user code and can be difficult to find without the help of this assert

2008-05-11 17:12 VZ, revision 53554

show resize grip on resizeable dialogs (slightly modified patch 1910654)

2008-05-11 17:08 VZ, revision 53553

move last change to the correct section

2008-05-11 16:17 VZ, revision 53552

make class names used for our windows unique between different wx instances (modified patch 1898289)

2008-05-11 15:37 VZ, revision 53551

added in sections ommitted by the translation script; clairified EVT_TEXT (non) generation from ctor

2008-05-11 15:24 SN, revision 53550

Blind fix for bug #1936227 (unable to set initial value > 100).

2008-05-11 01:38 BP, revision 53549

Replaced @returns with @return for more standard command use and compatibility.

2008-05-11 00:34 VZ, revision 53548

no changes, just fix a typo

2008-05-11 00:29 VZ, revision 53547

don't send text changed events from ctor as wxGTK doesn't do it and people apparently don't like it

2008-05-10 21:02 VZ, revision 53546

oops, fix compilation after last commit

2008-05-10 20:16 VZ, revision 53545

backport wxDocManager::MakeNewDocumentName() from the trunk for forward-compatibility

2008-05-10 17:48 PC, revision 53541

remove extra semicolons, correct virtual access

2008-05-10 17:46 PC, revision 53540

non-pch build fixes, after r53535

2008-05-10 17:30 PC, revision 53539

don't send paint events for exposures of the border-only GdkWindow, fix for bug 1894655

2008-05-10 09:54 FM, revision 53538

give a name to the unnamed enum to make it easier to document it