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

2006-03-14 22:00 RD, revision 38078

Can't use IsValidInsert from GtkAddHelper as it could cause a segfault in GetCount if the widget is not fully created yet.

2006-03-14 20:28 RD, revision 38077

Fix compilation error

2006-03-14 19:44 ABX, revision 38076

Line-up interfaces to use size_t for GetCount()s (and count related api).

2006-03-14 19:30 ABX, revision 38075

Line-up interfaces to use size_t for GetCount()s (and count related api).

2006-03-14 18:45 RD, revision 38074

m_windowReserved was removed

2006-03-14 16:04 VZ, revision 38073

we don't need reserved virtual functions on HEAD

2006-03-14 15:59 VZ, revision 38072

fixed centering of a TLW on a non-TLW parent

2006-03-14 15:45 VZ, revision 38071

added GetScreenPosition/Rect() which always return the screen coordinates of the window (for child windows and TLWs alike)

2006-03-14 08:39 JJ, revision 38070

Committing in . Update OpenVMS compile support Modified Files: wxWidgets/src/x11/descrip.mms ----------------------------------------------------------------------

2006-03-14 05:17 RD, revision 38069

reSWIGed

2006-03-14 05:06 RD, revision 38068

reSWIGged

2006-03-14 04:18 RD, revision 38067

reSWIGged

2006-03-14 04:15 RD, revision 38066

SWIG-1.3.29

2006-03-14 04:06 RD, revision 38065

SWIG 1.3.29

2006-03-14 01:40 RD, revision 38064

Silence some warnings

2006-03-14 01:39 RD, revision 38063

Keep wxSTC_LEX_ASP and _PHP available for now.

2006-03-14 01:29 RD, revision 38062

typo

2006-03-14 01:28 RD, revision 38061

Sometimes we do need to allow recursion of callbacks

2006-03-14 00:36 MR, revision 38060

OnGetLineHeight and OnGetLinesHint are virtual, so document them as such. Closes bug #1445485

2006-03-14 00:35 ABX, revision 38059

wxComboBox with SmartphoneCE has different members due to differnt wxChoice.

2006-03-14 00:24 MR, revision 38058

Docs: Escape underscores

2006-03-13 23:11 RD, revision 38057

Dtor for wxHtmlCell

2006-03-13 17:33 RD, revision 38056

Calling normal window methods on stock dialogs (that just wrap a platform API instead of being a real dialog) can cause errors.

2006-03-13 17:32 RD, revision 38055

Check for second subclassing without using wxCheckWindowWndProc which would cause it to always fail and never set the window proc.

2006-03-13 15:11 JS, revision 38054

If we processed a command event, return true, or we could end up processing it again.