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

2005-02-19 14:07 MBN, revision 32178

Updated but not completed Italian translation. Translated all non-error strings.

2005-02-19 14:00 VZ, revision 32177

update from Jonas Rydberg (patch 1143491)

2005-02-19 13:58 SN, revision 32176

Bugfixes for OS/2.

2005-02-19 13:51 VZ, revision 32175

changed wx version to 2.5.4

2005-02-19 13:49 VZ, revision 32174

update from Jaakko Salli (patch 1123796)

2005-02-19 13:47 VZ, revision 32173

define wxList::compatibility_iterator for forward compatibility with 2.5 (patch 1078566)

2005-02-19 13:45 VZ, revision 32172

1. undid the "simplification" of patch 1096066 which resulted in a crash (see this patch discussion) 2. check that all views agree to close before starting to delete them 3. commented the code so that the next poor soul looking at it will know that deleting a view can delete the document which deletes -- surely wasn't obvious to me...

2005-02-19 13:17 VZ, revision 32171

update (recoded to UTF-8) from liouxiao@hotmail.com

2005-02-19 08:27 DE, revision 32170

include wx/setup.h and check to make sure it's not the configure created setup.h before doing anything specific for Metrowerks.

2005-02-19 08:16 DE, revision 32169

Check for xlC and add -qunique to CXXFLAGS if we're using it.

2005-02-19 07:14 DE, revision 32168

Check to see if -ext o option is required to get compiler to write foo.o instead of foo.c.o or foo.cc.o. (MetroWerks)

2005-02-19 06:58 DE, revision 32167

When host is OS X (PowerPC Darwin) check if compiler defines __POWERPC__ before defining it in setup.h and if -D__CF_USE_FRAMEWORK_INCLUDES__ is required for CoreFoundation headers (MW).

2005-02-19 06:10 KH, revision 32166

ENTER and LEAVE mouse events for multi-line text controls on GTK2, from Mart R. - Closes bug 1015324.

2005-02-19 05:29 SC, revision 32165

corrected bitmap mask -> Image conversion

2005-02-19 04:22 DE, revision 32164

Use plain extern instead of extern "C" for vsnprintf declaration when not compiling as C++.

2005-02-19 04:04 KH, revision 32163

Added newline at the end, eliminates gcc warning

2005-02-19 03:56 DE, revision 32162

Rebaked with Bakefile 0.1.7.

2005-02-19 02:57 KH, revision 32161

Sample update - wxTE_AUTO_URL from Mart R. [patch 1126182]

2005-02-19 02:56 KH, revision 32160

Documentation - wxTE_AUTO_URL for wxGTK2 from Mart R. [patch 1126182]

2005-02-19 02:55 KH, revision 32159

wxTE_AUTO_URL for wxGTK2 from Mart R. [patch 1126182]

2005-02-18 23:26 VZ, revision 32158

another update from Martin Srebotnjak <miles@filmsi.net>

2005-02-18 23:21 KO, revision 32157

Adding GetPartialTextExtents implementation.

2005-02-18 20:55 ABX, revision 32156

Most important polish translations.

2005-02-18 20:25 RD, revision 32155

Patch #1143556: mods to SashWindow demo: auto-generate IDs

2005-02-18 20:23 SC, revision 32154

using correct theme heights for header on mac