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

2006-01-09 17:06 JS, revision 36803

Made the HTML command ids visible

2006-01-09 13:42 JS, revision 36802

Moved wxHtmlHelpFrame functionality to wxHtmlHelpWindow to allow for embedded and modal help

2006-01-09 12:32 VZ, revision 36801

added wxABI_VERSION > 20602 check around functions new in 2.6.3

2006-01-09 12:30 VZ, revision 36800

removed wxCHECK_VERSION(2,7,0) test which was meant as a reminder for 2.7 branch and not needed any more

2006-01-09 12:28 VZ, revision 36799

fix SetUserData() to delete the correct pointer (backport from HEAD)

2006-01-09 12:27 VZ, revision 36798

fix SetUserData() to delete the correct pointer

2006-01-09 12:27 VZ, revision 36797

fix for Unicode builds under OS X <= 10.2

2006-01-09 12:25 VZ, revision 36796

document that wxDC can't be created

2006-01-09 09:46 vell, revision 36795

cleanup - reformat

2006-01-09 02:57 RD, revision 36794

Fix for wxMac when the tree doesn't have the focus and the wxSYS_COLOUR_HIGHLIGHTTEXT is white.

2006-01-09 00:46 vell, revision 36793

cleanup - reformat

2006-01-09 00:12 VZ, revision 36792

moved OnExceptionInMainLoop() from wxAppConsole to wxAppBase because 1. console apps have no main loop 2. in non-monolithic mingw32 build, rethrowing an exception thrown from the GUI in the base DLL doesn't work

2006-01-09 00:09 ABX, revision 36791

Minor reformat.

2006-01-09 00:09 VZ, revision 36790

mention that wxMULTIPLE flag doesn't make sense with wxFileSelector

2006-01-09 00:06 ABX, revision 36789

defs.h doubled include fixed.

2006-01-09 00:03 ABX, revision 36788

wxMGL bakefiled for OpenWatcom (needs bakefiles from CVS but compatible with bkl 0.1.9.X for other ports.

2006-01-08 23:58 ABX, revision 36787

wxMGL bakefiled for OpenWatcom (needs bakefiles from CVS but compatible with bkl 0.1.9.X for other ports.

2006-01-08 21:50 RR, revision 36786

Added empty wxDataViewCtrl header and control name string.

2006-01-08 21:23 RR, revision 36785

Added configure flag for wxDataViewCtrl. Currently defaults to "no".

2006-01-08 21:18 RR, revision 36784

Added configure checks for Hildon Framework.

2006-01-08 18:52 vell, revision 36783

fixed a typo

2006-01-08 18:52 vell, revision 36782

minor cleanup - reformat

2006-01-08 18:51 vell, revision 36781

cleanup - reformat

2006-01-08 16:23 RR, revision 36780

Added sample for wxDataViewCtrl

2006-01-08 15:33 JG, revision 36779

Return correct values for GetFieldRect() when using themes.