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

2006-03-15 10:30 JS, revision 38103

Fix windows.h inclusion problem on WinCE

2006-03-15 10:28 JS, revision 38102

Fix for WinCE

2006-03-15 10:10 ABX, revision 38101

wxTinderbox warning fix.

2006-03-15 10:03 ABX, revision 38100

wxTinderbox warning fix.

2006-03-15 09:57 JS, revision 38099

Fix for command bar not painting in Windows Mobile 5

2006-03-15 09:55 JS, revision 38098

Add menus even if we have no menubar HMENU (Windows Mobile 5.0 can't retrieve it).

2006-03-15 09:50 JS, revision 38097

Corrected wrong include

2006-03-15 09:12 MR, revision 38096

Use wxGtkString here to clean up code, and not leak in debug builds

2006-03-15 09:05 MR, revision 38095

Compile fix. Seems to work too, at quick glance.

2006-03-15 08:50 JS, revision 38094

Removed use of deprecated functions

2006-03-15 08:49 MR, revision 38093

compilo for gtk1

2006-03-15 08:44 JS, revision 38092

Fix compile problem with VS 2005

2006-03-15 07:49 ABX, revision 38091

Warning fixes.

2006-03-15 07:41 MR, revision 38090

g_value_set_string duplicates the string itself, so don't do it ourselves only to leak memory.

2006-03-15 07:25 MR, revision 38089

Introduce a convenience class for g_freeing a gchar* on scope exit automatically, as suggested by VZ

2006-03-15 06:22 vell, revision 38088

cleanup - fixed warnings, reformatting

2006-03-15 03:42 MR, revision 38087

Don't return the return value of a void method in a void method

2006-03-15 03:01 MR, revision 38086

ICCCM says that the TIMESTAMP atom is required, so provide it. This is patch 1424755 from Timothée Lecomte. Additionally fix a memory leak from a gdk_atom_name. (Forward port from 2.6 branch to both HEAD gtk sources)

2006-03-15 01:55 MR, revision 38085

wxGTK2.6: ICCCM says that the TIMESTAMP atom is required, so provide it. This is patch 1424755 from Timothée Lecomte. Additionally fix a memory leak from a gdk_atom_name.

2006-03-15 00:38 MR, revision 38084

Don't leak a gchar* in wxDataFormat::GetId()

2006-03-15 00:01 ABX, revision 38083

Warning fix.

2006-03-14 23:54 MR, revision 38082

wxGTK2.6: Don't leak a gchar* in wxDataFormat::GetId()

2006-03-14 23:27 ABX, revision 38081

wxTinderbox build fix.

2006-03-14 23:16 ABX, revision 38080

Warning fix.

2006-03-14 22:46 vell, revision 38079

cleanup - expanded wxTimerBase::Init to assign all member vars