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):

2002-02-14 21:00 VZ, revision 14215

fixes to sash adjusting code to avoid setting it to 0 initially

2002-02-14 20:58 VZ, revision 14214

wxFrame base class is xTLW, not wxWindow

2002-02-14 20:30 VS, revision 14213

fill wxFocusEvent::m_win properly

2002-02-14 20:30 VS, revision 14212

copyright update

2002-02-14 20:29 VS, revision 14211

create wxSpinCtrl with default pos+size first, so that the subsequent call to DoSetSize is not a no-op

2002-02-14 19:55 RR, revision 14210

Fixed bug with disappearing menus. They were drawn under all other windows all but the first time.

2002-02-14 18:26 JS, revision 14209

Stopped width = 0 fouling up window size change

2002-02-14 18:06 JS, revision 14208

Added some XSyncs to help size calculations, but positioning dialog remains a mystery

2002-02-14 17:11 VS, revision 14207

implemented cursors cache, so that cursors are not loaded from file again and again

2002-02-14 17:11 VS, revision 14206

take const reference (thanks to Alberto Barbati)

2002-02-14 15:47 JS, revision 14205

Restored previous mouse release/capture behaviour for some ports

2002-02-14 14:23 VZ, revision 14204

use the native wxImageList under Win32 as otherwise xUniv doesn't link currently

2002-02-14 13:50 VZ, revision 14203

compilation fix for wxUSE_PALETTE == 0

2002-02-14 13:47 VZ, revision 14202

#if wxUSE_PALETTE, not #ifdef

2002-02-14 13:13 RR, revision 14201

Some clean-ups which don't really solve any problem yet.

2002-02-14 12:07 JS, revision 14200

Added border for top level windows with captions, though this does seem to make it resizable also. Sizing of about dialog wrong at present.

2002-02-14 11:55 JS, revision 14199

Added SetSize to toplevel window

2002-02-14 11:37 JS, revision 14198

Commented out XSetInputFocus for now

2002-02-14 11:07 JS, revision 14197

Removed wxBuffer from several ports; added function to get XEvent name; started on commandline parsing for wxX11

2002-02-14 09:02 SC, revision 14196

added .inited comparison as suggested by John McPherson to avoid comparison wxBlack to wxNullBitmap being true

2002-02-14 00:45 RR, revision 14195

wxX11: Don't add popup windows to wxTopLevelWindows, espially not if you don't delete them later. Corrected ReleaseMouse().

2002-02-14 00:40 MBN, revision 14194

Update italian translation

2002-02-14 00:38 VS, revision 14193

handle accelerators for buttons, too

2002-02-14 00:37 VS, revision 14192

1. added wxUpdateUIEvent handling to wxMGL 2. added Alt-F4 and PrintScreen handling 3. removed accelerators handling (done by wxUniv)

2002-02-14 00:36 VS, revision 14191

added wxUpdateUIEvent handling to wxMGL