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-12-01 15:55 VZ, revision 50401

removed the menu item which could be used to remove the icon and leave the user without any way to interact with the application (nor quit it)

2007-12-01 15:39 VZ, revision 50400

use correct text format depending on build in XTYP_EXECUTE transactions

2007-12-01 15:14 VZ, revision 50399

test for wxUSE_UNICODE_UTF8 in wxUTF8Buf definition was reversed, correct it

2007-12-01 13:26 VZ, revision 50398

compilation fix after argv changes (move initialization from OnInitGui() to Initialize() where the original command line arguments are accessible)

2007-12-01 12:03 RR, revision 50397

compilation fix and fewer warnings

2007-12-01 05:27 SC, revision 50395

fixing define

2007-12-01 05:21 SC, revision 50394

font updates

2007-11-30 23:24 RR, revision 50391

compilation

2007-11-30 23:12 RR, revision 50390

compilation

2007-11-30 23:03 RR, revision 50389

forgot to commit

2007-11-30 21:17 VZ, revision 50388

compilation fix after removing default wxDC ctor

2007-11-30 21:11 VZ, revision 50387

free wxDCFactory::m_factory; also renamed SetDCFactory() to just Set()

2007-11-30 20:56 VZ, revision 50385

remove default wxDC ctor to make it impossible to construct DCs without the associated wxDCImpl (this breaks compilation of classes such as wxMirrorDC instead of crashing at run-time); fixed wxMirrorDC compilation after breaking it; renamed wxDCFactory::GetFactory() to just Get(), no need to be repetitive

2007-11-30 20:52 SC, revision 50384

atsu for textctrl

2007-11-30 20:51 SC, revision 50383

using common code

2007-11-30 20:50 SC, revision 50382

using common code

2007-11-30 20:49 SC, revision 50380

textctrl always needs ATSU...

2007-11-30 20:25 VZ, revision 50378

mention wxDC change (more details would be welcome)

2007-11-30 20:16 VZ, revision 50377

last commit resolved the conflict incorrectly, undoing it

2007-11-30 20:08 RR, revision 50376

remove checks for new dc code

2007-11-30 20:07 VZ, revision 50375

move IMPLEMENT_CLASS macros for wxBuffered[Paint]DC to dcbufcmn.cpp to ensure that they're available in wxUSE_NEW_DC build too (and because they have nothing to do in dcbase.cpp anyhow)

2007-11-30 20:00 RR, revision 50374

remove test for new dc

2007-11-30 19:59 RR, revision 50373

Compile with printarch off

2007-11-30 19:45 RD, revision 50369

Use ?= assignment operator for WX_UNICODE so it can be overridden from the environment

2007-11-30 18:16 RR, revision 50368

Remove old wxDCBase class, restore IMPLEMENT_CLASS macros for buffered dc classes