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-03-27 18:05 VZ, revision 33103

fixed crash introduced by recently applied autowidth patch (patch 1171455)

2005-03-27 18:03 VZ, revision 33102

applied heavily modified patch 1116702: support for specifying disabled toolbar images and modified the sample to show how it works (badly, background of tools for which disabled bitmap is not specified is wrong)

2005-03-27 18:00 VZ, revision 33101

use image mask colour if any instead of guessing that (0, 0) is always transparent in wxCreateGreyedImage()

2005-03-27 17:47 VZ, revision 33100

added wxBitmap::GetMaskBitmap()

2005-03-27 17:23 RR, revision 33099

Submit patch based on Michael W.'s invalid UTF8 to PUA patch. I added UTF8_TO_OCTAL and made that the default for filename conversion uner GTK2. More adapation, e.g. to G_FILENAME_ENCODING need to be done.

2005-03-27 16:39 VZ, revision 33098

applied part of patch 1169925: fix errors with multibyte <-> wx conversions

2005-03-27 16:21 VZ, revision 33097

use wxFileName to change catalog extension instead wxString methods, this fixes problems with dots inside file names (modified patch 1169837)

2005-03-27 16:12 VZ, revision 33096

make it clear which GL(U) library we can't find in error messages, otherwise the user has no idea what exactly failed

2005-03-27 16:01 VZ, revision 33095

corrected library order to make the sample link

2005-03-27 15:50 VZ, revision 33094

send wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGED only once after end of dragging and not after each CHANGING event (modified patch 1076226)

2005-03-27 15:25 VZ, revision 33093

added wxTE_BESTWRAP style (which is the default now); renamed wxTE_LINEWRAP to wxTE_CHARWRAP as this corresponds better to what it does; added tests for wxTE_*WRAP to the widgets sample (replaces patch 1156507)

2005-03-27 14:26 VZ, revision 33092

don't crash when trying to dump struct members which are NULL pointers

2005-03-27 13:54 VZ, revision 33091

made Update() recursive under wxGTK2 (doesn't work for wxGTK1 because Refresh() is not recursive htere neither) and documented its behaviour

2005-03-27 13:03 SN, revision 33090

Somewhat cleaned up handling of OMF mode for OS/2.

2005-03-27 09:28 DE, revision 33089

Added documentation for using MW compilers with configure.

2005-03-27 08:56 DE, revision 33088

Thinking about it, this is a bad idea as MW CRT's struct tm is two fields shorter than BSD's as MW's lacks TZ fields.

2005-03-27 08:48 DE, revision 33087

Declare strptime when using MSL headers on OS X.

2005-03-27 08:38 DE, revision 33086

Declare strptime when using MSL headers on OS X.

2005-03-27 08:27 DE, revision 33085

Allow compilation with MW CRT on OS X. Unlike BSD CRT, MW CRT does not define SIGTRAP so we have to use the Mac OS Debugger() function.

2005-03-27 04:15 DE, revision 33084

EOVERFLOW is not available on classic Mac OS.

2005-03-27 04:06 DE, revision 33083

Disable wxStackWalker on platforms other than Win32 or UNIX. For instance, Mac OS (PEF) doesn't have an implementation.

2005-03-27 01:59 DE, revision 33082

Added #if wxUSE_STACKWALKER. Fixes compilation of OS X shared libraries. TODO: What does it take to get wxStackWalker on OS X?

2005-03-27 01:51 DE, revision 33081

qadll depends on coredll. First part of OS X shared library build fix.

2005-03-26 21:47 DE, revision 33080

Improve type safety by doing a runtime check to make sure the wxFontMapper really is a wxFontMapper when GUI code asks for it. Remove some incorrect comments and add some new ones.

2005-03-26 21:00 RD, revision 33079

Add note about the recursive Refresh change