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-01-20 16:23 SC, revision 13690

naming corrections, scrolling amount fixed

2002-01-20 16:18 SC, revision 13689

removed duplicate strdup definition for CW MSL V 7

2002-01-20 16:16 SC, revision 13688

added missing string definition

2002-01-20 16:14 SC, revision 13687

new static structure for using the correct resource file (needed for shared lib)

2002-01-20 16:13 SC, revision 13686

export statement needed

2002-01-20 16:12 SC, revision 13685

preparation for separated menu items

2002-01-20 16:11 SC, revision 13684

changed the usage of the member vars to be more consistent

2002-01-20 16:10 SC, revision 13683

added new constructor for wxpython

2002-01-20 16:09 SC, revision 13682

prefix files for shared library targets on cw mac

2002-01-20 16:09 SC, revision 13681

under metrowerks mac strdup is not exported

2002-01-20 16:06 SC, revision 13680

correct import and export statements for metrowerks

2002-01-20 16:06 SC, revision 13679

changed to wxStrdup, since strdup is not guaranteed to be defined

2002-01-20 16:05 SC, revision 13678

new headers for new shared lib targets on codewarrior

2002-01-20 15:20 VZ, revision 13677

added Append(wxArrayString) to wxItemContainer (and so to wxChoice, wxComboBox, wxListBox, ...)

2002-01-20 15:20 VZ, revision 13676

tried to make wxArrayString(bool autosort) ctor more explicit, e.g. prevent it from being used in implicit conversions from char * to wxArrayString

2002-01-20 15:19 VZ, revision 13675

added support for wxArrayString data in wxVariant

2002-01-20 11:28 VS, revision 13674

make sure gs_captureWindow is always set to NULL in DoReleaseMouse

2002-01-20 11:27 VS, revision 13673

removed tracing from html sample

2002-01-20 11:27 VS, revision 13672

added tracing of ReleaseMouse and assertion to prevent releasing window with mouse capture

2002-01-20 11:27 VS, revision 13671

added WXTRACE env. variable

2002-01-19 23:34 VS, revision 13670

fixed compilation

2002-01-19 23:24 VS, revision 13669

moved 'show hidden dirs' checkbox elsewhere, the dialog was too wide for wxMGL

2002-01-19 23:23 VS, revision 13668

rewrote wxGenericFileDialog to use sizers

2002-01-19 23:23 VS, revision 13667

documentation for wxHtmlWindow::OnOpeningURL

2002-01-19 23:23 VS, revision 13666

implemented URLs blocking in wxHtmlWindow