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

2002-06-17 13:09 VZ, revision 15865

init the event id and timestamp fields for the mouse events

2002-06-17 09:07 CE, revision 15864

patch fixing b32 makefile (sourceforge Bugs item #566439)

2002-06-16 22:19 VZ, revision 15863

backported setting id for mouse event fix from 2.3

2002-06-16 15:38 MBN, revision 15862

Updated makefile

2002-06-16 15:17 MBN, revision 15861

Recent w32api have FONTENUMPROC; this also fixes GCC 3.1

2002-06-15 21:17 VZ, revision 15860

argh, another IsDialogMessage() fix: we still need to check all non top level parents

2002-06-15 20:09 VZ, revision 15859

fix for dialog navigation in the modal dialogs: do call IsDialogMessage() in this case

2002-06-15 17:03 VZ, revision 15858

allow overriding the default button labels in wxWizard

2002-06-15 15:32 VZ, revision 15857

changed WM_GETDLGCODE handling so that all windows get WM_CHARs by default

2002-06-15 15:20 VZ, revision 15856

removed unused wxWindow::m_doubleClickAllowed field

2002-06-15 15:04 MBN, revision 15855

Create a new icon for each image in a file with multiple icons. Fixes a bug reported on wx-dev.

2002-06-15 14:58 MBN, revision 15854

Better detection for Cygwin; thanks to Oscar Fuentes

2002-06-15 07:10 RD, revision 15853

SWIGged update for wxMac

2002-06-15 07:03 RD, revision 15852

SWIGged updates for wxGTK

2002-06-15 06:41 RD, revision 15851

Fix for the TAB in the autocomplete list not being used correctly

2002-06-15 05:52 RD, revision 15850

Changed name of demo so the list sorts nicer

2002-06-15 05:51 RD, revision 15849

Switched to new inline image format

2002-06-15 05:51 RD, revision 15848

Fixed a bunch of embarassing reference leaks

2002-06-15 01:43 RD, revision 15847

Fixed wxApp::OnAssert signature.

2002-06-15 00:10 VZ, revision 15846

generic log dialog resizing now works more reasonably (at least under Windows): you can't resize it vertically when it is collapsed and it doesn't change horizontal size when it is expanded or collapsed

2002-06-14 23:31 RD, revision 15845

Added wxArtProvider and other changes to match CVS updates

2002-06-14 23:28 RD, revision 15844

PyCrust update

2002-06-14 22:39 VZ, revision 15843

don't use WS_EX_CONTOLPARENT with the top level windows nor wxUniv (doesn't really hurt but is not needed neither)

2002-06-14 22:26 VZ, revision 15842

compilation fixes for wxUniv (moved wxDlgProc back to toplevel.cpp)

2002-06-14 22:05 VZ, revision 15841

compilation fix for !USE_PCH (patch 569132)