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-05-05 22:15 VZ, revision 45856

no changes, just deTAbified and fixed really strange indentation of 'else' statements

2007-05-05 22:03 VZ, revision 45855

extracted wxAcceleratorEntry code from menucmn.cpp in a separate file (this globally makes sense and also fixes link when wxUSE_MENUS==0)

2007-05-05 21:44 VZ, revision 45854

declare GetGDKWindow() in wxDC to fix compilation of wxRendererNative

2007-05-05 21:39 VZ, revision 45853

don't use deprecated GetTextExtent() overload

2007-05-05 21:38 VZ, revision 45852

compilation fix: SetLogicalFunction() is defined in dc.cpp, don't define it here

2007-05-05 21:34 VZ, revision 45851

compilation fix: use DeviceToLogical[XY]() instead of [XY]LOG2DEV()

2007-05-05 20:39 VZ, revision 45850

output Unicode/UTF-8 settings on a single line

2007-05-05 19:50 PC, revision 45849

src/gtk/data.cpp is no longer needed

2007-05-05 19:49 PC, revision 45848

move definitions from src/gtk/data.cpp to other appropriate places

2007-05-05 19:43 RR, revision 45847

Apply [ 1712381 ] CRASH: closing floating panel on GTK

2007-05-05 19:19 VS, revision 45846

fixed FromUTF8 in ANSI builds

2007-05-05 19:00 PC, revision 45845

add wxUSE_DRAGIMAGE wrapper

2007-05-05 18:55 VS, revision 45844

use utf8_str() in wxDFB

2007-05-05 18:55 VS, revision 45843

use FromUTF8() when loading XML, data coming from Expat are already validated UTF-8

2007-05-05 18:53 VS, revision 45842

added wxString::FromUTF8/ToUTF8/utf8_str()

2007-05-05 18:48 PC, revision 45841

build fix for wxUSE_DRAGIMAGE==0

2007-05-05 18:45 PC, revision 45840

build fix

2007-05-05 17:57 PC, revision 45839

src/gtk/utilsres.cpp is obsolete

2007-05-05 17:54 PC, revision 45838

build fix

2007-05-05 17:22 SC, revision 45837

making proper resource-fork apps

2007-05-05 17:13 PC, revision 45836

build fix for wxUSE_CONFIG==0

2007-05-05 17:07 PC, revision 45835

build fix

2007-05-05 15:52 RR, revision 45834

Make wxGTK1.2 compile again.

2007-05-05 15:09 RR, revision 45833

Moved deprecated code to source file (didn't compile as inlined, somehow).

2007-05-05 15:04 RR, revision 45832

Added wxDEPRECATED() around old wxDC methods taking long and not wxCoord.

2007-05-05 15:01 RR, revision 45831

Added (empty) SetLogicalFunction()

2007-05-05 14:59 VZ, revision 45830

added wxTimerEvent::GetTimer()

2007-05-05 14:54 RR, revision 45829

Compilo.

2007-05-05 14:51 VZ, revision 45828

fix compilation in wxUSE_MENUS==0 case to fix wxDFB build [backport from HEAD]

2007-05-05 14:48 VZ, revision 45827

fix compilation in wxUSE_MENUS==0 case

2007-05-05 14:27 VZ, revision 45826

upgrade to bakefile 0.2.2

2007-05-05 14:19 VZ, revision 45825

fix warning about signed/unsigned comparison; use STL-compatible methods; deTABified

2007-05-05 14:13 VZ, revision 45824

fix bakefile version mismatch between configure and makefiles

2007-05-05 13:59 RR, revision 45823

Fix wxFD_FILE_MUST_EXIST

2007-05-05 13:55 RR, revision 45822

Backport from HEAD: Fix memory leak in wxAUI.

2007-05-05 13:53 RR, revision 45821

Fixed [ 1712998 ] wxFD_FILE_MUST_EXIST does nothing on GTK (broken both in GTK+ and generic code).

2007-05-05 13:47 VZ, revision 45820

share ctags command between make(gtk/mac)tags scripts

2007-05-05 13:25 RR, revision 45819

Apply [ 1710684 ] Fix wxAuiNotebook memory leak

2007-05-05 13:15 RR, revision 45818

Apply [ 1713345 ] combobox: cmd accelerators shouldn't steal editing hotkeys

2007-05-05 12:35 VZ, revision 45817

fixed typo in IsBeingDeleted() test in GetParentForModalDialog()

2007-05-05 10:27 RR, revision 45816

Compilo.

2007-05-05 10:20 RR, revision 45815

Compilo.

2007-05-05 10:16 RR, revision 45814

Compilo.

2007-05-05 10:13 RR, revision 45813

Compilo.

2007-05-05 10:11 RR, revision 45812

Compilo.

2007-05-05 10:01 RR, revision 45811

Compilation fix.

2007-05-05 08:15 VS, revision 45810

enable UTF8 build for wxGTK2 and wxDFB by default

2007-05-04 21:55 VZ, revision 45809

regenerated to reflect recent fixes in configure.in, in particular the one from 1.1234 (should fix IRIX build)

2007-05-04 20:57 VS, revision 45808

use wxString instead of const wxChar* in wxFFile public API

2007-05-04 19:04 VS, revision 45807

use wxString instead of const wxChar* in wxFile's public API