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

2003-02-11 22:55 VZ, revision 19191

fixed typo in SetToolClientData() docs

2003-02-11 21:26 MBN, revision 19190

Remove another already backported change.

2003-02-11 21:24 MBN, revision 19189

Backported Motif wxFileDialog wildcard corrections.

2003-02-11 21:16 MBN, revision 19188

Remove already backported change.

2003-02-11 21:14 MBN, revision 19187

Fix client data handling: delete client data for all items when a wxChoice is deleted, delete client data for an item when that item is deleted (backported).

2003-02-11 21:09 MBN, revision 19186

Changes to be backported.

2003-02-11 19:24 RD, revision 19185

Change to a derived dialog class

2003-02-11 19:12 RD, revision 19184

Added wxContextButton for non-MSW

2003-02-11 19:06 RD, revision 19183

Show calling SetExtraStyle before the dialog is created, also show more context sensitive help.

2003-02-11 17:51 MBN, revision 19182

Finished native wxComboBox implementation; it still needs some testing.

2003-02-11 15:50 JS, revision 19181

Added an item to toback24.txt

2003-02-11 11:45 RR, revision 19180

Typo.

2003-02-11 11:35 RR, revision 19179

Lots of Pango etc up-ports from HEAD.

2003-02-11 11:20 RR, revision 19178

Minor corrections.

2003-02-11 00:01 RD, revision 19177

A more complete fix for the wxGauge95 --> wxGauge rtti inconsistency

2003-02-10 21:55 CE, revision 19176

fix contrib makefile for watcom

2003-02-10 21:27 MBN, revision 19175

Clearly mark wxGLCanvas as not working under wxX11.

2003-02-10 21:18 MBN, revision 19174

Fix compilation with GCC (at least 2.95.4).

2003-02-10 21:12 MBN, revision 19173

Fix compilation after last fix.

2003-02-10 21:07 MBN, revision 19172

Remove unnecessary header dependencies. Fix resulting compilation problems for wxMSW, wxGTK, wxMotif, wxX11 and wxMac in default configuration. Non-default configurations will probably need some more fixes.

2003-02-10 20:43 CE, revision 19171

fix for making libraries

2003-02-10 19:15 SC, revision 19170

bug fixes

2003-02-10 16:16 VZ, revision 19169

scrolbar event orientation fix

2003-02-10 16:11 VZ, revision 19168

set orientation for scrolbar events

2003-02-10 10:13 RR, revision 19167

Support underscroes in menu item names under GTK2

2003-02-09 22:03 VZ, revision 19166

use bigger than default page size to avoid 'library too big' errors

2003-02-09 21:26 VZ, revision 19165

added missing const

2003-02-09 21:22 VZ, revision 19164

fileconf stuff

2003-02-09 21:17 VZ, revision 19163

don't trigger an assert in wxFileConfigGroup::DeleteSubgroupByName() if the group doesn't exist

2003-02-09 20:21 MBN, revision 19162

Do not use stipple when drawing text, use solid foreground/background colour instead. Use XSetTile/FillTiled instead of XSetStipple/FillStippled, otherwise BadMatch errors occur in wxDC::SetBrush.

2003-02-09 17:05 MBN, revision 19161

Replaced wxDebugMsg with wxLogError.

2003-02-09 09:11 SC, revision 19160

clipboard extension

2003-02-09 09:10 SC, revision 19159

crash upon hide fix

2003-02-09 09:08 SC, revision 19158

code

2003-02-09 09:04 SC, revision 19157

native tooltips

2003-02-09 09:01 SC, revision 19156

redraw changes

2003-02-09 08:56 SC, revision 19155

code changed along msw lines

2003-02-09 08:54 SC, revision 19154

corrected disposal for b/w cursors and creation and disposal of colour cursors

2003-02-09 08:23 SC, revision 19153

mask and hotspot corrections

2003-02-09 08:19 SC, revision 19152

clipboard bitmap support extended

2003-02-09 08:15 SC, revision 19151

clipboard

2003-02-08 11:50 CE, revision 19150

remove references to 16 bit compilation

2003-02-07 17:52 RD, revision 19149

workaround for an extra EVT_TEXT on wxGTK when selected text is replaced causing an exception

2003-02-07 07:27 JJ, revision 19148

Committing in . wxMotif changes for OpenVMS Modified Files: wxWindows/src/motif/descrip.mms wxWindows/src/motif/evtloop.cpp ----------------------------------------------------------------------

2003-02-07 02:56 VZ, revision 19147

corrected several errors when generating project file with all configs

2003-02-07 01:00 RD, revision 19146

SWIGged updates for wxMac

2003-02-07 00:58 RD, revision 19145

Updated bundlebuilder from Python CVS and added ability to specify libs to be added to the bundle.

2003-02-07 00:56 RD, revision 19144

demo tweaks

2003-02-06 23:57 RD, revision 19143

Applied patch from Will Sadkin

2003-02-06 22:50 RD, revision 19142

Removed ctl3d32 lib from the link.