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)