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

2003-01-13 21:54 VZ, revision 18715

added configure test for WX_STATVFS_T

2003-01-13 19:31 RL, revision 18714

Improved const correctness. Clear wxWindow containing sizer on Remove( index ).

2003-01-13 19:19 SC, revision 18713

cursor cleanup

2003-01-13 19:17 SC, revision 18712

cursor functionality expanded

2003-01-13 19:07 SC, revision 18711

additional infos for wxMac

2003-01-13 18:25 MBN, revision 18710

Fix Cygwin/makefiles compilation (backport from trunk).

2003-01-13 12:30 ROL, revision 18709

Added short doc-string

2003-01-13 12:11 ROL, revision 18708

using global variable to pass htmlText

2003-01-13 05:17 RL, revision 18707

Split this out from other changes to keep things sane.. wxDeprecated KeyCode. wxDeprecated old wxList compat methods. Replaced a large number of them in the gtk build already, but there are still plenty more so feel free to help nuke them as you find them. s/^I/ / and s/TRUE/true/ etc. a couple of these too.

2003-01-12 23:51 VS, revision 18706

added info about ShowFullScreen changes

2003-01-12 23:34 VZ, revision 18705

DeleteAllItems() does send DELETE_ITEM events (closes bug 664281)

2003-01-12 23:24 VZ, revision 18704

compilation fix for wxUSE_RICHEDIT == 0 (closes bug 662252)

2003-01-12 22:56 VZ, revision 18703

more docs about compiler constants

2003-01-12 22:55 VZ, revision 18702

added wxCHECK_GCC/W32API_VERSION

2003-01-12 22:45 VZ, revision 18701

OpenWatcom fixes may be backported

2003-01-12 22:40 VZ, revision 18700

OpenWatcom compilation fixes (patch 665959)

2003-01-12 22:31 VZ, revision 18699

compilation fix for wxUniv (patch 664699)

2003-01-12 22:30 VZ, revision 18698

unTABbed

2003-01-12 22:28 VZ, revision 18697

set wxUSE_WIZARD to 1 by default now that it works (patch 663321)

2003-01-12 22:26 VZ, revision 18696

removed unneeded (and causing link errors) wxArrayPages from wizard code (patch 663321)

2003-01-12 22:20 VZ, revision 18695

compilation fixes for non default wxUSE_XXX values (patch 662781)

2003-01-12 22:06 VZ, revision 18694

corrected m_commandString type to wxString (patch 661648)

2003-01-12 20:48 MBN, revision 18693

Backported Unicode compilation fixes for demos and exec sample.

2003-01-12 14:24 VZ, revision 18692

don't call stat() *and* lstat() (as if the file dialog wasn't already slow enough...); minor code cleanup (removed a few #ifdef's, TABs and other crap)

2003-01-12 14:09 MBN, revision 18691

Remove unneeded dependencies.