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-09-23 23:57 RN, revision 29303

OK - Robin's right, it is already a SOCKLEN_T

2004-09-23 23:53 RN, revision 29302

GetId of wxTreeItemData returns a wxTreeItemId, not a wxTreeItem. From the wiki documentation buglets

2004-09-23 23:38 RN, revision 29301

wxT sample fix for regex docs - documentation buglet from wiki

2004-09-23 23:33 RN, revision 29300

Mention that some functions are virtual - I'm pretty sure I didn't get all of them - from the wxwiki documentation buglets where it mentioned MainLoop() wasn't virtual

2004-09-23 23:25 RN, revision 29299

Link to event handling overview in wxEvent - documentation buglet from wiki

2004-09-23 23:17 RN, revision 29298

Put include file for sizer classes in docs - documentation buglet from wiki http://wiki.wxwidgets.org/docs.cgi?q=buglets&target=wiki

2004-09-23 23:06 RD, revision 29297

added missing default case

2004-09-23 22:39 RD, revision 29296

Fix from Jed Burgess that correctly untoggles radio toolbar items when another one in the same group is selected.

2004-09-23 22:36 RN, revision 29295

delightful typo fixed - it was indefontedly a spelling error :)

2004-09-23 22:09 RN, revision 29294

Fix warning on OSX - its on int on mac/msw and a socklen_t on others

2004-09-23 22:01 RD, revision 29293

Compile fix

2004-09-23 20:47 RD, revision 29292

wx.NO_BORDER style sets the bezel width to 0

2004-09-23 20:36 RD, revision 29291

revert a few of these back

2004-09-23 20:23 RD, revision 29290

Update SWIG patch to output "True" ("False") in the autodoc string when "true" ("false") is in the .i file. Changed the .i files to use true/false to avoid collisions with any True/False in headers that may be included.

2004-09-23 20:20 RN, revision 29289

get rid of \\ macros and change See Also -> See also

2004-09-23 19:36 JS, revision 29288

Minor doc corrections

2004-09-23 19:16 RN, revision 29287

typo

2004-09-23 19:01 RN, revision 29286

wxGLContext docs, tidy up of some wxGLCanvas docs, add wxGLContext to classes list, and add gl classes to misc category

2004-09-23 18:20 ABX, revision 29285

Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_FOUND/wxDefaultCoord, TRUE/true, FALSE/false, !!/!IsEmpty().

2004-09-23 17:28 RN, revision 29284

unused variable warning fix - move unused stuff to proper place

2004-09-23 17:17 RN, revision 29283

SOCKLEN_T handling for OSX - it seems to be defined as a size_t, when the parameters to the functions where it is handled is really an int (avoids multiple conversion warnings)

2004-09-23 17:12 RD, revision 29282

reSWIGged

2004-09-23 17:03 RN, revision 29281

remove unused variable

2004-09-23 16:49 RD, revision 29280

Moved xrc out of contrib and into the core source dir, just like in C++. It will now always be built.

2004-09-23 16:23 RN, revision 29279

fix ifdef - its libpng not pnglib :)