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

2006-02-09 20:48 RD, revision 37428

Build UNICODE by default

2006-02-09 20:48 RD, revision 37427

build UNICODE by default

2006-02-09 16:09 RD, revision 37426

Mention BeginDrawing and EndDrawing deprecation.

2006-02-09 16:09 RD, revision 37425

Docstring fix, and a bit of cleanup

2006-02-09 15:45 SC, revision 37424

full keyboard access support

2006-02-09 15:43 RD, revision 37423

Use Bind()

2006-02-09 15:41 RD, revision 37422

Patch #1428290: STCStyleEditor updates

2006-02-09 15:37 RD, revision 37421

Patch #1428181: Sample wxProject.py updated

2006-02-09 15:35 JS, revision 37420

Applied doc patch [ 1426505 ] Failure to call wxWizard.Destroy() causes hang on exit

2006-02-09 15:30 SC, revision 37419

full keyboard access support

2006-02-09 15:28 JS, revision 37418

Applied patch [ 1427626 ] Fix wxFileConfig so that it still works after DeleteAll()

2006-02-09 15:28 SC, revision 37417

interpret XBMs as MSW does

2006-02-09 15:27 SC, revision 37416

support empty also for the null-ref case

2006-02-09 15:26 SC, revision 37415

support themed foreground brushes

2006-02-09 15:25 VZ, revision 37414

undeprecated wxSizerItem::IsShown() undoing last change to wx/sizer.h: turns out we do need this logic in a few places

2006-02-09 15:20 SC, revision 37413

support themed foreground brushes

2006-02-09 15:16 SC, revision 37412

guard against empty ref

2006-02-09 15:09 SC, revision 37411

bring XBM in line with MSW

2006-02-09 15:03 SC, revision 37410

correct tabbing for full keyboard access

2006-02-09 14:58 VZ, revision 37409

set m_encoding in wxCSConv ctor from name

2006-02-09 12:42 JG, revision 37408

Fix drag and drop inside static boxes.

2006-02-09 03:53 VZ, revision 37407

implemented ScrollLines/Pages() for all classes in wxGTK, not just wxTextCtrl (patch 1281503)

2006-02-09 03:45 VZ, revision 37406

don't put the size of the data with the data itself by default (but allow it for compatibility with previous versions) (modified patch 1288868)

2006-02-09 03:14 VZ, revision 37405

documented GetMenus(); corrected GetMaxFiles() return type (patch 1371483)

2006-02-09 03:12 VZ, revision 37404

more standard (although less RFC-conformant) treatment of file: URIs (backport of patch 1415189 from HEAD)