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

2001-11-27 00:35 RD, revision 12715

Shapes will now draw the right background color when erased if the canvas is not white.

2001-11-27 00:18 VS, revision 12714

wxMGL compilation fix

2001-11-26 21:21 GD, revision 12713

corrected shared library linking for Darwin (dylib initialisation routine) disabled joystick for wxMAC and wxMOTIF (not yet implemented) unified configure warning messages

2001-11-26 21:13 GD, revision 12712

corrected shared library linking (add wx library to link)

2001-11-26 19:58 RD, revision 12711

Changed WXDLLEXPORT --> GIZMOSDLLEXPORT (and added it where is wasn't used) so gizmos can be used with wx DLL but not be a DLL itself.

2001-11-26 16:35 VZ, revision 12710

fixed listbox initial size determination

2001-11-26 14:50 VZ, revision 12709

superposition of text styles in wxTextCtrl now works as expected (and as documented)

2001-11-26 14:38 VZ, revision 12708

removed unneeded include from the header

2001-11-26 12:05 VZ, revision 12707

fixed notebook tabs refresh when changing them under wxGTK

2001-11-26 11:33 VZ, revision 12706

fixed wxRadioBox::Enable() and Show() to enable/show the buttons as well

2001-11-26 11:24 VZ, revision 12705

fix for incorrect assert in SetClientObject

2001-11-26 11:23 VZ, revision 12704

compilation warning fixed for wxUSE_TOOLTIPS==0

2001-11-26 07:33 GD, revision 12703

added missing const for char* arguments

2001-11-26 06:47 GD, revision 12702

Added compile-time check to be sure that wxUSE_ is set to 1

2001-11-26 03:53 RL, revision 12701

added wx(U)int64, then added it to wxDataStream so contrib should (hopefully) now build on alpha, ia64, s/390 without the kludge from 2.2

2001-11-25 23:17 VS, revision 12700

wxT(), not _()

2001-11-25 21:52 GD, revision 12699

added dynamic shared library (dylib) initialization routine for Darwin

2001-11-25 21:36 VZ, revision 12698

added wxCmdLineParser::ConvertStringToArgs(), wxApp::ConertToStandardCommandArgs() now uses it

2001-11-25 20:31 MBN, revision 12697

Updated Italian translations

2001-11-25 20:10 RR, revision 12696

Correct wxTimer bug in wxGTK. Correct SetSize bug for certain Toplevel windows in wxMAC.

2001-11-25 20:00 RL, revision 12695

oops, the size_t test actually is still needed in sndwav until we fix wxDataOutputStream to be 64 bit friendly.

2001-11-25 19:19 GD, revision 12694

removed MAKE variable which is set by make, otherwise it recursive makes do not work when make is in fact gmake (or some other name)

2001-11-25 18:39 VZ, revision 12693

fixed comment about [not] deleting wxConfig::Get() pointer

2001-11-25 18:18 VZ, revision 12692

changed wxYES_NO to be equal to wxYES | wxNO freeing another style bit which allows to avoid conflicts between wxYES and wxTE_MULTILINE

2001-11-25 18:11 VZ, revision 12691

fixed wxTE_LINESCROLL definition to not conflict with wxTE_PROCESS_ENTER