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

2013-06-13 16:12 SC, revision 74237

fixing correct delete key

2013-06-13 16:09 SC, revision 74236

fixes to pass tests

2013-06-13 16:06 SC, revision 74235

reusing existing API

2013-06-13 16:04 SC, revision 74234

reusing existing API

2013-06-13 15:58 VZ, revision 74233

Remove the unused code instead of commenting it out. Just clean up the fixes of r74197.

2013-06-13 15:57 VZ, revision 74232

Check wxListCtrl::GetItemRect() origin in the unit tests. Verify that the top item is _not_ at (0, 0) when the header is present in the control, as the control client coordinates should not take the header into account. This test passes when using wxGenericListCtrl since r74197, add it to ensure that it doesn't get broken again later.

2013-06-13 15:57 VZ, revision 74231

Use two step creation of wxListHeaderWindow to avoid reentrancy under OSX. This improves the solution of the problem already solved in r74197 by separating setting of m_headerWin variable from the window creation instead of using an explicit recursion check.

2013-06-13 09:26 RD, revision 74228

Add some missing wxGraphicsContext methods

2013-06-13 09:26 RD, revision 74227

Add doc for wxGraphicsContext.Create(), which is a lightweight context with no target, and which can be used for measuring text, etc.

2013-06-13 02:42 SC, revision 74198

make methods available to all ports

2013-06-13 02:38 SC, revision 74197

fixing reentrancy which happened in tests, bringing client coordinates origins in synch

2013-06-13 02:19 SC, revision 74196

slight adaption, shorter max wait

2013-06-13 02:15 SC, revision 74195

wait for the frame window to be really done on OSX before starting

2013-06-13 02:11 SC, revision 74194

using Destroy, as otherwise the remnants get into the way for some other tests

2013-06-13 02:08 SC, revision 74193

adding exceptions for OSX

2013-06-13 01:48 SC, revision 74192

adding missing include

2013-06-13 00:04 SC, revision 74191

supporting max len event

2013-06-12 23:30 SC, revision 74190

osx needs a refocus

2013-06-12 23:23 SC, revision 74189

quite ugly workaround, but even the engineers at WWDC couldn't give me a better alternative, fixes #14968

2013-06-12 23:18 SC, revision 74188

guarding open combo box against AppDefined NSEvents issued by wxEventLoop::WakeUp, fixes 15115

2013-06-12 22:45 SC, revision 74187

guarding open combo box against AppDefined NSEvents issued by wxEventLoop::WakeUp, fixes #15115

2013-06-12 22:44 SC, revision 74186

guarding open combo box against AppDefined NSEvents issued by wxEventLoop::WakeUp, fixes #15115

2013-06-12 22:41 SC, revision 74185

exposing useful typedefs

2013-06-12 20:52 SC, revision 74184

adding check for invalid date

2013-06-12 19:55 SC, revision 74183

as the native control doesn't check the min max values, we do it ourselves