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-02-18 09:33 JS, revision 19241

Some improvements to accessibility behaviour

2003-02-18 09:27 JS, revision 19240

Applied patch [ 686843 ] File Dialog Wildcard Bug A bug was introduced in generic/src/filedlgg.cpp between versions 2.2.9 and 2.4 that causes incomplete file extensions to be appended to filenames not having extensions after a user changes the wildcard index in the filedialog. This patch reverts back to the correct code. Bob Downey

2003-02-18 09:08 JS, revision 19239

Applied patch [ 681262 ] Add EVT_MENU_OPEN support for GTK

2003-02-18 09:02 JS, revision 19238

Applied patch [ 681262 ] Add EVT_MENU_OPEN support for GTK

2003-02-18 08:52 JS, revision 19237

Must use WS_CHILD style in wxTabCtrl

2003-02-18 00:25 RD, revision 19236

Add OOR support for wxApp objects too.

2003-02-17 12:43 JS, revision 19235

Changed back inline/const things wxTabCtrl must have WS_CHILD window style small access.cpp tweaks (call QueryInterface)

2003-02-17 10:15 JS, revision 19234

Added start at accessibility sample

2003-02-16 23:08 VS, revision 19233

another compilation fix for over-optimized #includes

2003-02-16 18:24 GD, revision 19232

fix wxDateTime offset for Apple Developer Tools (SourceForge bug # 614010)

2003-02-16 18:19 GD, revision 19231

fix wxDateTime offset for Apple Developer Tools (SourceForge bug # 614010)

2003-02-16 17:46 VZ, revision 19230

inserted casts allowing to have arrays of function pointers -- this is wrong but works on most platforms

2003-02-16 11:59 JS, revision 19229

Added start at accessibility functionality

2003-02-16 11:57 JS, revision 19228

Added accessibility headers

2003-02-15 17:14 JS, revision 19227

VC++ 6 doesn't seem to like the uninlining thing and also the wxDateTime::TIME_T_FACTOR must be always defined; else we get link errors. I don't know why these didn't turn up before...

2003-02-15 08:38 SC, revision 19226

Files from a Drop were only added but the fileslist never cleared

2003-02-15 08:36 SC, revision 19225

Files from a Drop were only added but the fileslist never cleard

2003-02-14 20:43 MBN, revision 19224

Setting background colour on listbox parent makes it look ugly, do not do it.

2003-02-14 20:41 MBN, revision 19223

Fix wxEventLoop so it does not sleep 20 msec between events when threads are anabled. Now the ode should be equivalent to the 2.4 event loop.

2003-02-14 20:21 VZ, revision 19222

silent gcc warning about missing \n at the end of file

2003-02-14 20:19 VZ, revision 19221

compilation fix (missing header)

2003-02-14 20:15 RD, revision 19220

SWIGged updates for wxMSW

2003-02-14 20:13 RD, revision 19219

SWIGged updates for wxMac

2003-02-14 19:36 RD, revision 19218

SWIGged updates for wxGTK

2003-02-14 19:29 RD, revision 19217

Added some missing methods to wxRect wrappers