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-02-23 03:09 RR, revision 37678

Return variant type of a cell.

2006-02-23 03:04 RR, revision 37677

Route data from wxDataViewModel in a wxVariant through wxDataViewCell::SetValue() to the GtkCellRendererText.

2006-02-23 02:11 RR, revision 37676

Update sample.

2006-02-23 02:04 RR, revision 37675

added wxDataViewCell

2006-02-22 23:37 RR, revision 37674

Support requesting more idle events.

2006-02-22 23:36 RR, revision 37673

Emit wxSetCursorEvent before mouse move and mouse enter.

2006-02-22 23:09 RR, revision 37672

Emit set_cursor_event before mouse move and before mouse enter.

2006-02-22 22:50 RR, revision 37671

Applied fix for requesting more idle events.

2006-02-22 22:37 RR, revision 37670

Correcteded wxComboBox::Clear

2006-02-22 17:15 MR, revision 37669

undef GTK_DISABLE_DEPRECATED for any gtk+ version, as it turns out we use GtkList in here too.

2006-02-22 12:33 VS, revision 37668

skip the paint event instead of calling wxControl version when not doing any custom drawing

2006-02-22 01:55 KH, revision 37667

Rearrange and simplify read and error checks, and remove use of MSG_PEEK that is unneeded and not supported on CE anyway [ Modified & Expanded Patch 1428745 ]

2006-02-22 01:40 RD, revision 37666

corrected positioning of internal panels, as the default value -1 was used as a real coordinate causing extra pixels in the right margin (backport from HEAD, by ROL)

2006-02-22 00:19 RR, revision 37665

Added wxDataViewColumn

2006-02-21 22:19 MR, revision 37664

Revert inclusion of wx/dateevt.h for now, as it breaks linkage (2.6 branch)

2006-02-21 22:14 MR, revision 37663

Revert inclusion of wx/dateevt.h for now, as it breaks linkage

2006-02-21 20:52 RR, revision 37662

Add notifier class. Only use listmodel for now, treemodel later.

2006-02-21 20:25 RR, revision 37661

wxDataViewCtrl actually runs now.

2006-02-21 19:55 RR, revision 37660

More compilation.

2006-02-21 19:53 ABX, revision 37659

Fixed using list of wildcards in filter of wxDocTemplate.

2006-02-21 18:44 RR, revision 37658

Compiles now..

2006-02-21 18:12 RR, revision 37657

Compilation fixes.

2006-02-21 17:57 RR, revision 37656

Added wxDataViewtrl files to bakefiles.

2006-02-21 17:35 RR, revision 37655

wxDataViewCtrl WIP.

2006-02-21 17:31 RR, revision 37654

Updated wxDataViewCtrl sample