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-07 20:55 VS, revision 8288

fixed bug in parsing html strings longer than 1024 chars than does not contain tags

2000-09-07 15:21 JS, revision 8287

Added memcheck to configure

2000-09-07 15:02 JS, revision 8286

Applied memory allocation patch, and worked around bug that crashes memcheck.cpp by using wxLogStderr.

2000-09-07 13:33 JS, revision 8285

Added some docs

2000-09-07 13:32 JS, revision 8284

Added comment to old wxGetMousePosition

2000-09-07 13:32 JS, revision 8283

Used GetCursorPos for new wxGetMousePosition implementation

2000-09-07 13:22 JS, revision 8282

Got wxHelpContext working, plus wxFindWindowAtPointer, wxGetMousePosition, wxFindWindowAtPoint.

2000-09-07 11:17 RR, revision 8281

There was no need to create the buffer in OnIdle().

2000-09-07 09:43 JS, revision 8280

Made wxContextHelp implementation generic and added wxFindWindowAtPointer, wxGetMousePosition functions

2000-09-07 01:34 RD, revision 8279

Interface file defining functionality available in Scintilla. Will possibly be used to automatically generate some of the wxWindows code that wraps Scintilla.

2000-09-06 22:12 VZ, revision 8278

1. clip the DC from wxEraseEvent under GTK - now redrawing works there too 2. added wxColourScheme::GetBackground() - still testing 3. implemented (but it is slightly broken) extended listbox interface

2000-09-06 19:18 DW, revision 8277

fix to OWNER_DRAWN assert in listbox

2000-09-06 16:44 JS, revision 8276

Implemented wxHelpContext for wxGTK.

2000-09-06 15:09 RR, revision 8275

Added various missing bits to scrolling wxCanvas.

2000-09-06 13:23 JS, revision 8274

Dialogs can now show a question mark for context-sensitive help.

2000-09-06 13:08 RR, revision 8273

Trying to make wxCanvas less simple.

2000-09-06 09:52 JS, revision 8272

Added #include in helpbase.cpp

2000-09-06 09:45 JS, revision 8271

Added wxHelpEvent, wxContextHelp (MSW only so far), modified help sample

2000-09-06 09:18 RR, revision 8270

Applied PS patch.

2000-09-06 09:18 RR, revision 8269

Removed wxClientDC from wxEraseEvent.

2000-09-06 06:20 RL, revision 8268

package dependancy bugfix

2000-09-06 03:39 RD, revision 8267

Interface file defining functionality available in Scintilla. Will possibly be used to automatically generate some of the wxWindows code that wraps Scintilla.

2000-09-05 20:08 KH, revision 8266

added moving an object with the mouse

2000-09-05 20:07 KH, revision 8265

capturing the mouse in wxCanvasObject

2000-09-05 19:21 VZ, revision 8264

attempts to fix GTK refresh - completely fruitless so far