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-28 18:56 VZ, revision 54406

forward port 2.8.8 changelog

2008-06-28 18:18 VZ, revision 54405

deprecate wxTE_AUTO_SCROLL as it's always on in the ports which support it anyhow (#2176)

2008-06-28 15:32 VS, revision 54404

split wxPrintPreviewBase::RenderPage() into helper methods in the same way its done on the trunk

2008-06-28 15:16 VS, revision 54403

backport of r53980: fixed wxHTML default font size for printing to be 12pt regardless of the platform

2008-06-28 01:49 VZ, revision 54400

don't activate items on Alt-Space or Alt-Enter (#9615)

2008-06-28 01:43 VZ, revision 54399

test for either Ctrl or Shift in MSWShouldPreProcessMessage() instead of Ctrl twice (#9620)

2008-06-28 01:40 VZ, revision 54398

don't call OnData() if OnEnter() rejected the drag (#9634)

2008-06-28 00:17 SN, revision 54397

Restricted column/row resizing in cell window to left button for consistency with label windows and because ending the resize is only handled in case of LeftUp() (Fixing #4212).

2008-06-28 00:10 SN, revision 54395

Restricted column/row resizing in cell window to left button for consistency with label windows and because ending the resize is only handled in case of LeftUp() (Fixing #4212).

2008-06-27 21:32 BP, revision 54393

#9605: Documentation Corrections for richtextctrl.h

2008-06-27 21:31 BP, revision 54392

#9589: Documentation Corrections for textctrl.h

2008-06-27 21:07 VZ, revision 54391

use wxIconizeEvent::IsIconized() instead of deprecated Iconized()

2008-06-27 18:23 BP, revision 54388

Forgot to export the environment variable so Doxygen picks it up for stripping the path.

2008-06-27 18:00 BP, revision 54387

Commit 3 of 3 for Doxygen path fixes, this one finally removes all 600+ unnecessary uses of @wxheader and @headerfile.

2008-06-27 16:47 BP, revision 54386

Part 2 of 3 commits bringing proper Doxygen path usage without use of @wxheader.

2008-06-27 16:22 BP, revision 54385

Moved all interface headers into a 'wx' subdirectory for proper use of Doxygen path settings.

2008-06-27 15:27 SC, revision 54384

use default fonts that have also bold and italic variants present on the system (CoreText does not synthesize font variants) fixes #4751

2008-06-27 14:14 RR, revision 54383

Added mostly empty wxLaunchDefaultApplication

2008-06-27 13:47 RR, revision 54382

Ticket #9641: wxBitmapComboBox_SetFont.patch, making it public

2008-06-27 13:45 RR, revision 54381

Fix warning

2008-06-27 13:19 RR, revision 54380

gtk wxStaticText and wxALIGN_CENTER_VERTICAL

2008-06-27 09:50 SC, revision 54379

was incorrectly forcing the font to 12 in most cases, fixes #4745

2008-06-27 06:31 BP, revision 54378

Separated out function grouping for less confusing parameter docs. (#9651)

2008-06-26 17:25 VZ, revision 54377

build fix for PCH-less build

2008-06-26 12:47 SC, revision 54376

updating help texts, fixes #9647