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-01-26 12:28 RR, revision 37153

GTK2 RGBA has 32 bits.

2006-01-26 12:26 RR, revision 37152

GTK2 has 32-bit RGBA.

2006-01-26 12:10 RR, revision 37151

Mention wxImage::Copy() correction.

2006-01-26 12:07 RR, revision 37150

wxImage::Copy() forgot the alpha channel.

2006-01-26 00:33 RD, revision 37149

show unicode/ansi mode on startup too

2006-01-26 00:31 RD, revision 37148

Add supoprt for wxListCtrl::OnGetItemColumnImage

2006-01-26 00:29 RD, revision 37147

Patch from Tim Kosse to add supoprt for wxListCtrl::OnGetItemColumnImage which enables images to be specified for columns other than zero in virtual list controls. (Backport from HEAD, also used the ReservedWindowFunc9 slot in wxWindowBase for the new virtual in order to preserve ABI.)

2006-01-25 23:48 vell, revision 37146

fixed compilation failure introduced in prior commit

2006-01-25 23:40 JG, revision 37145

Calculate correct client size for windows that are using deferred sizing.

2006-01-25 23:29 RD, revision 37144

Patch from Tim Kosse to add supoprt for wxListCtrl::OnGetItemColumnImage which enables images to be specified for columns other than zero in virtual list controls.

2006-01-25 23:26 JG, revision 37143

Clarify wxMessageBox usage. Fixes bug #1414535.

2006-01-25 23:17 JG, revision 37142

Clarify wxMessageBox usage. Fixes bug #1414535.

2006-01-25 23:07 vell, revision 37141

cleanup - more reformatting; fixed bug introduced in prior commit

2006-01-25 20:57 vell, revision 37140

cleanup - more reformatting

2006-01-25 20:37 RD, revision 37139

Didn't need the geometry.h include, I didn't have the new version of math.h in my worksapce...

2006-01-25 20:29 RD, revision 37138

Removed wxLogNull's used to supress errors coming from wxCheckWindowWndProc

2006-01-25 20:28 RD, revision 37137

Removed wxLogNull's used to supress errors coming from wxCheckWindowWndProc.

2006-01-25 20:26 RD, revision 37136

Switched wxCheckWindowWndProc to always use the window class name for comparisons.

2006-01-25 20:07 vell, revision 37135

cleanup - major reformatting

2006-01-25 20:04 JS, revision 37134

Don't overwrite RESCOMP (fixes empty RESCOMP for Wine makefiles)

2006-01-25 19:41 JS, revision 37133

A couple of Wine compile fixes

2006-01-25 18:15 JS, revision 37132

Don't require drag and drop

2006-01-25 18:15 JS, revision 37131

WinCE fixes (in case a WinCE-friendly backend gets written one day)

2006-01-25 18:14 JS, revision 37130

Move some OLE utilities to oleutils.cpp and simplified date conversion

2006-01-25 18:14 JS, revision 37129

WinCE fixes