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-12 04:00 PC, revision 49844

destroy created widgets

2007-11-12 01:04 PC, revision 49843

remove unused function

2007-11-12 01:04 PC, revision 49842

cleanup copy-and-paste

2007-11-12 00:25 VZ, revision 49841

some Hildon integration work: use HildonProgram (for integration with the OS), HildonWindow (which has native appearance) and more native-like menus

2007-11-12 00:23 VZ, revision 49840

compilation fix for some build configurations (forward declare wxMenuItem)

2007-11-12 00:22 VZ, revision 49839

move wxGetClientDisplayRect() fix into 2.8.7 section

2007-11-11 23:52 VZ, revision 49838

implement wxClientDisplayRect() using _NET_WORKAREA WM hint [backport of r49697 and r49700 from trunk]

2007-11-11 22:35 SN, revision 49837

Avoid passing wxChar* to API functions (patch #1830017).

2007-11-11 22:29 SN, revision 49836

Avoid deprecation warnings for ::IsEmpty (patch #1829909)

2007-11-11 22:25 SN, revision 49835

Avoid deprecation warnings for GetText (patch #1829903)

2007-11-11 22:22 SN, revision 49834

Compilation fix (patch #1829901)

2007-11-11 19:14 RR, revision 49833

Compilation for GTK+

2007-11-11 16:46 SC, revision 49832

fixing cairo bugs under OS X

2007-11-11 13:08 VZ, revision 49831

correct typo in last commit

2007-11-11 13:08 VZ, revision 49830

compilation fixes for wxUSE_ACCEL=0

2007-11-11 12:55 VZ, revision 49829

unused parameter warning fixes for --disable-all-features build

2007-11-11 12:55 VZ, revision 49828

X11 implementation of wxClientDisplayRect() doesn't work with Hildon, provide a stub for the latter

2007-11-11 12:47 VZ, revision 49827

add wxUSE_FILECTRL guards

2007-11-10 23:38 VZ, revision 49822

define wxUSE_OWNER_DRAWN for OS/2 too

2007-11-10 23:34 VZ, revision 49821

use 0/1 in all tests instead of using sometimes this form and sometimes "0"/"1"

2007-11-10 22:05 SC, revision 49820

adding the python sample for graphicscontext

2007-11-10 21:28 PC, revision 49819

wxCairoContext doesn't need to know about wxPizza

2007-11-10 20:36 SC, revision 49818

avoiding a -1,-1 being set as icon size

2007-11-10 20:01 SC, revision 49817

adding missing file

2007-11-10 19:33 KO, revision 49816

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.) (2.9 port)

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