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

2007-11-10 19:31 KO, revision 49815

Use ldflags instead of ldlibs, because wx-config --libs mixes libs and ldflags, and being able to specify order of ldflags is important. (e.g. on Leopard, if any other *-config script adds -L/usr/lib to the linker flags, wx will link against the system-provided wx.)

2007-11-10 19:28 SC, revision 49814

enabling clip

2007-11-10 17:40 SC, revision 49813

adapting to new pizza, fixing dashes, pango layout

2007-11-10 11:50 VZ, revision 49811

try to fix the problem of built-in libtiff not finding libjpeg introduced in r49598

2007-11-10 11:37 VZ, revision 49810

document ItemDeleted()

2007-11-10 01:15 VZ, revision 49805

don't forward Enter presses to the default button if any of the ancestor windows has DLGC_WANTMESSAGE dialog code (slightly modified patch 1828309)

2007-11-10 01:09 VZ, revision 49804

use WXDLLIMPEXP_FWD instead of WXDLLIMPEXP to avoid gcc4 warnings

2007-11-10 01:01 VZ, revision 49803

show default title if no custom one was specified instead of clearing it (patch 1829254)

2007-11-10 00:55 VZ, revision 49802

added functions for setting the columns order in wxListCtrl (modified patch 1828074)

2007-11-10 00:53 VZ, revision 49801

added array(size_t count) ctor initializing the array with count items with default value for compatibility with STL version

2007-11-10 00:46 VZ, revision 49800

fix unused parameters warnings

2007-11-09 23:17 VZ, revision 49798

cleanup wxURLModule after wxSocketModule to avoid crash when destroying default proxy (patch 1828964)

2007-11-09 23:15 VZ, revision 49797

removed unused gs_centerDialog variable accidentally introduced by the last change

2007-11-09 21:12 SC, revision 49792

forward port from 2.8

2007-11-09 20:59 SC, revision 49791

forward port from 2.8

2007-11-09 20:57 RR, revision 49790

More attempts to better support theme borders

2007-11-09 20:57 SC, revision 49789

forward port from 2.8

2007-11-09 20:55 SC, revision 49788

forward port from 2.8

2007-11-09 20:45 SC, revision 49787

forward port from 2.8

2007-11-09 20:39 SC, revision 49786

forward port from 2.8

2007-11-09 20:36 SC, revision 49785

forward port from 2.8

2007-11-09 20:35 SC, revision 49784

forward port from 2.8

2007-11-09 20:34 VZ, revision 49783

compilation fix for VC6 with standard (i.e. not updated) SDK (patch 1828610)

2007-11-09 20:31 VZ, revision 49782

don't call SetInsertionPointEnd() on a read-only combobox (patch 1828963)

2007-11-09 20:30 SC, revision 49781

forward port from 2.8