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

2000-09-05 19:17 VZ, revision 8263

renamed m_clientData to fix compilation problems

2000-09-05 18:27 VZ, revision 8262

oops, some of my testing code crept in

2000-09-05 18:26 VZ, revision 8261

toggle doesn't mean set

2000-09-05 18:19 RD, revision 8260

Fixed some off-by-one errors that were visible on wxGTK but actually affected wxMSW too.

2000-09-05 18:10 RD, revision 8259

Fixed some off-by-one errors that were visible on wxGTK but actually affected wxMSW too.

2000-09-05 18:04 VZ, revision 8258

added Dutch translation

2000-09-05 14:46 DW, revision 8257

Updates to keep OS/2 Frame apps from crashing on exit. Fixes WM_QUIT processing

2000-09-05 13:59 DW, revision 8256

Updates to keep OS/2 Frame apps from crashing on exit. Fixes WM_QUIT processing

2000-09-05 12:20 JS, revision 8255

Generic wxListCtrl now supports wxLC_HRULES, wxLC_VRULES

2000-09-05 11:39 JS, revision 8254

Added rules to wxListCtrl (MSW now, GTK+ soon)

2000-09-05 10:51 RR, revision 8253

Applied DrawArc patch. Applied break-up-region patch. Implemented sort of ShowFullScreen() - test in scrollsub.

2000-09-05 09:12 RR, revision 8252

Applied DrawArc patch. Some tests for ShowFullScreen() (doesn't work under GTK).

2000-09-04 15:39 RR, revision 8251

Virtualized coordinate system for wxCanvas.

2000-09-04 14:07 JS, revision 8250

Commented out palette code for wxGTK

2000-09-04 06:58 JS, revision 8249

Corrected off-by-one bug in wxRect(const wxPoint&, const wxPoint&) ctor

2000-09-03 23:55 VZ, revision 8248

1. added GetClientAreaOrigin to wxWindow, calculations everywhere use it 2. added horz scrolling to the listbox and fixed thevertical one 3. added wxALWAYS_SHOW_SB (a.k.a. wxLB_ALWAYS_SB) style 4. corrected thumb size calculations

2000-09-03 16:51 RR, revision 8247

Added FreeType II beta 8.

2000-09-03 16:38 RR, revision 8246

Minor update to wxCanvas.

2000-09-03 13:41 RR, revision 8245

Makefile adaption for freetype.

2000-09-03 13:40 RR, revision 8244

Makefile correction

2000-09-03 11:51 RR, revision 8243

Preparing makefiles for freetype

2000-09-02 20:16 VZ, revision 8242

wxListBox input handling works for single and multi selection ones (not extended yet)

2000-09-02 18:01 RR, revision 8241

Added wxCanvasLine, Freeze() and Thaw() and mouse events (untested)

2000-09-01 21:30 RD, revision 8240

1. Setting the listctrl as the event object before sending the event to any user event handlers. 2. InsertItem returns the actual index used when given one beyond the end of the list.

2000-09-01 20:17 VZ, revision 8239

attemps to make listbox refreshing to work - failed