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 ""

2004-10-30 05:33 DE, revision 30178

Make wxString::WorstEncodingCase take a const wxMBConv&

2004-10-30 02:40 RN, revision 30177

mark incompat and depreciated changes for wxURL, add UTF7 mention

2004-10-30 01:54 KH, revision 30176

Better alphabetized the event handler macros

2004-10-29 22:10 RN, revision 30175

[ 1054664 ] Implementation of wxMBConvUTF7 (Heavily modified in places), utf7 unit tests change

2004-10-29 21:38 DE, revision 30174

Added wxStandardPaths for wxMac and wxCocoa.

2004-10-29 21:06 RN, revision 30173

Add wxString::WorstEncodingCase, other various cleanups

2004-10-29 20:22 DE, revision 30172

Build src/mac/corefoundation/cfstring.cpp and src/common/uri.cpp

2004-10-29 20:19 RN, revision 30171

somewhat modded [ 1056879 ] use wxURI::Unescape vs wxURL::ConvertFromURI

2004-10-29 18:37 DE, revision 30170

Build the new cfstring stuff for both wxMac (as part of Mac's base) and wxCocoa.

2004-10-29 18:29 DE, revision 30169

Moved wxCFStringHolder and some other string functions to their own files.

2004-10-29 18:12 RD, revision 30168

version number

2004-10-29 17:15 RD, revision 30167

Set "rc1" in version

2004-10-29 17:14 RD, revision 30166

Use $ on variables!!!

2004-10-29 17:12 RD, revision 30165

Don't just assume that the metadata files will be found

2004-10-29 16:50 RD, revision 30164

Save a reference to the async sound object

2004-10-29 15:24 JS, revision 30163

Use Courier New instead of Courier, to avoid bad characters appearing in PDF.

2004-10-29 11:13 RN, revision 30162

have wxbuiltin wxmbconvutf7 return -1 (error) not 0. Some cleanups in string.cpp. Add some unit tests for utf7 and cleanups.

2004-10-29 10:13 RN, revision 30161

Handle bad conversions correctly. Add Bad UTF8 test.

2004-10-29 09:29 VS, revision 30160

check if conversion to UTF7 works

2004-10-29 08:55 RN, revision 30159

Handle invalid conversion slightly better, ecapsulate literal chars with wxT

2004-10-29 07:16 RN, revision 30158
  • D /wxWidgets/trunk/src/mac/carbon/app.mm

Remove erronues file

2004-10-29 05:52 RN, revision 30157

add some asserts for wxStringBufferLength

2004-10-28 23:05 RN, revision 30156

increase worst case for UTF8 to *4

2004-10-28 23:01 RN, revision 30155

increase worst case to *4 for UTF8, switch a memcpy for wxMemcpy

2004-10-28 22:43 VZ, revision 30154

undid last change to wxBitmapButton::GetBestSize(), in fact it doesn't make sense to support wxBU_EXACTFIT for it at all, so just removed the code doing it and mentioned it in the docs