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

2007-09-14 08:59 RR, revision 48673

API change: a single SELECTION_CHANGED not lots of SELECT and UNSELECT events

2007-09-14 07:58 RR, revision 48672

Fix ending label-editing bug when clicking elsewhere

2007-09-14 07:57 RR, revision 48671

Fix ending label-editing bug when clicking elsewhere

2007-09-14 07:15 JS, revision 48670

Fix for status bar having themed border

2007-09-14 04:26 PC, revision 48669

remove m_blockScrollEvent from wxWindowGTK

2007-09-14 04:22 PC, revision 48668

build fix

2007-09-14 04:11 PC, revision 48667

more value updating fixes

2007-09-14 01:08 VZ, revision 48666

use wxBORDER_NONE as border default for wxStatusBar: this generally makes sense and also fixes the display problem of the status bars under Windows when using themes

2007-09-14 00:51 VZ, revision 48665

compilation fix after wxCmdLineEntryDesc changes

2007-09-13 21:23 RR, revision 48664

wxDataViewCtrl patch from Hartwig

2007-09-13 18:42 VZ, revision 48663

don't interpret the first DWORD of data as its size if there is nothing following it (this fixes bug 1791459 for the 2.8 branch)

2007-09-13 18:37 VZ, revision 48662

remove the drag-and-drop compatibility hack for extracting the embedded size of the object from the beginning of data itself: this fixes bug 1791459 for the trunk

2007-09-13 17:34 PC, revision 48661

fix SetValue

2007-09-13 16:41 PC, revision 48660

non-pch build fix, indentation and whitespace cleanup

2007-09-13 16:02 VZ, revision 48659

added attribution for wxSYS_DCLICK_TIME time change

2007-09-13 14:36 RR, revision 48658

Use GTK_SPIN_BUTTON() not (GtkSpinButton*)

2007-09-13 14:33 RR, revision 48657

[ 1793012 ] wxSpinCtrl::SetValue() doesn't update internal counter

2007-09-13 14:27 RR, revision 48656

[ 1793012 ] wxSpinCtrl::SetValue() doesn't update internal counter

2007-09-13 13:29 RR, revision 48655

Add wxDataViewCtrl::GetColumnPosition() stubs

2007-09-13 12:57 RR, revision 48654

Add wxDataViewCtrl::GetSortingColumn() stubs

2007-09-13 12:47 RR, revision 48653

Patch from Hartwig (use new GetChildren() API)

2007-09-13 12:41 RR, revision 48652

little change for Mac build

2007-09-13 12:28 RR, revision 48651

Third update patch for GTK+ print (correcting my device origin search-and-replace mistake)

2007-09-13 12:26 RR, revision 48650

Second update patch for GTK+ print (DrawBitmap fix)

2007-09-13 12:23 RR, revision 48649

First update patch for GTK+ print