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-11-22 23:16 BP, revision 56920

Documented some DrawText() parameters missed in the last commit.

2008-11-22 23:03 BP, revision 56919

Reviewed and cleaned up the rest of the graphics.h interface header.

2008-11-22 23:00 FM, revision 56918

fix minor typos

2008-11-22 22:50 FM, revision 56917

added group 'grid' (fixes #10217)

2008-11-22 22:40 VZ, revision 56916

document all overloads of DrawText()

2008-11-22 22:40 VZ, revision 56915

fix compilation after r56753 (closes #10218)

2008-11-22 20:03 FM, revision 56914

modernize the documented systems to declare new events

2008-11-22 16:41 JMS, revision 56913

Updated event type declarations to follow what other sub-libraries do these days (ie. DECLARE_EXPORTED_EVENT_TYPE is no longer used)

2008-11-22 15:59 FM, revision 56912

render the content of @c tags in a slightly more visible way; currently using DejavuSans as font in Firefox (i.e. the default font) the differences between @c-styled text and normal text are almost unnoticeable

2008-11-22 15:56 FM, revision 56911

give a name to the enum to make it easier to reference it in docs; wxFSVolume shouldn't be considered incomplete anymore

2008-11-22 15:54 FM, revision 56910

give a name to the enum to make it easier to reference it in docs

2008-11-22 15:53 FM, revision 56909

clarify role of wxToolBarToolBase (fixes #9874)

2008-11-22 15:36 FM, revision 56908

fix for doxygen warnings

2008-11-22 15:29 FM, revision 56907

document wxFSVolume (fixes #3977)

2008-11-22 14:36 FM, revision 56906

fix wxList<T>::resize description (fixes #10207)

2008-11-22 14:34 VZ, revision 56905

use TCP for this benchmark under Windows too (and not DDE)

2008-11-22 14:33 VZ, revision 56904

no need to disable DoTestSwap() for VC6 any more with latest wx/cppunit.h

2008-11-22 14:29 FM, revision 56903

document mac.textcontrol-use-spell-checker (fixes #10165)

2008-11-22 14:20 FM, revision 56902

fixes #10131

2008-11-22 14:18 FM, revision 56901

be more precise about range in indeterminate-mode wxGauges (fixes #10125)

2008-11-22 14:00 FM, revision 56900

documented wxTaskBarIconEvent (fixes #10021)

2008-11-22 13:56 FM, revision 56899

minor fixes

2008-11-22 13:42 FM, revision 56898

clarify wxListCtrl::GetItem (fixes #9640)

2008-11-22 13:12 FM, revision 56897

clarify how top-level windows are used by wxApp (fixes #9448)

2008-11-22 12:44 FM, revision 56896

fix docs for wxInputStream::GetC(); fixes #4461