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-03-18 03:01 PC, revision 52603

simplify wxEVT_MENU_OPEN/CLOSE generation

2008-03-18 01:39 BP, revision 52602

Added explicit information about which functions and macros are declared in what headers from last commit.

2008-03-18 01:34 BP, revision 52601

Finished review of Application Initialization and Termination category of functions and macros.

2008-03-17 22:10 BP, revision 52598

Fixed GENERATE_TAGFILE setting after realizing that the setting turns it on, and sets the output file at the same time.

2008-03-17 22:05 BIW, revision 52597

vista tree crash fix

2008-03-17 21:22 BIW, revision 52596

vista tree crash fix

2008-03-17 21:14 BP, revision 52595

One last navigation tab font adjustment, and made search input only generate for HTML (what's used for daily online docs). All formats default to off, and need to be explicitly turned on in alternate configuration files (settings can be overridden).

2008-03-17 21:09 VZ, revision 52594

use static functions instead of static variables for critical sections to avoid crashing if a log function using a CS is called during static objects initialization

2008-03-17 21:00 RD, revision 52590

Make some wxDataViewCustomRenderer virtuals consistent across platforms. Add missing WXDLLIMPEXP_ADV. Add missing impl for wxDataViewEvent::GetPosition

2008-03-17 20:57 VZ, revision 52589

don't provide unnecessary (as default) arguments to wxPen ctor, this incidentally fixes deprecation warnings

2008-03-17 20:46 VZ, revision 52588

don't provide unnecessary (as default) arguments to wxPen ctor, this incidentally fixes deprecation warnings

2008-03-17 18:40 BP, revision 52587

Bumped up the size of fonts used in the top tabs and in member tables to something a little more reasonable (if I'm annoyed by the font size, it's definitely too small).

2008-03-17 18:26 PC, revision 52586

fix a huge number of build errors

2008-03-17 17:33 FM, revision 52585

restore previous encoding, changed for error to UTF8

2008-03-17 16:14 VS, revision 52584

added back docs for wxWindow::WindowToClientSize, added some missing @since tags

2008-03-17 13:48 MW, revision 52583

Show compiler version at the top of the logs.

2008-03-17 13:46 VZ, revision 52582

implement wxSpinCtrl::Reparent() to properly reparent both the spin button and the text control part [backport of r52543 from trunk]

2008-03-17 08:58 SC, revision 52581

fix default values after types were changed

2008-03-17 04:25 PC, revision 52579

reorganize deferred show logic a bit, to reset m_deferShow properly and avoid realizing unnecessarily

2008-03-17 00:47 FM, revision 52578

revised b* headers; moved wxPenList and wxBrushList to the correct places; partially revised wxPen docs

2008-03-17 00:46 FM, revision 52577

some more build fix for wxPen/wxBrush style changes

2008-03-16 22:42 FM, revision 52576

build fix (looking at buildbot)

2008-03-16 21:50 FM, revision 52575

pen.h depends from brush.h in compat mode

2008-03-16 21:36 FM, revision 52574

fix typos and update MSW code to use new wxPENSTYLE_* enum values

2008-03-16 21:11 FM, revision 52573

fix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap enums instead of plain int; remove from wxBrushStyle the styles wxPen-specific; add backward-compatible ctor to wxPen; don't include brush.h and pen.h from gdicmn.h, rather move wxPenList,wxBrushList,wxFontList in the relative headers