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-05-28 14:46 RR, revision 46231

Implemented dataview_model notification event to the ctrl (and then the user).

2007-05-28 13:47 RR, revision 46230

Removed wxDataViewViewColumn since it is redundant.

2007-05-28 04:22 DE, revision 46229

Implement mouse entered, exited, and synthesize move events while the mouse is inside.

2007-05-28 02:31 DE, revision 46228

Include wx/filedlg.h when not WX_PRECOMP.

2007-05-27 04:52 DE, revision 46227

Allow many Objective-C classes to be uniquified at runtime.

2007-05-27 04:28 DE, revision 46226

Add implementation of Objective-C class name uniquifying.

2007-05-26 22:27 RR, revision 46225

Upport latest changes from 2_8 branch (print dialog values settable and clipping)

2007-05-26 22:06 RR, revision 46224

Correct GTK version check

2007-05-26 18:47 PC, revision 46223

restructure fullscreen code dealing with hiding bars

2007-05-26 16:40 SN, revision 46222

Another compilation fix.

2007-05-26 16:03 RR, revision 46221

Mention support for clipping in GNOME print backend.

2007-05-26 16:01 RR, revision 46220

Support clipping in GNOME print backend.

2007-05-26 15:00 VZ, revision 46219

fix typo: s/radion/radio/

2007-05-26 14:15 SN, revision 46218

Added declaration of new method (still to be implemented).

2007-05-26 14:14 SN, revision 46217

Added missing include.

2007-05-26 10:23 VZ, revision 46216

GetMenuCount() returns size_t, not int

2007-05-26 08:09 RR, revision 46215

Compilo.

2007-05-26 05:45 SC, revision 46214

mac complaining about const to non-const cast

2007-05-25 20:29 VS, revision 46213

compilation fix: can't use wxUniCharRef in switch statement

2007-05-25 19:19 RR, revision 46212

Really don't do anything (including not setting the tool's state incorrectly) if pressing on a pressed radio tool in a toolbar.

2007-05-25 19:18 RR, revision 46211

Really do nothing if pressed on an already pressed radio toolbar button tool

2007-05-25 16:51 JS, revision 46210

Fix for previous patch

2007-05-25 13:54 JS, revision 46209

Made toolbar background rebar-like on Vista. Solid grey is OK on XP but jars badly in Vista.

2007-05-25 13:20 VZ, revision 46208

compilation fix for non-PCH build, include wx/wxchar.h

2007-05-25 12:20 VS, revision 46207

implemented wxActivateEvent and restoring focus after a TLW that owned it was destroyed