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.

2006-01-08 13:46 JG, revision 36778

InsertMenuItem can be used by submenus having bitmaps also

2006-01-08 13:28 JG, revision 36777

InsertMenuItem can be used by submenus having bitmaps also

2006-01-08 12:19 VZ, revision 36776

fixes for Unicode build with CodeWarrior under OS X 10.2 (patch 1373217)

2006-01-08 12:13 VZ, revision 36775

fixed check for Metrowerks mbstowcs(): check for __MSL__ (backport from HEAD)

2006-01-08 12:09 VZ, revision 36774

fixed check for Metrowerks mbstowcs(): check for __MSL__

2006-01-08 10:54 SC, revision 36773

allowing ampersands in choices and comboboxes means we have to strip outside of uma.cpp

2006-01-08 01:33 SN, revision 36772

Replaced get{host,serv}by{name,addr} by the threadsafe wrappers introduced in the previous revision.

2006-01-08 01:29 SN, revision 36771

Avoid multiple definition of wxWidgetArray on OS/2 (where this is an error) by disabling pragma interface/implementation for the files causing the conflict.

2006-01-08 00:01 SN, revision 36770

Renamed magical pragma interface/implementation string to avoid multiple definitions due to identical pragma in common\fldlgcmn.cpp and motif\filedlg.cpp.

2006-01-07 22:54 RD, revision 36769

Document that Ctrl-Shift-F is the fold key now

2006-01-07 21:15 RD, revision 36768

resorted one of the lists of samples, moved MimeTypesManager to Misc

2006-01-07 21:14 RD, revision 36767

tweaked a comment

2006-01-07 20:54 KO, revision 36766

Fix list and None to string conversion so that unicode types aren't converted to string, and vice-versa. Also, check the extension is not an empty string before referencing characters in it.

2006-01-07 20:39 KO, revision 36765

Remove dups produced by wxMac's EnumAllFileTypes.

2006-01-07 20:26 KO, revision 36764

Hardcoded fix to work around some issues with the app bundle finding the correct Python.

2006-01-07 19:47 RD, revision 36763

FloatCanvas has been updated, so add it to the recent updates list.

2006-01-07 19:47 RD, revision 36762

Intercept SetLabel and only update the label if the text changes, to help reduce flicker.

2006-01-07 19:39 RD, revision 36761

Don't try to force the buffers to get built before the Window is sized

2006-01-07 19:37 RD, revision 36760

Remove the accelerators using Ctrl-Alt-* because Ctrl-Alt is AltGr on non-U.S. keyboards and is used for normal typing. Also add support for the normal Scintilla Zooming keys Ctrl-Numpad-+/- as Ctrl-[ and Ctrl-] may not be able to be typed on non-U.S. keyboards without the AltGR key.

2006-01-07 19:17 RD, revision 36759

typo

2006-01-07 19:17 RD, revision 36758

Preserve modification times, etc. on the scp copies

2006-01-07 18:01 SN, revision 36757

Backported improvements in sizing and positioning and various clean-up suggested in patch #1396667

2006-01-07 17:43 vell, revision 36756

fixed typo in prior checkin

2006-01-07 17:29 vell, revision 36755

cleanup - reformat

2006-01-07 16:40 RR, revision 36754

Added configure checks for Hildon framework (Maemo.org)