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-10 18:34 RD, revision 37453

wx.Window.CenterOnScreen has been removed

2006-02-10 18:33 RD, revision 37452

Add wx.Rect.CenterIn

2006-02-10 18:32 RD, revision 37451

Add wx.KeyEvent.GetModifiers

2006-02-10 18:32 RD, revision 37450

GetFromWindow is available everywhere now

2006-02-10 18:31 RD, revision 37449

Add Get/SetBitmapHover

2006-02-10 18:27 RD, revision 37448

use wxRTTI to construct the right class of wxHtmlCell

2006-02-10 18:25 RD, revision 37447

CenterOnScreen is removed in 2.7 so deprecate it here.

2006-02-10 18:24 RD, revision 37446

Add missing constants

2006-02-10 17:53 vell, revision 37445

cleanup - reformatting

2006-02-10 17:40 SC, revision 37444

intel endian fix

2006-02-10 16:17 SC, revision 37443

adding CFM Carbon implementation

2006-02-10 16:10 SC, revision 37442

encapsulating HIView code for OSX only

2006-02-10 15:41 VZ, revision 37441

GTK1 fixes after wxObject-derived classes copy ctors/assignment operators simplifications (patch 1428863)

2006-02-10 11:59 ABX, revision 37440

Use 'wx/' for contrib samples and make wxTinderbox properly rebuilded after commits in core headers.

2006-02-10 11:33 ABX, revision 37439

wxTinderbox build fixes.

2006-02-10 02:30 VZ, revision 37438

GetFromWindow() is not MSW-only any more

2006-02-10 02:29 VZ, revision 37437

generic GetFromWindow() implementation for non-MSW platforms

2006-02-10 00:02 VZ, revision 37436

fixed centering of top level windows on secondary displays (replaces patch 1267173)

2006-02-10 00:01 VZ, revision 37435

added wxRect::CentreIn()

2006-02-09 23:17 VZ, revision 37434

added tests for centering dialogs on screen/parent

2006-02-09 23:09 VZ, revision 37433

put property sheets in their own submenu; resolve accelerators conflict

2006-02-09 22:19 MW, revision 37432

Fix link errors from advdll_taskbar.o on cygwin

2006-02-09 22:00 JS, revision 37431

Added wxUSE_INKEDIT

2006-02-09 20:53 RD, revision 37430

Backport of ROL's change on HEAD

2006-02-09 20:49 RD, revision 37429

backport some toolbar sizing changes from HEAD

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)