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

2004-10-31 14:59 RR, revision 30203

Small change to ease Mac transition to common native data printing code later.

2004-10-31 13:50 RR, revision 30202

Copyright notice.

2004-10-31 11:42 VS, revision 30201

the position attribute is called 'pos', not 'position'

2004-10-31 11:42 VS, revision 30200

added 'icon' property to wxFrame and wxDialog in XRC

2004-10-31 08:36 VS, revision 30199

compilation fixes for gcc-3.4 + Unicode

2004-10-31 08:31 VS, revision 30198

fixed spelling of -checkcurleybraces (patch #1054304)

2004-10-31 06:23 RN, revision 30197

note broken code, cast hack to fix warning on pickier compilers

2004-10-31 06:13 RN, revision 30196

fix const error on sane (not msvc) compilers

2004-10-31 05:01 RL, revision 30195

Patch from Paul Cornett, clean up side effects in obtaining legacy config and remove unneccessary line continuations et al.

2004-10-31 04:41 RN, revision 30194

Rename some tests to avoid conflicts with project builder GUI debugger

2004-10-30 21:39 RD, revision 30193

PNG Alpha is working on wxGTK2 now too.

2004-10-30 21:39 RD, revision 30192

tweak the path so ccache is found first on both build machines

2004-10-30 21:36 RD, revision 30191

fixed typo causing a syntax error

2004-10-30 21:35 RD, revision 30190

Ensure the first EVT_SIZE has happened before the first EVT_PAINT

2004-10-30 21:33 RD, revision 30189

Remove non-ascii characters

2004-10-30 21:30 RD, revision 30188

Use wx.FULL_PAINT_ON_RESIZE

2004-10-30 20:22 RN, revision 30187

restore ConvertToValidURI to prev. version for bw compat. Note changes

2004-10-30 20:16 RN, revision 30186

solution to wxMBConv stuff - make a seperate XX2XX for strings of a specified length, use this in wxString instead of previous worst-case method

2004-10-30 20:04 VS, revision 30185

usability improvement: set focus to text control so that the user can directly type directory name instead of using both mouse and keyboard

2004-10-30 07:41 DE, revision 30184

wxMac uses wxStandardPathsCF to mean wxStandardPaths in its wxBase

2004-10-30 06:31 DE, revision 30183

CodeWarrior (8.3 mwcc) thinks that it cannot compare id (a struct objc_object*) with NSView* for equality. This is of course completely against the Objective-C language specification but we'll fix it anyway.

2004-10-30 06:23 DE, revision 30182

CodeWarrior (8.3 mwcc) can't figure out that it needs to do C++ automatic conversion from wxObjcAutoRefFromAlloc<NSButton*> to NSButton* when it is used as the receiver of a message. Help it along with a static_cast.

2004-10-30 06:14 DE, revision 30181

Declare namespace std {} before using namespace std; for MetroWerks

2004-10-30 05:53 DE, revision 30180

Fixed compilation with precompiled headers. Removed include <objc/objc-runtime.h> from window.mm, it's not needed anymore.

2004-10-30 05:41 DE, revision 30179

CodeWarrior dislikes #include <> syntax for in-tree headers, prefer ""