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-10-29 09:41 SC, revision 42606

moving context methods

2006-10-29 07:37 MW, revision 42605

Fixes for semicolons, commas and wxSTRING_MAXLEN from Wlodek Szafran.

2006-10-29 05:29 KO, revision 42604

Added wxDC::GetAsBitmap, and implemented wxWindowDC::DoGetAsBitmap on OS X, in order to restore the ability to blit the contents of those DCs.

2006-10-29 03:05 RD, revision 42603

SetTextColour is gone

2006-10-29 03:03 RD, revision 42602

reSWIGged

2006-10-29 03:00 RD, revision 42601

Add wxPyTabArt

2006-10-29 02:59 RD, revision 42600

wxGraphicsMatrix and wxGraphicsPath are ref-counted now, use references instead of pointers. Other changes to get up to date.

2006-10-29 02:53 RD, revision 42599

wxGridCellBoolEditor::UseStringValues

2006-10-29 02:50 RD, revision 42598

Add wxPyTabArt

2006-10-29 02:33 RD, revision 42597

update the Cairo version to match recent changes in the others

2006-10-29 02:28 RD, revision 42596

Add missing wxNullGraphicsPath

2006-10-29 02:26 RD, revision 42595

Add export macros

2006-10-29 01:05 VZ, revision 42594

added NZST and NZDT time zones (request 617912)

2006-10-28 22:19 RR, revision 42593

Mention the Unix printing overview in the general printing overview.

2006-10-28 22:07 RR, revision 42592

Correct background colour in ComboCtrl (from Jaako).

2006-10-28 21:57 RR, revision 42591

Launch the browser that is set in the gconf registry. Don't blindly add "http://" to URL as this will not work with local file paths (obviously).

2006-10-28 21:54 RD, revision 42590

Moved version number to 2.7.2.0 and rebaked

2006-10-28 20:46 VZ, revision 42589

remove unneeded WXDLLEXPORTs for the classes only used inside the implementation and so not needing to be exported

2006-10-28 18:27 BIW, revision 42588

fixed some compiler warnings in wxaui

2006-10-28 18:21 BIW, revision 42587

wxaui multi-book prep work for left/right buttons on tab bar

2006-10-28 17:15 VZ, revision 42586

avoid gcc warnings about missing braces in an aggregate initializer by not using a union in ToLongTestData

2006-10-28 17:13 VZ, revision 42585

check for strtoull() or wcstoull()

2006-10-28 17:04 VZ, revision 42584

fix gcc compilation warning

2006-10-28 16:55 KO, revision 42583

For whatever reason, font-size 9 is now hardly readable on Mac. Using default font size on that platform for now.

2006-10-28 16:53 SC, revision 42582

missing methods

2006-10-28 16:46 VZ, revision 42581

added wxString::ToLongLong() and ToULongLong() (feature request 1290937)

2006-10-28 16:39 VZ, revision 42580

no changes, just a typo in comment

2006-10-28 15:42 VZ, revision 42579

also reset errno iin ToDouble()

2006-10-28 15:41 VZ, revision 42578

reset errno before testing it

2006-10-28 15:24 VZ, revision 42577

extracted common code of ToLong and ToULong in a separate template helper

2006-10-28 15:20 BIW, revision 42576

wxaui multi-notebook now uses a tab art provider which allows for dynamically switchable notebook themes

2006-10-28 15:16 VS, revision 42575

removed unused GetScrollbarArrowSize() version

2006-10-28 15:01 VZ, revision 42574

deTABified

2006-10-28 14:58 VZ, revision 42573

check for under/overflow in ToLong/ULong/Double() as well

2006-10-28 14:41 SC, revision 42572

matrix and path to ref counting

2006-10-28 14:16 VZ, revision 42571

Alloc() doesn't clear the array any more, for consistency with reserve()

2006-10-28 14:11 VZ, revision 42570

no real changes, just renamed the header guard to standard form and removed unneeded casts

2006-10-28 14:06 VZ, revision 42569

deprecate wxSTRING_MAXLEN in favour of wxString::npos

2006-10-28 14:03 VZ, revision 42568

added missing dlldecl for wxFSHandlerHash

2006-10-28 13:57 VZ, revision 42567

allow customizing the string values returned by wxGridCellBoolEditor::GetValue() (feature request 1557790)

2006-10-28 13:46 SC, revision 42566

moving path and matrix to refcounting as well, switching filling rule default to odd-even as dc.h does

2006-10-28 13:46 VZ, revision 42565

don't use unneeded logBuf member variable; show the changed cell value in OnCellValueChanged()

2006-10-28 11:53 MW, revision 42564

Another fix for the pch bug test.

2006-10-28 11:07 MW, revision 42563

Another fix for the pch bug test.

2006-10-28 10:49 JS, revision 42562

Documented wxRichTextBuffer printing

2006-10-28 10:48 JS, revision 42561

Avoid missing ref

2006-10-28 10:31 MW, revision 42560

Fix bugs in check for gcc's precompiled header bug.

2006-10-28 09:29 JS, revision 42559

Corrected a clearing bug

2006-10-28 09:17 MW, revision 42558

Compile fix for VC++ 5 and 6.

2006-10-28 03:01 RD, revision 42557

reSWIGged