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-17 09:30 CE, revision 21198

fix for client / server samples

2003-06-17 08:26 JS, revision 21197

Added corrected Show() to wxPopupWindow

2003-06-17 07:24 RD, revision 21196

Oops...

2003-06-17 07:22 RD, revision 21195

Added new .png icons to the installer script

2003-06-17 07:10 RD, revision 21194

Switched back to "PyCrust.ico" because Windows explorer can apparently only associate one "py.ico" at a time, even if they are located in different directories. Also added Linux /usr/lib/menu entries for the Py apps and XRCed when building the RPMs.

2003-06-17 07:08 RD, revision 21193

Version number update

2003-06-17 02:24 RD, revision 21192

SWIGged updates for wxMac

2003-06-16 23:49 RD, revision 21191

SWIGged updates for wxGTK

2003-06-16 23:41 RD, revision 21190

SWIGged updates for wxMSW

2003-06-16 23:41 RD, revision 21189

Reorgainize the wrappers for wxPrintDialogData

2003-06-16 23:40 RD, revision 21188

SetAllPages needs to be used if the Min and Max pages are set.

2003-06-16 23:38 RD, revision 21187

only measure one line at a time

2003-06-16 23:37 RD, revision 21186

Ensure there is no border on the generic static texts

2003-06-16 22:40 RD, revision 21185

Fix for wxPopupWindows not being raised to the top by default

2003-06-16 22:08 RD, revision 21184

Remove the test for parent window type when checking if to give a sunken style automatically

2003-06-16 20:36 RD, revision 21183

Typo fixed

2003-06-16 20:35 RD, revision 21182

fix how this package is imported instead of using the default generated by wx_create.py

2003-06-16 19:35 CE, revision 21181

initail Digital Mars makefile for stc

2003-06-16 19:30 CE, revision 21180

initail Digital Mars makefile for stc

2003-06-16 16:52 CE, revision 21179

faster Borland makefile

2003-06-16 16:51 CE, revision 21178

makefiles for samples for digital mars

2003-06-16 12:31 JS, revision 21177

Platform and compiler-specific checking for MSW and Mac now done in wx/xxx/chkconf.h. Removed some very obsolete settings, and MSW-specific settings from Mac's setup0.h. wxTimer now derives from wxEvtHandler.

2003-06-15 22:40 VS, revision 21176

fixed misbehaving selection on some words

2003-06-15 20:18 VZ, revision 21175

empty description doesn't look good

2003-06-15 20:14 VZ, revision 21174

typo fix

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)