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-06-15 20:13 VZ, revision 21173

fixed bug with parsing filter string without description

2003-06-15 20:03 VZ, revision 21172

GTK2 Unicode build warning fix

2003-06-15 19:37 VZ, revision 21171

fixed build problems when OpenGL libs were not in the same directory

2003-06-15 19:33 VZ, revision 21170

check parmateres in Replace() (bug 752716)

2003-06-15 18:36 SN, revision 21169

Added definition of wxUSE_DISPLAY.

2003-06-15 17:27 MBN, revision 21168

Blind fix for startup crash with Lesstif.

2003-06-15 13:12 VS, revision 21167

added win32 resources support

2003-06-15 09:59 VS, revision 21166

added bakefile for image sample

2003-06-15 09:58 VS, revision 21165

move samples code out of common code

2003-06-15 09:52 VS, revision 21164

move samples code out of common code

2003-06-15 09:34 VS, revision 21163

added DATAFILES support

2003-06-15 08:36 GD, revision 21162

partially applied SF #753787 to correct wx-config --rezflags which was refering to top build dir instead of install dir

2003-06-14 19:48 JS, revision 21161

Include wxHTML help controller from wx/helphtml.h.

2003-06-14 19:44 JS, revision 21160

Added wxMenuBase::FindItemByPosition

2003-06-14 17:16 VZ, revision 21159

don't ignore wxLC_NO_HEADER style when inserting first column (backported from HEAD)

2003-06-14 16:55 VZ, revision 21158

removed duplicated stuff in Delete() docs

2003-06-14 16:45 VZ, revision 21157

always NUL-terminate log messages, even if they're longer than buffer size

2003-06-14 16:44 JS, revision 21156

Can now skip default manifest inclusion by defining wxUSE_NO_MANIFEST

2003-06-14 16:42 JS, revision 21155

Made XPMs transparent Corrected wxMessageBox usage

2003-06-14 16:36 VZ, revision 21154

speed up for debug mode startup (doesn't matter much but as it doesn't cost anything to fix this...)

2003-06-14 16:25 JS, revision 21153

Added Find dialog Bumped version to 1.01

2003-06-14 16:18 JS, revision 21152

Added configtool to configure and Makefile.in Added -lsupc++ to end of LDLIBS to avoid link errors

2003-06-14 16:04 JS, revision 21151

Removed compilo

2003-06-14 13:39 VZ, revision 21150

regenerated using tmake to add fldlgcmn.cpp

2003-06-14 13:31 VZ, revision 21149

wxFileDialog cleanup, extracted common code to fldlgcmn.cpp (patch 754187)