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

2008-01-24 09:34 VZ, revision 51355

generate focus and kill focus events for wxTextCtrl at wxWindow level instead of doing it in wxTextCtrl itself and specifically disabling focus event generation for text controls in wxWindow

2008-01-23 23:32 VZ, revision 51354

compilation fix after r51188: only define operator<<() overloads for wxLongLong_t for VC6, next VC versions (and presumably all other compilers as we hadn't had problems with them before) define them in their standard library already

2008-01-23 23:30 VZ, revision 51353

define __VISUALCn__ for n=5,6,7,8,9 and not only 8; also document these symbols

2008-01-23 23:03 VZ, revision 51352

no real changes, just use HandleWindowEvent() instead of GetEventHandler()->SafelyProcessEvent() in the last change

2008-01-23 22:51 VS, revision 51351

use _vc8 suffix for VS2005 projects for consistency

2008-01-23 22:31 VS, revision 51350

catch exceptions when sending menu events

2008-01-23 20:48 RR, revision 51349

remove wxT()

2008-01-23 16:22 MW, revision 51348

Move the mac stable branch build onto an x86 machine, as it was on an ia64 machine by mistake which doesn't have the mac compiler in the path.

2008-01-23 13:03 JS, revision 51347

ABI compatibility

2008-01-23 12:13 VS, revision 51346

regenerated makefiles with bkl-0.2.3

2008-01-23 12:04 VS, revision 51345

updated bakefiles to take advantage of Bakefile 0.2.3 (now required)

2008-01-23 07:53 BP, revision 51340

Reverted wxAuiFloatingFrame dtor crash fix (r51324) in favor of wxWeakRef implementation, thanks Robert.

2008-01-23 07:29 JS, revision 51339

Splittree header commit

2008-01-22 19:31 VZ, revision 51338

remove the unnecessary non-const GetPage() overload

2008-01-22 14:02 SC, revision 51337

fixing 1877182

2008-01-22 13:59 SC, revision 51336

fixing 1877182

2008-01-22 13:33 VS, revision 51335

ignore Visual Studio per-user/machine settings files

2008-01-22 13:31 VS, revision 51334

updated include/wx/meta/* files list

2008-01-22 11:29 VS, revision 51330

fixed wxVector<T> to work with non-POD types again; added optimization to keep using (much faster) realloc with types that are movable

2008-01-22 10:20 VS, revision 51329

use xdg-open in wxLaunchDefaultBrowser() on Unix if available

2008-01-22 10:19 VS, revision 51328

use xdg-open in wxLaunchDefaultBrowser() on Unix if available

2008-01-22 08:23 JS, revision 51326

Added event handler macro

2008-01-22 08:23 JS, revision 51325

Added event handler macro

2008-01-22 08:20 BP, revision 51324

Fixed a rare wxAuiFloatingFrame dtor crash on MSW using a registration mechanism in wxAuiManager.

2008-01-21 22:34 VZ, revision 51323

temporary fix for shared build linking problems after the last change