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):

2004-02-15 21:38 DS, revision 25828

Extended maximum tooltip length (in non-Unicode comctl32 4.70+ mode) from (MSW limited) 39 chars to 512 chars (customizable).

2004-02-15 19:12 VZ, revision 25827

use correct way to get a pointer to vector elements in DoGetPartialTextExtents()

2004-02-15 18:38 RR, revision 25826

Fix warning.

2004-02-15 18:00 SN, revision 25825

Added accelerator handling for buttons and infrastructure to do the same for other controls (patch 893580).

2004-02-15 17:35 SN, revision 25824

Really fixed separator handling.

2004-02-15 17:33 SN, revision 25823

Fixed separator handling for menus. Extracted common code for handling translation of labels containing accelerators from wxWindows representation to native representation.

2004-02-15 16:56 VZ, revision 25822

removed unused variable

2004-02-15 15:44 VZ, revision 25821

fail WC2MB conversion in wxCSConv if we can't be sure that we don't lose information

2004-02-15 15:43 VZ, revision 25820

added tech note about writing unit tests

2004-02-15 15:43 VZ, revision 25819

added (draft of) a unit test for wxMBConv

2004-02-15 15:31 RR, revision 25818

wxGPE updates to HEAD.

2004-02-15 14:14 SN, revision 25817

Do a configure test whether or not to include -I/usr/local/include in wx-config --c*flags instead of never doing it for gcc.

2004-02-15 14:09 SN, revision 25816

Do _not_ test for strcasecmp on OS/2 (where stricmp is the function to be used).

2004-02-15 13:15 RR, revision 25815

This should work on SuSE and Mandrake icon themes.

2004-02-15 12:57 RR, revision 25814

Slightly less hacky way to get the KDE icon theme name.

2004-02-15 12:55 RR, revision 25813

This allows white space to be in the name of a key (as KDE ini files allow it).

2004-02-15 02:58 VZ, revision 25812

added wrapper header for CppUnit headers

2004-02-15 02:57 VZ, revision 25811

include stdlib.h to get malloc/free decl

2004-02-15 02:14 DE, revision 25810

Bakefile 0.1.3

2004-02-15 00:35 RR, revision 25809

Updates to MIME-types and wxFileDialog code for better native looking image handling.

2004-02-15 00:32 RR, revision 25808

InitAsNeeded no longer inline in the header.

2004-02-15 00:31 RR, revision 25807

Updated exefile and default file icons to newer look.

2004-02-15 00:30 RR, revision 25806

The file dialog needs to be able to read images (mostly PNG).

2004-02-14 23:57 VZ, revision 25805

added ws2_32.lib

2004-02-14 23:19 JS, revision 25804

Now sends an exit command to the app so Quit behaves as it should