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-15 00:03 VZ, revision 48698

undo revision 48162 as it broke unit tests

2007-09-14 23:33 VZ, revision 48697

fix a couple of harmless warnings in MSVC build

2007-09-14 23:26 VZ, revision 48696

fix wxCmdLineEntryDesc compilation after latest changes

2007-09-14 23:22 VZ, revision 48695

mention that support for reading alpha from TIFF images was added (rev 47204)

2007-09-14 23:21 VZ, revision 48694

add support for reading alpha data from TIFF images (backport of 47204 from trunk, replaces patch 1793718)

2007-09-14 21:05 VZ, revision 48693

reverted the change of wxCmdLineEntryDesc fields to wxString as this doesn't compile with VC6; make them const char * instead

2007-09-14 21:02 RR, revision 48692

Implement wxDataViewCtrl::GetSortingColumn() and related code for GTK+

2007-09-14 21:02 VZ, revision 48691

added WXDLLIMPEXP_TEMPLATE_INSTANCE_BASE() macro and use it to work around VC6 warnings about non DLL-exported templates

2007-09-14 21:00 VZ, revision 48690

fix unused parameter warning

2007-09-14 20:36 RR, revision 48689

Implement and test _HEADER_RIGHT_CLICK event for GTK+

2007-09-14 20:30 RR, revision 48688

Implement and test wxDataViewCtrl::GetColumnPosition() for GTK+

2007-09-14 19:51 RR, revision 48687

Forgot this one

2007-09-14 19:50 RR, revision 48686

Patch from Hartwig wrt SELECTION_CHANGE event

2007-09-14 19:02 VZ, revision 48685

blind fix to let wxDB compile in debug without threads

2007-09-14 18:58 VZ, revision 48684

don't crash if conversion to MB string fails in wxLogStream::DoLogString()

2007-09-14 18:54 VZ, revision 48683

fix warning about not enough parameters for WX_DEFINE_GLOBAL_CONV2 with VC6

2007-09-14 17:23 PC, revision 48682

scrolling windows need wx[HV]SCROLL style

2007-09-14 17:04 VZ, revision 48681

added WXDLLIMPEXP_BASE for a couple of template classes having only inline functions as VC7 still needs them in DLL build if these classes are used as base classes or members of other DLL-exported classes (replaces first two parts of the patch 1779004)

2007-09-14 17:00 VZ, revision 48680

fix some harmless warnings (last two parts of patch 1779004)

2007-09-14 16:37 CE, revision 48679

add missing sample

2007-09-14 16:15 CE, revision 48678

add missing sample

2007-09-14 12:19 RR, revision 48677

Remove debug code

2007-09-14 12:18 JS, revision 48676

Fixed caret sizing bug

2007-09-14 12:17 JS, revision 48675

Fixed caret sizing bug

2007-09-14 10:37 RR, revision 48674

Remove check for non-existing wxUSE_TASKBARICON

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