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-11-22 20:22 BIW, revision 43606

removed some members from wxAuiPaneInfo which should not be on the class interface

2006-11-22 19:54 KO, revision 43605

Avoid crash when trying to access m_window from wxScreenDC.

2006-11-22 19:52 KO, revision 43604

CoreGraphics only supports the wx.COPY logical function.

2006-11-22 17:11 JS, revision 43603

Added setters for print and page data

2006-11-22 16:10 CE, revision 43602

fix broken script with brackets

2006-11-22 15:15 JS, revision 43601

Crash bug fix (don't access NULL pointer)

2006-11-22 15:06 RD, revision 43600

Remove unneeded code in wxWindowDC::DoGetPartialTextExtents

2006-07-25 06:50 ABX, revision 43599

PCH build fix.

2006-07-25 06:48 ABX, revision 43598

Use same type in both results of A?B:C operator (Tinderbox build fix).

2006-07-25 06:43 ABX, revision 43597

Final steps to move to common icon.

2006-07-25 06:07 ABX, revision 43596

PCH build fix.

2006-07-25 01:31 VZ, revision 43595

move default button handling code from wxControlContainer to wxTLW (patch 1524441)

2006-07-25 01:28 VZ, revision 43594

include X11/Xutil.h for wxMotif compilation

2006-07-25 01:05 VZ, revision 43593

compilation fix for platforms where size_t is unsigned long, not int

2006-07-25 00:49 VZ, revision 43592

document HasAlignment(), Left/RightIndent() and Tabs() (patch 1527048)

2006-07-25 00:44 VZ, revision 43591

improvements to wxPickerBase default proportion values (patch 1525578)

2006-07-25 00:33 VZ, revision 43590

handlers added using AddHandler() last must have the highest priority (patch 1522807)

2006-07-25 00:26 VZ, revision 43589

update from suzumizaki (patch 1522506)

2006-07-25 00:23 VZ, revision 43588

update from suzumizaki (patch 1522241)

2006-07-25 00:19 VZ, revision 43587

make wxGetKeyState() work for non-modifier keys; corrected some key mappings (patch 1521490)

2006-07-25 00:16 VZ, revision 43586

wxPathList cleanup by Francesco (patch 1521481)

2006-07-25 00:12 VZ, revision 43585

generate middle click events (backport from HEAD of the patch 1521314)

2006-07-25 00:09 VZ, revision 43584

generate middle click events (patch 1521314)

2006-07-25 00:06 VZ, revision 43583

added wxID_HELP_INDEX/SEARCH (part of request 1404089)

2006-07-25 00:04 VZ, revision 43582

optionally count repeating wxLog messages instead of logging all (patch 1520815)

2006-07-24 23:51 VZ, revision 43581

don't send duplicate set/kill focus events when the text control part of the control gets/loses focus

2006-07-24 23:48 VZ, revision 43580

wxFD_PREVIEW implementation for wxGTK (slightly modified patch 1520690)

2006-07-24 23:16 VZ, revision 43579

allow customization of individual grid lines appearance (patch 1496015)

2006-07-24 18:30 VZ, revision 43578

fixed typos in last check in

2006-07-24 18:26 VZ, revision 43577

protect gs_allThreads with a mutex (modified patch 1518719)

2006-07-24 18:20 VZ, revision 43576

documentation for wxAppTraits (patch 1518295 from Francesco)

2006-10-11 06:44 RD, revision 43575

distrib changes to enable graphics context and add gdiplus.dll

2006-10-11 04:44 RD, revision 43574

reSWIGged

2006-10-11 04:42 RD, revision 43573

helpers and typemaps for new GraphicsContext methods

2006-10-11 04:18 RD, revision 43572

better comments

2006-10-11 04:16 RD, revision 43571

reentrance methods

2006-10-11 04:10 RD, revision 43570

~wxPoint2D

2006-10-11 04:09 RD, revision 43569

Get/Set LayoutDirection

2006-10-11 04:07 RD, revision 43568

Add wxOverlay

2006-11-21 09:27 RR, revision 43567

Add more comments about ref counting and cow to brush, pen, font and region.

2006-11-21 09:04 BIW, revision 43566

removed duplicate pane bug in sample application

2006-11-21 09:02 BIW, revision 43565

readded window ptr check

2006-11-21 08:53 BIW, revision 43564

assert if user tries to add pane with same name

2006-11-21 07:46 BIW, revision 43563

current page bug fix in wxAuiNotebook

2006-11-21 07:16 KO, revision 43562

Turn off spell-checking in the demo log window.

2006-11-21 07:13 KO, revision 43561

Add missing platform guard.

2006-11-21 07:08 KO, revision 43560

Allow spell-checking to be turned off with the MLTE implementation of wxTextCtrl.

2006-11-21 04:05 RD, revision 43559

regenned docs

2006-11-21 04:03 RD, revision 43558

reSWIGged

2006-11-21 03:50 RD, revision 43557

Ensure the old tree item still exists before using it