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

2003-02-14 19:25 RD, revision 19216

Added wxImage.SetDatabuffer method

2003-02-14 19:23 RD, revision 19215

Added ability to make a wxCursor from a wxImage

2003-02-14 19:08 RD, revision 19214

various demo tweaks

2003-02-14 19:08 RD, revision 19213

version number change

2003-02-14 17:25 SN, revision 19212

Insure consistent definition of wxAppInitializerFunction for wxBase/MSW. (previously, you could end up with different ones depending on include order, now platform.h is always (implicitly) included first, so __WXMSW__ is guaranteed to be defined even in wxBase/MSW builds.)

2003-02-13 21:31 VZ, revision 19211

backported Unicode compilation fixes

2003-02-13 20:57 CE, revision 19210

fix for watcom open compiler

2003-02-13 18:28 JS, revision 19209

DOc fixes

2003-02-13 16:45 RR, revision 19208

Implemented enumerating fixed font. It's a compromise...

2003-02-13 13:16 VZ, revision 19207

say that WarpPointer() is not supported under Mac

2003-02-13 11:34 VZ, revision 19206

marked dbkeyg.h as a wxBase file (fixes 685857)

2003-02-13 11:17 VZ, revision 19205

marked dbkeyg.h as a wxBase file (fixes 685857)

2003-02-13 11:07 ROL, revision 19204

fixed problem with pasting wxMenu in wxMenuBar and others

2003-02-13 07:21 JJ, revision 19203

Committing in . Roving class reference within the class itself. Modified Files: wxWindows/src/univ/combobox.cpp ----------------------------------------------------------------------

2003-02-13 00:22 VZ, revision 19202

added an assert checking that Resume() is not called unnecessarily

2003-02-12 22:17 CE, revision 19201

first watcom makefile

2003-02-12 21:25 CE, revision 19200

fix watcom makefile

2003-02-12 21:16 CE, revision 19199

fix watcom makefile

2003-02-12 21:01 CE, revision 19198

improve watcom makefile

2003-02-12 20:58 CE, revision 19197

fix unused vars for watcom

2003-02-12 20:35 VS, revision 19196

compilation fixes

2003-02-12 18:20 MBN, revision 19195

Implemented wxToggleButton under Motif.

2003-02-12 15:42 VZ, revision 19194

added DoSetNativeFontInfo() to avoid virtual function hiding

2003-02-12 11:42 VZ, revision 19193

removed redundant code

2003-02-11 22:57 VZ, revision 19192

fixed bug in SetToolClientData() docs