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-09-25 22:50 VZ, revision 35703

don't use deprecated cast operator to wxList&

2005-09-25 22:48 VZ, revision 35702

don't declare pthread_mutexattr_settype() ourselves if the system already does it, we might have a slightly different declaration and this causes problems

2005-09-25 22:42 VZ, revision 35701

don't declare strptime() ourselves if the system already does it, we might have a slightly different declaration and this causes problems

2005-09-25 22:35 VZ, revision 35700

disable warning about data truncation (810) for icc (this is a useful warning and might be reenabled later but for now there are simply too many of them...)

2005-09-25 22:34 VZ, revision 35699

don't declare strptime() ourselves if the system already does it, we might have a slightly different declaration and this causes problems

2005-09-25 20:49 MW, revision 35698

Fixes for include guards, patch 1256967 Paul Cornett

2005-09-25 20:45 VZ, revision 35697

fixed a signed/unsigned comparison warning introudced by last warning fix...

2005-09-25 20:45 VZ, revision 35696

don't use deprecated conversion operator in wxVariantDataList

2005-09-25 20:43 VZ, revision 35695

replaced gs_menuItems hack with a wxOwnerDrawn::m_isMenuItem field

2005-09-25 20:39 VZ, revision 35694

removed #errors in 2.7 compilation

2005-09-25 20:35 VZ, revision 35693

enable new font handling (working for i18n applications) by default

2005-09-25 20:29 VZ, revision 35692

re-renamed DoCreate() to XmDoCreateTLW() to avoid virtual function hiding in other classes with their own DoCreate() and re-removed DoDestroy()

2005-09-25 20:25 VZ, revision 35691

corrected typo in check for icc

2005-09-25 20:23 VZ, revision 35690

removed wxABI_VERSION checks

2005-09-25 20:17 VZ, revision 35689

added and documented SetEscapeId()

2005-09-25 19:59 VZ, revision 35688

first round of Intel compiler warning fixes: down from a few thousands just to slightly more than 100

2005-09-25 19:08 VZ, revision 35687

position is always unsigned in InsetPage(), no need to compare it with 0

2005-09-25 18:46 VZ, revision 35686

fix after adding wxFORCE_LINK_MODULE

2005-09-25 18:14 VZ, revision 35685

added wxIsSameDouble() which wraps double comparison in a pragmas disabling icc warning about it

2005-09-25 18:09 VZ, revision 35684

added wxFORCE_LINK_MODULE public macro which can now be used outside of wxHTML too; modified it to not provoke icc warnings when used

2005-09-25 16:19 VZ, revision 35683

fixed two icc warnings about local variables hiding parameters

2005-09-25 16:12 SN, revision 35682

Applied [ 1186782 ] Setting thread stack size on Unix.

2005-09-25 14:31 VZ, revision 35681

add Intel compiler detection

2005-09-25 14:26 MBN, revision 35680

Trace module initialization and cleanup.

2005-09-25 14:24 MBN, revision 35679

Remove now unused header. Forward declaration is enough for wxBookCtrl and wxNotebook.

2005-09-25 14:22 MBN, revision 35678

Make member variable private.

2005-09-25 13:02 MW, revision 35677

Ambiguous overload fix for gcc

2005-09-25 12:53 MW, revision 35676

Compile fixes for the const patch

2005-09-25 11:21 VZ, revision 35675

fix for library order when using wx-dependent libraries (part of patch 1303724)

2005-09-25 11:19 VZ, revision 35674

don't put odbc lib twice in the generated makefile (part of patch 1303833)

2005-09-25 11:16 VZ, revision 35673

more extra semicolons removed (patch 1303724)

2005-09-25 11:06 VZ, revision 35672

Mac compilation fix after const patch

2005-09-25 07:17 MW, revision 35671

Fix for crash in ~wxWindow() on solaris

2005-09-25 07:12 MW, revision 35670

Fixups for solaris; remove '-mt' from pkg-config output and add '-lX11' for a static build

2005-09-24 23:56 VZ, revision 35669

wxLaunchDefaultBrowser() now supports wxBROWSER_NEW_WINDOW flag (and it actually works correctly, too)

2005-09-24 23:28 VZ, revision 35668

fix wxExecute() return code checks and removed not working code to open URLs in new window

2005-09-24 23:08 VZ, revision 35667

make WinStruct<> available in non-GUI code too

2005-09-24 22:31 VZ, revision 35666

set error to GSOCK_TIMEOUT if the socket timed out (modified and extended patch 1303554)

2005-09-24 21:43 VZ, revision 35665

added missing consts and pass objects by const reference instead of by value (patch 1205869)

2005-09-24 21:28 VZ, revision 35664

missing const added (patch 1295036)

2005-09-24 21:22 VZ, revision 35663

don't set focus to a hidden notebook (patch 1299005)

2005-09-24 21:15 VZ, revision 35662

update for 2.6.2 (patch 1294900)

2005-09-24 20:38 VZ, revision 35661

made absence of wxCHANGE_DIR flag work even under NT (slightly modified patch 1299298)

2005-09-24 20:29 VZ, revision 35660

remove extraneous semicolons (patch 1299687)

2005-09-24 11:25 VZ, revision 35659

removed code defining NO_GCC_PRAGMA, we shouldn't need it any longer (alternatively, if user code requires it, we should always define it, but we still don't need any tests in configure)

2005-09-24 04:38 KH, revision 35658

Use CXXFLAGS rather than CFLAGS for -Werror when determining type of socket function parameter (socklen_t vs. int) so that OS X 10.2 will correctly determine the parameter as an int; using -Werror forces the warnings thrown when attempting size_t to make configure fall back to int.

2005-09-24 00:16 MW, revision 35657

Memory corruption fix

2005-09-24 00:14 MW, revision 35656

Put headers for all ports into the wxBase tarballs and add msdos headers to the wxBase zip

2005-09-24 00:11 MW, revision 35655

Hopefully this adds the msdos files to the wxBase zip

2005-09-23 17:18 MR, revision 35654

Remove instruction to define NO_GCC_PRAGMA when compiling with gcc using Makefiles on Windows from docs/msw/install.txt