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-18 05:05 DE, revision 48149

Change kCFRunLoopBeforeWaiting to kCFRunLoopExit when setting up the run loop observer for synthesized mouse moved events and add a lengthy comment explaining the reason for the change. Copyright 2007 Software 2000 Ltd.

2007-08-18 03:33 BY, revision 48147

Make resort happen when valuechanged signal emitted. And add modified by field, hehe!

2007-08-17 18:11 DE, revision 48146

Keep the stock cursors in an array so that constructing a cursor with a stock cursor ID will effectively result in a copy sharing the same ref data.

2007-08-17 17:42 JS, revision 48145

Added necessary headers for Windows

2007-08-17 10:53 RR, revision 48144

typo

2007-08-17 10:50 RR, revision 48143

typo

2007-08-17 08:57 CE, revision 48142

fix missing contrib in 2.8

2007-08-16 21:12 VZ, revision 48141

added a tech note explaining how to write a new XRC handler

2007-08-16 21:10 VZ, revision 48140

add XRC handler for wxSearchCtrl (extended patch 1751516)

2007-08-16 20:53 RR, revision 48139

removed Set/GetSortAscending from wxDataViewModel and move into wxDataViewCtrl

2007-08-16 19:25 JS, revision 48138

Implemented Firefox-like behaviour whereby clicking again on a tab focuses the tab, but otherwise the focus goes to the page itself.

2007-08-16 19:25 JS, revision 48137

Implemented Firefox-like behaviour whereby clicking again on a tab focuses the tab, but otherwise the focus goes to the page itself.

2007-08-16 19:05 JS, revision 48136

Mac fix

2007-08-16 19:04 JS, revision 48135

wxMac doesn't like wxAND_REVERSE

2007-08-16 18:31 RR, revision 48134

compile with GTK < 2.8

2007-08-16 17:58 DE, revision 48133

Merged 48131 from trunk: Use one run-loop observer for all synthesis of mouse moved events instead of a separate observer for each view. Actually check the last mouse position and don't send synthesized events if the mouse hasn't moved.

2007-08-16 17:46 JS, revision 48132

Compile fix

2007-08-16 17:44 DE, revision 48131

Use one run-loop observer for all synthesis of mouse moved events instead of a separate observer for each view. Actually check the last mouse position and don't send synthesized events if the mouse hasn't moved.

2007-08-16 16:33 JS, revision 48130

Added GTK+ headers

2007-08-16 16:19 JS, revision 48129

Added AdvanceSelection, ShowWindowMenu and keyboard handling

2007-08-16 16:12 JS, revision 48128

Added AdvanceSelection, ShowWindowMenu and keyboard handling

2007-08-16 14:41 JS, revision 48127

Removed double border style

2007-08-16 14:03 JS, revision 48126

Added missing argument

2007-08-16 12:15 JS, revision 48125

Added DrawFocusRect to wxRenderer

2007-08-15 21:27 VZ, revision 48122

fixed TeX error introduced in rev 48093 (sorry)

2007-08-15 21:01 VZ, revision 48121

relinquish the mouse capture when a dialog is about to be made modal to ensure that the mouse can be used in it (patch 1754648)

2007-08-15 20:31 VZ, revision 48120

make wxChoice and wxListBox inherit from wxControlWithItems and not wxControl for all ports

2007-08-15 20:30 JS, revision 48119

Bring back double border

2007-08-15 20:29 JS, revision 48118

Removed double border style

2007-08-15 20:23 VZ, revision 48117

added ReadType convenience functions (patch 1764160)

2007-08-15 20:17 VZ, revision 48116

include wx/msw/winundef.g instead of writing just a subset of #undefs in wx/defs.h itself (patch 1774707)

2007-08-15 18:38 VZ, revision 48115

uncomment the change which was meant to be committed the last time

2007-08-15 17:58 DE, revision 48114

Use the new wxUSE_ABI_INCOMPATIBLE_FEATURES to enable enhancements for wxCocoa builds.

2007-08-15 17:43 DE, revision 48113

Add a new wxUSE_ABI_INCOMPATIBLE_FEATURES and corresponding --enable-abi-incompatible-features which defaults to the opposite of --enable-shared.

2007-08-15 17:17 DE, revision 48112

Merged modified 47462 (VZ) from trunk: allow using dashes in the names of --enable/with options used with WX_ARG_XXX macros This has the side effect of using wx_cv_use_ in preference to ac_cv_use_. I did not include changes related to how --enable-all-features works.

2007-08-15 17:09 DE, revision 48111

Regenerate configure to incorporate the proper CFLAGS/CXXFLAGS -g test that doesn't blow away the existing flags.

2007-08-15 17:08 DE, revision 48110

Update the wxAutohacks libs.m4 with some of the changes from newer autoconf (this will make generated configure at least match what is currently in the tree).

2007-08-15 16:31 DE, revision 48109

Clean autoconf_inc.m4 of references to now-deleted contribs like animate and propgrid.

2007-08-15 16:24 DE, revision 48108

Regenerate all of the Makefile.in files with Bakefile 0.2.2. * Minor whitespace changes in WINDRES commands * Updates version to 2.8.4 from 2.8.2. * Other minor generation differences.

2007-08-15 16:12 DE, revision 48107

Merged 48106 from trunk: Add support for uniquifying to all wxCocoa Objective-C classes. Patch from Mark Taylor. Copyright 2007 Software 2000 Ltd.

2007-08-15 16:10 DE, revision 48106

Add support for uniquifying to all wxCocoa Objective-C classes. Patch from Mark Taylor. Copyright 2007 Software 2000 Ltd.

2007-08-15 16:00 JS, revision 48105

Regenerated makefiles

2007-08-15 15:56 JS, revision 48104

Regenerated makefiles

2007-08-15 15:28 VS, revision 48103

removed outdated comment

2007-08-15 13:30 VZ, revision 48102

use correct WXDLLIMPEXP macro for friend declaration

2007-08-15 13:27 VZ, revision 48101

corrected the 'Derived from' sections using the script from the patch 1765640

2007-08-15 13:23 VZ, revision 48100

added a script to automaitcally fix 'Derived from' doc sections; updated the 'Library' sections script to be able to run it on files already having these functions (patch 1765640)

2007-08-15 13:19 VZ, revision 48099

use ES_RIGHT|ES_NUMBER styles for the buddy control as it's used for numeric entry (modified patch 1767478)

2007-08-15 13:13 VZ, revision 48098

don't enable previously checked button in a radio group (patch 1767481)

2007-08-15 13:09 VZ, revision 48097

don't assert when ExpandAll() is called on hidden root item (fixes 1765566, replaces patch 1768282)