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 20:23 VS, revision 42656

added SUB/SUP tags to the list of supported ones

2006-10-29 20:17 VZ, revision 42655

CW8.3+ has ssize_t (patch 1492413)

2006-10-29 20:15 RR, revision 42654

Let wxMiniFrame have the same default flags under wxGTK as under wxMSW, notably no close box by default.

2006-10-29 20:13 RR, revision 42653

Remove left-over code.

2006-10-29 20:12 RR, revision 42652

Clarify docs about wxSizer::SetSizeHints().

2006-10-29 20:06 MW, revision 42651

Make wxBackingFile internal, and remove wxZipFSHander, add a typedef to wxArchiveFSHandler for compatibilty.

2006-10-29 19:53 VZ, revision 42650

some people disliked the asterisks in wxDebugReport dialog, removed (patch 1491869)

2006-10-29 19:43 SC, revision 42649

subrect blit

2006-10-29 19:26 RR, revision 42648

Use SetSizeHints() for wxTLW.

2006-10-29 19:19 SN, revision 42647

Add method declaration needed for wxGTK.

2006-10-29 19:17 RR, revision 42646

Make wxWindow::SetSizeHints() do nothing. Make wxTLW::SetSizeHints() set the various m_minWidth etc. fields. Override SetSizeHints() in wxGTK to call the relevant gtk funcion only there and not in every resize. Make GetMinWidth() etc. non-virtual.

2006-10-29 19:12 VZ, revision 42645

added wxTB_RIGHT style for right-aligned toolbars (slightly modified patch 1567469)

2006-10-29 18:58 VZ, revision 42644

added TGA handler (somewhat modified patch 1393912)

2006-10-29 18:44 VS, revision 42643

compilation fix

2006-10-29 18:10 RR, revision 42642

Added simplistic test for nested sizer (in panel).

2006-10-29 18:09 RR, revision 42641

Forgot one wxCoordRound

2006-10-29 18:09 VZ, revision 42640

don't set translation credits if they're empty (part of patch 1586730)

2006-10-29 18:08 RR, revision 42639

wxRound

2006-10-29 18:07 RR, revision 42638

wxCoordRound() -> wxRound()

2006-10-29 18:05 VZ, revision 42637

correct EnsureFileAccessible() docs broken by previous change (part of patch 1586730)

2006-10-29 18:04 VZ, revision 42636

don't call gtk_image_set_from_pixbuf() if no animation (part of patch 1586730)

2006-10-29 18:04 VZ, revision 42635

commented out/unused code removed; use wxAboutDialog (part of patch 1586730)

2006-10-29 18:03 VZ, revision 42634

handle errors returned by wxAnimateCtrl::Play() (part of patch 1586730)

2006-10-29 17:59 SN, revision 42633

Corrected includes for wxGTK under OS/2.

2006-10-29 17:59 VZ, revision 42632

don't use Unicode filenames under Win9x, even with MSLU (heavily modified patch 1585672)

2006-10-29 17:55 RR, revision 42631

wxCoordRound -> wxRound.

2006-10-29 17:50 RR, revision 42630

Use wxRound instead of wxCoordRound

2006-10-29 17:37 SC, revision 42629

flushing is not done anymore in closing the context, but we need it here - there's still an offset bug however ...

2006-10-29 17:32 JS, revision 42628

Merge extra documents with main doc archives to help reduce user confusion/fatigue. Rename doc archive names to something more readable. .zip should be lower case.

2006-10-29 17:29 JS, revision 42627

Applied patch [ 1583316 ] set media source for printing by d2walter

2006-10-29 17:13 MW, revision 42626

Remove extra newline.

2006-10-29 17:11 MW, revision 42625

Mention GetC and wxFileSystem in incompatible changes.

2006-10-29 17:01 JS, revision 42624

Applied patch 1586499: wxCoordRound function Centralises rounding and adds nearest-value rounding to prntbase.cpp. by Robert J. Lang

2006-10-29 17:00 MW, revision 42623

Change GetC to return an int so that it can return wxEOF on error.

2006-10-29 16:48 JS, revision 42622

Borland fix.

2006-10-29 16:47 MW, revision 42621

Rename wxSTREAM_FILEEXTENSION to wxSTREAM_FILEEXT.

2006-10-29 15:51 VZ, revision 42620

deal correctly with vsnprintf() implementations which always NUL-terminate the buffer, even if there is not enough space (recent glibc ones do it like this)

2006-10-29 15:12 MBN, revision 42619

Updated PO files. Translated some of the missing Italian strings.

2006-10-29 14:53 RR, revision 42618

More simplistic test for setting size and max size after creation.

2006-10-29 14:25 RR, revision 42617

Test SetSizeHints() for wxFrame (does nothing under wxMSW).

2006-10-29 13:56 VZ, revision 42616

use just HAVE_FSYNC as wxFsync() guard, it is now defined if wxFsync() is

2006-10-29 13:55 VZ, revision 42615

use wxPOSIX_IDENT() for consistent handling of underscores in POSIX functions names in Windows compilers standard headers; this should hopefully fix the compilation for older Borland versions without breaking it for anything else; also define wxFsync() for Borland and DMC as they seem to have _commit() too (subject to version checks...), only Watcom seems to lack it

2006-10-29 12:56 MW, revision 42614

Document filter streams take owner ship when created with a pointer, new feature of the archive factories and new filter factories.

2006-10-29 11:07 SC, revision 42613

blit implemented using dc.GetAsBitmap with subrect

2006-10-29 10:46 SC, revision 42612

GetAsBitmap with subrect

2006-10-29 10:42 SC, revision 42611

apply complete transforms (scroll window PrepareDC was not functioning properly)

2006-10-29 10:41 SC, revision 42610

forgotten commit for having native affine matrix ops

2006-10-29 10:39 SC, revision 42609

extend GetAsBitmap with an optional subrect

2006-10-29 09:49 SC, revision 42608

using native tranforms for everything

2006-10-29 09:44 SC, revision 42607

switch having an affine transform even when there is no native context around

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