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-10-09 12:32 VZ, revision 35853

blind compilation fix for CW 8.3 in Unicode build

2005-10-09 12:23 VZ, revision 35852

don't use __MSL__ unless it's defined

2005-10-08 21:55 VZ, revision 35851

show the OS information in the about dialog

2005-10-08 21:28 VZ, revision 35850

enable all warnings (but disable some of them) for DEC/Compaq/HP C++ compiler

2005-10-08 21:24 VZ, revision 35849

fixed unused parameter warnings in non-debug build

2005-10-08 18:35 VZ, revision 35848

always connect to both XmNvalueChangedCallback and XmNdragCallback

2005-10-08 18:33 VZ, revision 35847

more 'unreachable code' warnings which had been disabled instead of being fixed

2005-10-08 17:29 MW, revision 35846

Extend hashmap test to include integral and pointer keys

2005-10-08 17:27 MW, revision 35845

Long long hash, and fix for cast to unsigned long

2005-10-08 17:10 VZ, revision 35844

extra semicolons removed

2005-10-08 17:01 VZ, revision 35843

unused params warnings

2005-10-08 16:58 VZ, revision 35842

fixed logic bug in DoSetSize() (disabling a warning is good, fixing it is even better...)

2005-10-08 16:57 VZ, revision 35841

added support for OSF1 (Tru64)

2005-10-08 16:56 VZ, revision 35840

harmless DEC cc warning fixes

2005-10-08 16:56 VZ, revision 35839

don't use wxCHECK_GCC_VERSION in the same test as __MINGW32__/__CYGWIN32__ as it could be undefined (DEC cc warning fix)

2005-10-08 16:54 VZ, revision 35838

use for instead of while for infinite loop (the latter provokes a warning from DEC cc)

2005-10-08 15:33 VZ, revision 35837

added dependencies support for DEC/Compaq/HP cxx compiler (new bakefile files; regenerated configure)

2005-10-08 00:37 VZ, revision 35836

try setting locale n wxLocale::Init(lang) to xx_YY.utf8 if xx_YY is not supported

2005-10-08 00:36 VZ, revision 35835

hack: adjust C locale to supported form under HP-UX, otherwise we crash on startup

2005-10-08 00:35 VZ, revision 35834

check whether setting locale for the selected language succeeded

2005-10-08 00:33 VZ, revision 35833

added ja_JP.EUC-JP catalog

2005-10-07 21:56 VZ, revision 35832

disable some (unavoidable) HP-UX aCC warnings

2005-10-07 21:55 VZ, revision 35831

don't define unused functions

2005-10-07 21:49 VZ, revision 35830

fixed check for bitmapType match (thanks to HP compiler for the warning)

2005-10-07 21:45 VZ, revision 35829

undid last commit, the neceesary defines fo HP-UX are now provided by configure

2005-10-07 21:35 VZ, revision 35828

define _HPUX_SOURCE under HP-UX, otherwise many things are not defined in standard headers

2005-10-07 21:33 VZ, revision 35827

removed C++ comment from C file

2005-10-07 21:08 MW, revision 35826

Attempt to avoid crash on exit on Solaris 10

2005-10-07 20:27 VZ, revision 35825

optimization: don't test for various proprietary Unix compilers unless we're running under OS they support

2005-10-07 15:39 VZ, revision 35824

ltest files from bakefile add HP aCC dependencies support

2005-10-07 14:01 ABX, revision 35823

#include markup fix.

2005-10-07 08:36 ABX, revision 35822

#include markup fix.

2005-10-07 05:35 KO, revision 35821

Fixes for inno setup 4 support. Also, remove the USING_INNO4 define because we are always using inno4 here. :)

2005-10-07 04:34 KO, revision 35820

If $DESTDIR isn't created before mv operations, $DESTDIR could actually end up being a file.

2005-10-07 04:31 KO, revision 35819

Added all and reswig options, and tweaked the Mac build.

2005-10-07 04:28 KO, revision 35818

Add a number to the preview release. :)

2005-10-06 23:28 VZ, revision 35817

added more HP-UX charset names

2005-10-06 23:25 VZ, revision 35816

added HP-UX names for ISO8859-x charsets

2005-10-06 23:02 MW, revision 35815

Compile fix

2005-10-06 22:52 MW, revision 35814

Unicode compile fix

2005-10-06 22:49 MW, revision 35813

Unicode compile fixes

2005-10-06 18:17 ABX, revision 35812

#include markup fixes.

2005-10-06 14:37 ABX, revision 35811

wxPalette unified. Source cleaning.

2005-10-06 13:33 VZ, revision 35810

fixed wxExecute() return value checking

2005-10-06 12:53 VZ, revision 35809

don't use a floating point value as a boolean flag; gcc4 (correctly) complains when it's compared with 0; use different function for setting the current and given time in wxMacCarbonEvent instead

2005-10-06 12:10 ABX, revision 35808

wxMotif for OS/2 adjustements. Source cleaning.

2005-10-06 11:14 ABX, revision 35807

wxMotif for OS/2 adjustements. Source cleaning.

2005-10-06 09:09 VZ, revision 35806

another file where the version should be updated

2005-10-06 09:08 VZ, revision 35805

change fallback default for wx version to 27

2005-10-06 04:28 KO, revision 35804

Recreate the file if it exists.