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

2008-06-30 13:35 VZ, revision 54435

VC8 compilation fix after last change (#9665)

2008-06-30 11:58 RR, revision 54434

Removed most of the pre-XDG MIME code from the Unix implementation, many speed-ups by simplification

2008-06-30 10:42 MMK, revision 54433

Updated DB project file

2008-06-30 09:42 JS, revision 54432

Further style preview fix

2008-06-30 09:42 JS, revision 54431

Further style preview fix

2008-06-30 09:39 JS, revision 54430

Compile fix

2008-06-29 22:11 VZ, revision 54426

blind fix for PCH-less build

2008-06-29 22:05 VZ, revision 54425

add Scintilla.iface to the distribution

2008-06-29 21:46 VZ, revision 54424

compilation fix for ASCII STL build (#9661)

2008-06-29 17:04 JS, revision 54423

Corrected problem of wrong paragraph receiving style in formatting dialog.

2008-06-29 17:03 JS, revision 54422

Corrected problem of wrong paragraph receiving style in formatting dialog.

2008-06-29 15:15 SN, revision 54421

Don't force ColWidth to always grow for wxGridCellAutoWrapStringRenderer (#1798)

2008-06-29 15:14 SN, revision 54420

Don't force ColWidth to always grow for wxGridCellAutoWrapStringRenderer (#1798)

2008-06-29 01:35 VZ, revision 54419

ensure that GetEditControl() returns something even if label editing was started by the user and not the program (#1325) [backport of r53831 from trunk]

2008-06-29 01:28 VZ, revision 54418

open the file for reading and writing in wx(F)FileStream, this class can't work otherwise (#3335) [partial backport of r54246 from trunk]

2008-06-29 01:21 VZ, revision 54417

use _get_timezone() under VC8 as _timezone is not available in all CRT versions (#4691)

2008-06-29 01:04 VZ, revision 54416

fix crash when vetoing label edit end due to a click outside of the text control (#8947) [backport of r51149 from trunk]

2008-06-29 00:50 VZ, revision 54415

fix handling of the keys in wxSpinCtrl (#9637)

2008-06-29 00:35 VZ, revision 54414

add a new menu for wxTextEntry-specific tests, currently it allows to check how auto-completion works (#9614)

2008-06-29 00:19 VZ, revision 54413

don't call SetInsertionPointToEnd() on read-only combobox in wxGridCellChoiceEditor::Reset() neither (this had been already fixed for StartEdit() before) (#8843)

2008-06-29 00:12 VZ, revision 54412

support wxListCtrl::GetViewRect() in report view too; test it in the sample (#9484)

2008-06-28 23:18 VZ, revision 54411

fix --disable-optimise configure option description (#9660)

2008-06-28 23:14 VZ, revision 54410

don't ignore changes of empty string to 0 or vice versa in float grid cells (#4764)

2008-06-28 20:52 VS, revision 54409

backported high-quality wxMSW printing to 2.8 (disabled by default, has to be enabled by changing wxUSE_HIGH_QUALITY_PREVIEW_IN_WXMSW to 1 in prntbase.cpp

2008-06-28 18:58 VZ, revision 54407

support wxDP_ALLOWNONE in generic wxDatePickerCtrl (#3164)