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-09 15:53 SC, revision 41806

making pens behave as on other platforms when scaling

2006-10-09 15:51 SC, revision 41805

set anti-aliasing ON by default

2006-10-09 15:50 VZ, revision 41804

fix DoSetSelection(): it did nothing when there was no old selection

2006-10-09 15:15 JS, revision 41803

Removed dependence on wxClientDC and blitting from a window, for compatibility with Mac OS X in Core Graphics mode.

2006-10-09 14:37 ABX, revision 41802

Use wxBookCtrl wrapper rather than wxNotebook in common code for native book (Smartphone fix).

2006-10-09 14:28 ABX, revision 41801

Use CreateButtonSizer in wxAboutBox() to make OK button look native.

2006-10-09 13:23 ABX, revision 41800

WinCE build fix.

2006-10-09 12:56 ABX, revision 41799

WinCE build fix.

2006-10-09 12:10 VZ, revision 41798

use native toolbar, font dialog and CG by default

2006-10-09 12:10 VZ, revision 41797

change UpdateSelection() parameter type to int from size_t; also replaced remaining -1s with wxNOT_FOUND

2006-10-09 12:08 VZ, revision 41796

document IsEmpty()

2006-10-09 10:26 ABX, revision 41795

Warnings, build errors, headers, licence, prefered api and non-PCH support cleaning of fresh richtext code.

2006-10-09 10:21 CE, revision 41794

case sensitive bug

2006-10-09 09:32 ABX, revision 41793

Build fix.

2006-10-09 09:01 ABX, revision 41792

Ok()->IsOk() replacement.

2006-10-09 08:23 ABX, revision 41791

Updated makefiles.

2006-10-09 08:11 ABX, revision 41790

Warning fixes.

2006-10-09 07:52 ABX, revision 41789

Updated makefiles.

2006-10-09 07:41 JS, revision 41788

Don't use toolbook for formatting dialog until we have icons Select first page

2006-10-09 07:37 PC, revision 41787

warning fixes/minor cleanup

2006-10-09 07:36 PC, revision 41786

non-pch build fixes

2006-10-09 07:35 PC, revision 41785

build fixes for WXWIN_COMPATIBILITY_2_6=0

2006-10-09 07:15 ABX, revision 41784

Warning fixes in 'todo' part just to make build log more readable.

2006-10-09 07:09 MR, revision 41783

Fix wxOS2 compilation, as reported by Lauri Nurmi. Hopefully no other ports are similarly affected from the constification changes to wxBitmap..

2006-10-09 06:30 ABX, revision 41782

Updated setup for univ build.

2006-10-09 05:14 PC, revision 41781

remove unused stuff

2006-10-09 05:12 PC, revision 41780

test wxLC_SINGLE_SEL flag properly

2006-10-09 05:12 PC, revision 41779

non-pch build fix

2006-10-09 05:12 PC, revision 41778

fix width/height typo in DoSetClientSize, remove unused stuff

2006-10-09 02:38 RD, revision 41777

new changes

2006-10-09 02:38 RD, revision 41776

Varous changes and tweaks to match some of Julian's new code

2006-10-09 02:37 RD, revision 41775

IsEmpty, ChangeValue, etc.

2006-10-09 02:36 RD, revision 41774

Add IsOk's

2006-10-09 02:35 RD, revision 41773

make sure the cleanup happens

2006-10-09 02:34 RD, revision 41772

install bitmaps/*.ico files too

2006-10-09 02:34 RD, revision 41771

update to latest from Andrea

2006-10-09 02:32 RD, revision 41770

default ID value

2006-10-09 02:24 RD, revision 41769

Version number bump

2006-10-09 02:23 RD, revision 41768

Add CustomTreeCtrl from Andrea Gavana

2006-10-09 01:20 RD, revision 41767

Bumping the version number also requires that version.h be modified, and also rebaking the makeifles.

2006-10-08 23:53 VZ, revision 41766

define ChangeSelection() (fixes wxMotif build)

2006-10-08 23:45 VZ, revision 41765

another Ok() changed to IsOk()

2006-10-08 23:41 VZ, revision 41764

added SendPageChanging/ChangedEvent() functions; fixed wxCocoa build broken by wxNotebook::ChangePage() change

2006-10-08 23:36 SN, revision 41763

Backported compilation fix from 1.396.

2006-10-08 23:16 VZ, revision 41762

restored sending events from Replace/Remove/Write/AppendText() methods

2006-10-08 23:15 VZ, revision 41761

fix format mismatch warnings

2006-10-08 23:14 VZ, revision 41760

need to include wx/imaglist.h even when using PCH

2006-10-08 23:14 VZ, revision 41759

don't define g_UnicodeSubsetTable in non-Unicode build (fixes gcc warning)

2006-10-08 23:07 VZ, revision 41758

removed default argument in the function definition

2006-10-08 22:47 VZ, revision 41757

set focus to the Ok button initially