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-02 12:55 JS, revision 37778

Application clipping region can be set to null without affecting paint clipping region. This fixes severe refresh problems on WinCE when clipping regions are used, but is not enabled on desktop wxMSW in 2.6 in case of side-effects.

2006-03-02 12:54 JS, revision 37777

Application clipping region can be set to null without affecting paint clipping region. This fixes severe refresh problems on WinCE when clipping regions are used, and is experimental on desktop wxMSW but so far works fine.

2006-03-02 12:51 JS, revision 37776

Worked around a crash in wxHTML on WinCE

2006-03-02 12:46 JS, revision 37775

Use temp directory and don't prepend two backslashes, on WinCE

2006-03-02 10:46 RR, revision 37774

Change wxVariant GetValue() to GetValue( wxVariant & ). More cool sorting code.

2006-03-02 09:55 RR, revision 37773

Use GTK+ function to obtain GdkWindow for wxListBox.

2006-03-01 22:43 RR, revision 37772

Apply patch which makes it possible to resize a control in a toolbar.

2006-03-01 22:17 RR, revision 37771

Corrected scrolling when using cursor keys.

2006-03-01 21:59 RR, revision 37770

Added GtkTreeView item helper class.

2006-03-01 21:51 RR, revision 37769

Applied Ryan's native wxListBox and wxCheckListBox patch in slightly modified form..

2006-03-01 10:49 RR, revision 37768

Further sorting work using the sorting data model.

2006-02-28 22:27 RR, revision 37767

Added stubs for variaous tests.

2006-02-28 21:41 RR, revision 37766

Don't delete model in views destructor as several views can have the same model and memory doesn't like getting freed several times. Sorting actually works. Not yet editing the sorted data.

2006-02-28 15:04 RR, revision 37765

Moved code around preparing the sorted model.

2006-02-28 14:28 JS, revision 37764

Documented WinCE context menu change

2006-02-28 14:18 JS, revision 37763

Proposed syntax for telling WinCE whether a context menu is available

2006-02-28 13:37 JS, revision 37762

Added context menu support under PocketPC

2006-02-28 13:26 JS, revision 37761

WinCE can't copy with title in menu

2006-02-28 10:47 RR, revision 37760

Added wxDataViewSortedListModel, which doesn't work yet, but you get the idea..

2006-02-28 02:04 KH, revision 37759

Make SetLocal actually work instead of crashing immediately; due to required longevity of the item to make it from SetLocal to Connect, we need to use a specifc address type.

2006-02-28 01:33 KH, revision 37758

Make MacSetMetalAppearance private so that the extra style flags can't get out of sync with the OS X-level metal flags by calling MacSetMetalAppearance directly

2006-02-27 21:49 RR, revision 37757

First release mouse, then emit event.

2006-02-27 19:34 KO, revision 37756

Backporting tar-o-matic.sh changes to test with automated build system.

2006-02-27 19:30 KO, revision 37755

Adding missing wxall and wxmsw targets.

2006-02-27 18:26 KO, revision 37754

Typo. Who puts vowels in 'makedirs'? ;-)