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.

2005-10-05 23:31 KH, revision 35803

Updated link to comctl32 download [ patch 1311650 ]

2005-10-05 23:20 KH, revision 35802

When recv returns 0, the connection has been remotely closed or dropped. Changes are to Read [ modified patch 1303565 ] and Select [ patch 1283936 ]

2005-10-05 16:22 ABX, revision 35801

wxColour source cleaning. Corrections to 'const unsigned char' within wxColour docs.

2005-10-05 15:42 KH, revision 35800

Revert last change, which made it impossible to set a custom text color and then query the color. Instead, set the correct system/theme color when the control is created and use the original GetTextColour method.

2005-10-05 15:38 KH, revision 35799

Do not allow events to fire after socket is closed (fixes crash on GTK with GDK_Input events) [Patch 1281054]

2005-10-05 12:11 VZ, revision 35798

silence a few (harmless) HP aCC warnings

2005-10-04 18:14 ABX, revision 35797

Fix for mistake with const for non pointer/reference with corrections in documentation.

2005-10-04 17:17 VZ, revision 35796

don't compile this file at all in Motif2 build

2005-10-04 16:48 VZ, revision 35795

compilation fix for HP-UX (at least version 11)

2005-10-04 16:13 ABX, revision 35794

wxBrush::SetColour and wxPen::SetColour unified. Source cleaning.

2005-10-04 14:44 VZ, revision 35793

first character of a command in a make rule must be TAB (not space or #): fixes build with HP-UX make

2005-10-04 12:53 VZ, revision 35792

reverted last (accidental) change

2005-10-04 11:11 VZ, revision 35791

fixed bug in error message given if X headers/libs not found

2005-10-04 11:08 VZ, revision 35790

updated version in configure to 2.7.0 too

2005-10-04 08:08 CE, revision 35789

#if wxUSE_DEBUGREPORT seems Ok

2005-10-03 23:52 VZ, revision 35788

escape underscores and don't use abbreviations in text

2005-10-03 23:07 VZ, revision 35787

don't use %08p format string, gcc complains about it

2005-10-03 23:06 VZ, revision 35786

regenerated after version.bkl changes fixing -compatibility_version for Darwin

2005-10-03 21:08 VZ, revision 35785

added new files which were generated by bakefile but were not in cvs for some reason

2005-10-03 21:05 VZ, revision 35784

regenerated after version.bkl changes fixing -compatibility_version for Darwin

2005-10-03 20:56 VZ, revision 35783

offset version by 1 to avoid having compatibility_version of 0.0.0 under Darwin: this is forbidden

2005-10-03 20:40 VZ, revision 35782

transformed current/revision/age explanation comment into algorithmic form (from the original libtool rule-based one which was more suitable for Prolog interpreter than human beings...)

2005-10-03 18:19 VZ, revision 35781

added --without-subdirs option to speed up configure when you only need to build the main library

2005-10-03 17:54 VZ, revision 35780

added more methods to transparently convert wxTreeItemIdValue to wxTreeItemId to wxArrayTreeItemIds

2005-10-03 17:18 VZ, revision 35779

removed old commented out code and out of date comments

2005-10-03 16:39 ABX, revision 35778

Source cleaning. wxMotif/OS2 adjustements.

2005-10-03 15:59 CE, revision 35777

avoid trying to link QA if not required

2005-10-03 15:53 CE, revision 35776

update to 2.7 from 2.6

2005-10-03 09:28 SC, revision 35775

avoid system pop-up menu commands being handled by wxApp, bug was shown in printing, using File->Print and changing Popup from 'Copies & Pages' to eg 'Layout'

2005-10-03 01:18 KO, revision 35774

Backporting build script fixes to 2.6 branch.

2005-10-03 01:14 KO, revision 35773

Backporting build script changes on HEAD to WX_2_6_BRANCH

2005-10-01 21:02 KH, revision 35772

Code formatting cleanup from OSAF [ patch 1307563 ]

2005-10-01 17:27 VZ, revision 35771

fix the size of the created subbitmap (backport from HEAD)

2005-10-01 15:27 VZ, revision 35770

fix the size of the created subbitmap

2005-10-01 03:42 DE, revision 35769

Ran bakefile -f autoconf and autoconf. Some missing headers have been added, the *NODOT variables were added to samples makefiles and the version changed from 2.6.2 to 2.7.0. Generated configure now includes "OS/2" fixes per wxAutohacks.

2005-09-30 16:39 DE, revision 35768

Needed to add #include "wx/statusbr.h" to know that wxStatusBar is derived from wxWindow for valid pointer comparison. Went ahead and moved some includes into new ifndef WX_PRECOMP section to improve compilation speed when using precompiled headers.

2005-09-30 09:15 MBN, revision 35767

Implemented wxMenuBar::Insert and wxMenu::Insert.

2005-09-30 09:12 MBN, revision 35766

Simplify preprocessor guards for render tables and new font handling. Remove unused method.

2005-09-29 13:54 ABX, revision 35765

More ports in non autoconf formats.

2005-09-29 12:34 ABX, revision 35764

Warning fix.

2005-09-29 10:52 ABX, revision 35763

wxCheckListBox cleanup.

2005-09-29 10:28 ABX, revision 35762

[ 1307801 ] datectrl.cpp missing from mono project for WinCE

2005-09-29 10:00 ABX, revision 35761

wxCheckListBox cleanup.

2005-09-29 07:22 JJ, revision 35760

Committing in . Updated OpenVMS configuration Modified Files: wxWidgets/setup.h_vms ----------------------------------------------------------------------

2005-09-28 23:43 KO, revision 35759

Allow the SWIG executable to be in a directory other than than SWIG-cvs.

2005-09-28 23:37 KO, revision 35758

Script for making the .mo files and preparing them in the correct way for them to be picked up by the Win INNO installer.

2005-09-28 23:33 KO, revision 35757

Update version number.

2005-09-28 23:31 KO, revision 35756

Reinstate building of docs/demos package, but disable chm file building until I can setup my environment for it.

2005-09-28 23:28 KO, revision 35755

Move away from relative paths on Win, fix Unicode option, reinstate docs and demos building, and various tweaks.

2005-09-28 21:16 MBN, revision 35754

Implement wxChoice::Insert.