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 20:42 RR, revision 48202

Added EXPANDING and COLLAPSING events for the user to veto

2007-08-19 20:38 FM, revision 48201

misc changes

2007-08-19 20:34 FM, revision 48200

formatting changes and dynamic_cast => wx_dynamic_cast

2007-08-19 20:33 FM, revision 48199

name changes; removal of wxObjectReaderCodeCallback

2007-08-19 20:27 FM, revision 48198

s/EMPTY_MACROVALUE/wxEMPTY_PARAMETER_VALUE use wxEMPTY_HANDLERS_TABLE macro

2007-08-19 20:24 FM, revision 48197

typo fix

2007-08-19 20:24 FM, revision 48196

added wxEMPTY_HANDLERS_TABLE

2007-08-19 20:21 FM, revision 48195

remove EMPTY_MACROVALUE

2007-08-19 20:21 FM, revision 48194

name changes: wxConstructorBridge => wxObjectAllocatorAndCreator wxDirectConstructorBridge => wxObjectAllocator wxPersister => wxObjectReaderCallback wxDepersister => wxObjectWriterCallback wxRuntimeDepersister => wxObjectRuntimeReaderCallback wxDelegateTypeInfo => wxEventSourceTypeInfo

2007-08-19 20:16 FM, revision 48193

s/EMPTY_MACROVALUE/wxEMPTY_PARAMETER_VALUE

2007-08-19 20:15 FM, revision 48192

s/DECLARE_CLASS/DECLARE_DYNAMIC_CLASS and wxDynamicObject formatting changes

2007-08-19 20:14 FM, revision 48191

s/DECLARE_CLASS/DECLARE_DYNAMIC_CLASS

2007-08-19 20:11 RR, revision 48190

Made wxGTK wxDataViewCtrl compile again

2007-08-19 20:03 FM, revision 48189

fix typo after recent name changes

2007-08-19 20:02 FM, revision 48188

removed docs for wxDECLARE_CLASS, wxIMPLEMENT_CLASS; rather use wxDECLARE_ABSTRACT_CLASS and wxIMPLEMENT_ABSTRACT_CLASS which are more explicit

2007-08-19 20:01 FM, revision 48187

updated for XTI

2007-08-19 19:59 FM, revision 48186

added wxObjectCodeReaderCallback to the sample

2007-08-19 19:22 DE, revision 48184

Fix wxCocoa's wxLaunchDefaultBrowser in the 2.8 branch. Roughly equivalent to trunk 45892 (NOTE: CVS)

2007-08-19 19:05 VZ, revision 48183

fix generation of events from SetValue() broken in rev 46611

2007-08-19 19:03 RR, revision 48182

Bo's patch adding Selection API and some more changes, doesn't compile yet

2007-08-19 16:41 FM, revision 48181

added wxSVGFileDC docs to main chain

2007-08-19 16:35 FM, revision 48180

added missing \wxheading{Parameters}

2007-08-19 16:35 FM, revision 48179

fixed doc wrong position of \wxheading{Library}

2007-08-19 14:24 RR, revision 48178

Forgot a line

2007-08-19 14:16 RR, revision 48177

Added ITEM_EXPANDED and ITEM_COLLAPSED

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.