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

2009-05-25 12:22 PJC, revision 60737

Directory and bakefile setup for sample application

2009-05-24 21:40 VZ, revision 60735

added a timer updating a counter in the background to be able to easily check visually whether the events are processed or not during the synchronous child proces execution

2009-05-24 21:39 VZ, revision 60734

remove wxMSW-specific (but copied into wxPalm too) wxAppTraits::AlwaysYield(), it's useless now that wxEventLoop is in wxBase

2009-05-24 21:37 VZ, revision 60733

always dispatch messages for the hidden window which receives process termination notifications; otherwise calling wxExecute(wxEXEC_SYNC) without an active event loop never returns

2009-05-24 20:04 VZ, revision 60732

fill in the fields of wxListItem in a wxListEvent before handling the event (closes #10820)

2009-05-24 19:39 VZ, revision 60731

correct the inversed assert check in LVN_DELETEITEM handler (closes #10831)

2009-05-24 19:27 VZ, revision 60730

compilation fix for wxOSX_USE_EXPERIMENTAL_FONTDIALOG==0 (closes #10834)

2009-05-24 17:33 VZ, revision 60728

update CRT environment block in wxSetEnv() too

2009-05-24 11:40 VZ, revision 60727

wxUSE_GSTREAMER is Unix-specific, remove it from common wx/setup_inc.h; it also requires wxUSE_THREADS, check for it

2009-05-24 11:27 VZ, revision 60726

PCH-less compilation fix

2009-05-23 18:32 PJC, revision 60723

Directory creation, bakefile updates (and resulting generated makefiles, etc.), and initial source file creation.

2009-05-23 13:26 VZ, revision 60722

make wxWindow::SetAutoLayout() now works for all windows, not just panels

2009-05-23 00:52 VZ, revision 60720

mark the document as modified when its text control is (closes #10826)

2009-05-23 00:46 VZ, revision 60719

initialize wxDocChildFrameAnyBase before creating the real window to ensure that event handling is set up properly before the first events for the new window are received (closes #10825)

2009-05-22 21:54 VZ, revision 60718

no real changes, just remove unneeded empty dtor

2009-05-22 21:53 VZ, revision 60717

return the correct number of columns from wxGridStringTable, even when we don't have any rows (closes #10818)

2009-05-22 21:37 VZ, revision 60716

fix unused parameter warning after r60715

2009-05-22 21:25 VZ, revision 60715

don't clear the status bar help text if the wxEVT_MENU_HIGHLIGHT event was processed by user code (see #10822)

2009-05-22 20:14 VZ, revision 60714

implement wxGetActiveWindow() which is now used by wx itself (closes #10809)

2009-05-22 16:02 VZ, revision 60713

allow 2 step creation of wxDocChildFrameAnyBase and derived classes

2009-05-21 19:58 PC, revision 60708

fix crash when reparenting, #3900

2009-05-21 12:17 JS, revision 60706

COrrected my misapplied fix, sorry

2009-05-21 12:17 JS, revision 60705

COrrected my misapplied fix, sorry

2009-05-21 01:02 VZ, revision 60703

don't use m_useProxy if !wxUSE_PROTOCOL_HTTP (see #10815)

2009-05-21 00:58 VZ, revision 60702

compilation fix in FindPaperType() after latest change