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

2010-05-20 19:58 SC, revision 64360

support compiling for iphone

2010-05-20 19:56 SC, revision 64359

adding all iphone files

2010-05-20 19:33 VZ, revision 64358

Fix wxScrollHelperEvtHandler broken by recent changes to event processing. Use ProcessEventLocally() added in r64261 (which was probably the one to break this) to forward event to the window itself instead of ProcessEvent() in wxScrollHelperEvtHandler::ProcessEvent() implementation. Calling ProcessEvent() didn't work any more in a case when another event handler was pushed on a wxScrolledWindow: in this case the EVT_SIZE and EVT_PAINT handlers defined in the window itself were not called at all any more. Add a unit test checking for the even more tortuous than usual event processing path in this particular case.

2010-05-20 18:36 SC, revision 64357

adding support for iphone

2010-05-20 18:22 JTN, revision 64356

wxBitmap implementation (QPixmap). Missing masks, palettes and bitmaps depths.

2010-05-20 14:39 SC, revision 64355

fixing copy paste error

2010-05-20 14:06 SC, revision 64354

adapting to new API

2010-05-20 08:09 SC, revision 64353

utils_osx isn't part of base but of core, moving wxMacWakeUp to a file that really is in base

2010-05-19 23:03 VZ, revision 64352

Document that wxWindow::FindWindowByXXX() functions may return NULL. This seems obvious but apparently isn't completely so to everybody. Closes #12074.

2010-05-19 21:16 SJL, revision 64351

In wxUIActionSimulator::Char send a key down event first, then key up. Also set end of line style to native.

2010-05-19 20:42 SJL, revision 64350

Update documentation now the wxUIActionSimulator X11 implementation takes a wxKeyCode.

2010-05-19 15:39 SC, revision 64349

not needed anymore

2010-05-19 15:38 SC, revision 64348

moving wxMacWakeUp outside COCOA_CARBON clause, fixes #12068

2010-05-19 14:36 VZ, revision 64347

Document wxHTTP::SetPostBuffer(). Closes #12040.

2010-05-19 14:36 VZ, revision 64346

No changes, just add a comment. There is no need to reproduce wxBase64Encode() in wxHTTP code, should just use the existing function instead.

2010-05-19 14:36 VZ, revision 64345

Document wxHTTP::Connect(wxSockAddress) overload. See #12040.

2010-05-19 10:27 SC, revision 64344

splitting methods

2010-05-19 10:26 SC, revision 64343

common wxMacWakeUp code across all platforms

2010-05-19 10:25 SC, revision 64342
  • R /wxWidgets/trunk/src/osx/core/evtloop_cf.cpp

common wxMacWakeUp code across all platforms

2010-05-19 09:25 SC, revision 64341

adding methoddefs

2010-05-19 09:24 SC, revision 64340

set default resolutions in case of errors

2010-05-19 09:23 SC, revision 64339

using wx dynamic cast

2010-05-19 09:21 SC, revision 64338

removing unused var

2010-05-19 09:18 SC, revision 64337

missing commit, fixes #12067

2010-05-18 21:13 JTN, revision 64336

wxBrush implementation (QBrush)