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-11-07 01:03 RN, revision 30328

[ 1057587 ] MacOSX build fails with --disable-gauge or --disable-spinbtn

2004-11-07 00:48 RN, revision 30327

fix for [ 1020924 ] wx.Display.IsPrimary is wrong

2004-11-07 00:09 RN, revision 30326

fix for [ 950550 ] wxChoice - wxEmptyString (wxChoice::FindString doesn't work with empty strings) - confirmed on win2k

2004-11-06 23:49 RN, revision 30325

fix for [ 1044879 ] wxMSW 2.5.3: memleaks in listctrl.cpp and bug in listctrl sample

2004-11-06 23:14 RN, revision 30324

fix for [ 1042972 ] Keycodes above WXK_START conflict with unicode characters

2004-11-06 22:14 SN, revision 30323

Added wxStandardPaths implementation for OS/2.

2004-11-06 20:39 RN, revision 30322

fixup

2004-11-06 20:32 RN, revision 30321

[ 955006 ] wxDb query with column information (modded to overload instead of creating a new function)

2004-11-06 08:23 RN, revision 30320

final cleanup of string conversion with null characters (hopefully :))

2004-11-06 07:09 RN, revision 30319

Revert files to previous version that were affected by wxIsXXX((wxChar)X) change. Note - passing a negative value to those c lib functions is undefined, and could return true on platforms using a lookup table, for example (might crash also?), which is what will happen when casting to char to ansii mode and a char is above 127

2004-11-06 06:57 RN, revision 30318

fixup // comment header

2004-11-06 06:42 RN, revision 30317

fix warning

2004-11-06 06:41 RN, revision 30316

rewrite wxGetKeyState a bit, spun from [ 1058347 ] Fixes wxGetKeyState

2004-11-06 06:26 DE, revision 30315

Use gsockosx.cpp from new corefoundation directory.

2004-11-06 06:19 SC, revision 30314

selection handling for data browser

2004-11-06 03:45 RD, revision 30313

syntax fixes

2004-11-06 03:45 RD, revision 30312

don't use --jobs

2004-11-06 02:32 RN, revision 30311

in unescape add normal characters in addition to unescaped characters :)

2004-11-06 02:24 KH, revision 30310

Add ability to position and/or center the dialog for wxGetPasswordFromUser like you can for wxGetTextFrom User (documentation)

2004-11-06 02:21 KH, revision 30309

Add ability to position and/or center the dialog for wxGetPasswordFromUser like you can for wxGetTextFrom User

2004-11-06 02:19 KH, revision 30308

Simplified the wxCENTRE style check

2004-11-05 22:25 RR, revision 30307

I admit I have no good solution for wxPrinter::Setup(wxWindow*) yet. I'd just remove it but I'll think it over if there is or was any use for it.

2004-11-05 21:33 RR, revision 30306

Mem leaks in connection with print factory code.

2004-11-05 21:18 ABX, revision 30305

Warning fixes to unused variables, int/wxChar keycode and other typecasting, not mixing 'type*' and 'type' variables in single line, IsEmpty to empty replacement etc.

2004-11-05 21:17 VS, revision 30304

use wxNewId in wxEditableListBox to avoid conflicts with XRC