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)