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-09-22 16:06 VZ, revision 55797

mention that width/height parameters to wxDisplaySize[MM]() can be NULL

2008-09-22 16:03 VZ, revision 55796

added a simple test for wxGetDisplayXXX() functions

2008-09-22 14:11 VZ, revision 55795

fix the event handling in presence of pushed event handlers broken by r55784 (closes #9992)

2008-09-22 14:00 SC, revision 55794

using new API instead of 2.8 compat, fixes #9990

2008-09-22 13:19 SC, revision 55793

fixing typo, thanks to Angelo Mottola

2008-09-22 12:43 VZ, revision 55792

no changes, just clarified meaning of various conversion functions in a comment

2008-09-22 12:24 SC, revision 55791

fixing override, fixes #9985 (second error)

2008-09-22 00:53 KO, revision 55790

Rebake after taskbar addition (apparently dlist.h commit didn't include rebake, so I'm committing that as well).

2008-09-22 00:51 KO, revision 55789

Adding compiling (but not yet working) taskbar implementation for OS X Cocoa, mostly borrowed from wxCocoa. Also enabled HTML Help support as it seems this compiles fine now.

2008-09-22 00:49 VZ, revision 55788

no changes, just some markup fixes

2008-09-22 00:34 VZ, revision 55787

use ProcessEventHere() instead of ProcessEvent() in TryValidator() to avoid passing the unhandled event to wxApp before it can be processed by this window itself

2008-09-22 00:33 VZ, revision 55786

hook the docview-specific customization of event handling logic at TryValidator() level instead of ProcessEvent(): this ensures that the events are not sent to wxApp before they're passed to all the handlers which might process them (before the events were passed to wxDocument and then immediately to wxApp)

2008-09-22 00:10 VZ, revision 55785

correct and expand (while omitting the irrelevant bits which only distract from the main topic) the explanation of how events are processed

2008-09-22 00:08 VZ, revision 55784

extracted the part of ProcessEvent() which is repeated multiple times during the handling of a single event in the new ProcessEventHere() method; this ensures that wxApp::FilterEvent() is not called multiple times for the same event unnecessarily

2008-09-21 23:48 FM, revision 55783

other ifacecheck fixes

2008-09-21 23:13 FM, revision 55782

various misc ifacecheck fixes (many virtual attributes missing)

2008-09-21 22:35 FM, revision 55781

revised and fixed some typos

2008-09-21 21:11 FM, revision 55780

ignore preprocessor lines which #define a symbol to 'nothing'

2008-09-21 21:09 FM, revision 55779

complete rev55777 with some icon.h modifications which I missed in the first place

2008-09-21 20:04 SC, revision 55778

fixing typo (lead to always floating layering for simple frames)

2008-09-21 20:03 FM, revision 55777

introduced wxICON_DEFAULT_TYPE and wxBITMAP_DEFAULT_TYPE; documented these default argument values; matched the wxBitmap and wxIcon interfaces to their real implementations; revised icon.h interface header

2008-09-21 19:58 JMS, revision 55776

Fixed non-precompiled headers compilation

2008-09-21 19:04 SC, revision 55775

fixes #9982

2008-09-21 18:54 VS, revision 55774

Removed too strict check from wx-config that prevented wxwin.m4 from wx-2.8 from working with trunk version of wx (the "Extra unknown input parameters : $input_parameters" error).

2008-09-21 18:52 SC, revision 55773

fixing focus, fixes #9985