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

2002-01-19 23:22 VS, revision 13665

don't crash if we can't detect g_wcCharset

2002-01-19 21:49 VZ, revision 13664

added the possibility to hide the tip window automatically when the mouse leave the specified rectangle; fixed a few bugs with the window not disappearing automatically

2002-01-19 21:48 VZ, revision 13663

dismiss the popup when an unprocessed key is pressed

2002-01-19 21:45 VZ, revision 13662

documented new CaptureMouse() behaviour

2002-01-19 19:39 VZ, revision 13661

compilation/linking fixes for DoCaptureMouse() change

2002-01-19 19:38 VZ, revision 13660

Capture/ReleaseMouse() prefixed with Do for the other ports (OS/2, MGL, Motif, Mac)

2002-01-19 19:31 VZ, revision 13659

maintaint the mouse capture stack in all ports, not just wxUniv

2002-01-19 17:44 JS, revision 13658

Corrected wxTextCtrl doc

2002-01-19 15:42 VZ, revision 13657

fixed crash in iconv_close() as well

2002-01-19 15:30 GD, revision 13656

renamed wxLogXXX functions with va_list argument to wxVLogXXX

2002-01-19 15:10 GD, revision 13655

changed 'extern inline' to extern only

2002-01-19 14:50 GD, revision 13654

use "..." instead of <...> for wx includes

2002-01-19 14:43 GD, revision 13653

corrections to XFontName accessors

2002-01-19 13:15 VZ, revision 13652

fixed crash in iconv_open() and cleaned up the code a bit further

2002-01-19 12:20 VZ, revision 13651

fixed compilation with wxUSE_WCHAR_T=0

2002-01-19 12:19 VZ, revision 13650

fixed GetDiskFreeSpaceEx calling convention (Markus Greither)

2002-01-19 08:33 GD, revision 13649

removed __DARWIN__ conditional tests (the help menu doesn't work otherwise)

2002-01-19 07:48 GD, revision 13648

added IFF image file

2002-01-19 07:36 GD, revision 13647

corrected includes when wxUSE_SOCKETS is not defined

2002-01-18 23:16 VS, revision 13646

slight corrections, moved bwd compat macros to the end of the file

2002-01-18 23:16 DW, revision 13645

Dialog support

2002-01-18 22:34 JS, revision 13644

Started to improve header comments for FL

2002-01-18 20:31 VZ, revision 13643

fix for Sun CC bug with not calling temporary objects dtor

2002-01-18 20:01 VZ, revision 13642

better native font support for wxGTK

2002-01-18 19:04 VS, revision 13641

safer destruction of wxXmlResource::ms_instance