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

2009-04-25 15:16 VZ, revision 60342

define __EVC4__ for eVC 4 compiler to make testing for it easier

2009-04-25 15:10 FM, revision 60341

fix wxASSERT_MSG in PopStatusText: we always need to have at least one string in the stack; explicitely refresh the affected status bar pane in Push/PopStatusText as SetStatusText() optimization to avoid flickering cannot detect the stack manipulation which happened (closes #10733)

2009-04-25 15:08 VZ, revision 60340

set wxUSE_STD_IOSTREAM to 0 for eVC which doesn't provide the standard streams (see #10718)

2009-04-25 15:07 FM, revision 60339

typo fix

2009-04-25 15:04 VZ, revision 60338

eVC4 version of std::string doesn't have clear() neither (see #10718)

2009-04-25 14:59 FM, revision 60337

use wxSTB_ as prefix for wxStatusBar styles; add support for wxSTB_ELLIPSIZE_* flags under wxGTK; support wxSTB_SHOW_TIPS even if no ellipsization mode is active; update the sample to allow the user to choose the wxStatusBar style dynamically

2009-04-25 13:57 VZ, revision 60336

undo the last change as it results in buildbot configuration error

2009-04-25 12:49 FM, revision 60335

allow windows which are placed inside wxStaticBoxes to be built as children of the wxStaticBox itself rather than forcing users to build them as siblings of the static box (closes #9859)

2009-04-25 01:32 VZ, revision 60325

add 2.9.0 branch builds

2009-04-25 01:27 VZ, revision 60324

include <windows.h> instead of <basetsd.h> which is not provided by all compilers [backport of r60261 from trunk]

2009-04-24 23:17 VZ, revision 60322

correction to last commit: Korean and Romanian translations will only be in 2.9.1, not 2.9.0

2009-04-24 23:14 FM, revision 60321

fix push/pop mechanism after r58786; add a few notes about the stack mechanism both in the docs and in the public header (see #10733)

2009-04-24 23:14 VZ, revision 60320

added Korean and Romanian translations

2009-04-24 12:36 CE, revision 60319

update bakefile to 0.2.6

2009-04-24 11:45 CE, revision 60318

build a 2.9.x windows setup file and chm and htb sets of docs

2009-04-24 11:25 CE, revision 60317

update bakefile to 0.2.6

2009-04-24 10:08 CE, revision 60316

changes for bulding daily trunk

2009-04-24 10:07 CE, revision 60315

update where version number needs fixing

2009-04-24 09:58 CE, revision 60314

fix version

2009-04-24 09:40 MW, revision 60313

New dev.

2009-04-24 07:06 RD, revision 60297

Use a hidden window to catch the timer messages instead of a timer proc. This fixes an obscure problem where a new activation context is ignored while in the scope of the timer callback. wxPython needs the activation context to always be active.

2009-04-24 07:03 RD, revision 60296

Use a hidden window to catch the timer messages instead of a timer proc. This fixes an obscure problem where a new activation context is ignored while in the scop of the timer callback. wxPython needs the activation context to always be active.

2009-04-24 07:02 RD, revision 60295

Use a hidden window to catch the timer messages instead of a timer proc. This fixes an obscure problem where a new activation context is ignored while in the scop of the timer callback. wxPython needs the activation context to always be active.

2009-04-24 06:23 RD, revision 60294

Bump subrelease number

2009-04-23 18:07 BP, revision 60293

Branched SOC2009_RIBBON for the ribbon bar Summer of Code project for Peter Cawley.