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

2007-08-19 14:12 RR, revision 48176

change wxDataViewModel::Compare() to including column and sortorder

2007-08-19 13:49 BY, revision 48175

2007-08-19 10:16 VS, revision 48174

use UTF8 build by default on Unix (except Darwin)

2007-08-19 06:26 JW, revision 48173

Completed most of the drawing code, added modwx, finished event code

2007-08-19 04:01 DE, revision 48172

Merged 48171 from trunk: Make SetCursor work.

2007-08-19 04:01 DE, revision 48171

Make SetCursor work.

2007-08-19 03:37 DE, revision 48170

Merged 48150 and 48169 from trunk: Improve the tracing of the tracking rect manager and mouse movement synthesizer. Fix a number of problems with tracking rectangles by avoiding rebuilding them when unnecessary. Copyright 2007 Software 2000 Ltd.

2007-08-19 03:25 DE, revision 48169

Fix a number of problems with tracking rectangles by avoiding rebuilding them when unnecessary. Copyright 2007 Software 2000 Ltd.

2007-08-18 21:58 KO, revision 48167

(Port to 2.8) Add the unified style on OS X 10.4, and default to using it.

2007-08-18 21:49 KO, revision 48165

Add the unified style on OS X 10.4, and default to using it.

2007-08-18 13:04 JS, revision 48164

Added documentation for wxNavigationKeyEvent

2007-08-18 12:26 JS, revision 48163

Don't hang in ReadLine when there's no input left

2007-08-18 12:25 JS, revision 48162

Don't hang in ReadLine when there's no input left

2007-08-18 11:45 JS, revision 48161

Clarified meaning of new menu functions.

2007-08-18 11:43 JS, revision 48160

Use new GetItemLabel function

2007-08-18 11:34 JS, revision 48159

Avoid clash with control container event handlers

2007-08-18 11:34 JS, revision 48158

Compile fix

2007-08-18 11:26 JS, revision 48157

Compile fix

2007-08-18 11:04 JS, revision 48156

Comment cleanup

2007-08-18 11:02 JS, revision 48155

Left click only focuses if the event wasn't handled

2007-08-18 10:54 JS, revision 48154

A number of focus handling improvements: Left clicking on a window only focuses the window if not processed. wxControlContainer::SetFocus moved to wxControlContainerBase so that a container now focuses the first child even on wxGTK. wxAuiBook is now a container, need for correct navigation on wxGTK.

2007-08-18 10:47 JS, revision 48153

Compile fix

2007-08-18 06:23 KO, revision 48152

Implement GetCountPerPage, and fix a bug where we don't check for the state mask before altering selection state. (Port to 2.8 branch)

2007-08-18 06:23 KO, revision 48151

Implement GetCountPerPage, and fix a bug where we don't check for the state mask before altering selection state.

2007-08-18 05:39 DE, revision 48150

Improve the tracing of the tracking rect manager and mouse movement synthesizer.