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