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