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-24 13:02 FM, revision 52765

make the log file more readable; fix the count of warnings

2008-03-24 12:45 FM, revision 52764

use @a instead of @e where it makes sense

2008-03-24 12:45 FM, revision 52763

move macros out of the wxArray class decl

2008-03-24 12:23 FM, revision 52762

fix almost all deprecation warnings

2008-03-24 12:04 FM, revision 52761

add backward compat FindOrCreateFont

2008-03-24 02:38 VZ, revision 52756

fix (one off, so not really important) memory leak which happened if an application using XRCID() in event tables didn't initialize (and hence didn't shutdown) wx

2008-03-24 01:40 VZ, revision 52754

document wxSizerItem::SetMinSize()

2008-03-24 01:02 FM, revision 52753

final prototype fixes (done using ifacecheck)

2008-03-24 00:51 FM, revision 52752

fix the automatic modify mode

2008-03-24 00:51 FM, revision 52751

fix bug in buliding newtype string; fix GetAsString() to put proper spaces around args

2008-03-23 23:20 FM, revision 52750

add deprecation tags/attributes parsing

2008-03-23 23:19 FM, revision 52749

fix simple errors which block ifacecheck

2008-03-23 20:20 VZ, revision 52747

fix crash when pressing Up key in empty combobox

2008-03-23 19:39 BP, revision 52746

Removed @class command from templated classes. Doxygen doesn't seem to handle these well unless we just don't specify it, and let the parser find it from the declaration itself.

2008-03-23 19:16 FM, revision 52745

remove unused #defines; fix include header for MinGW32 wxMSW Trunk

2008-03-23 19:12 SN, revision 52744

Compilation fix.

2008-03-23 18:24 BP, revision 52743

Finished review/fixes of Math and Miscellaneous categories of functions and macros.

2008-03-23 18:24 PC, revision 52742

non-pch build fix

2008-03-23 18:08 FM, revision 52741

update infos about profiling under linux (callgrind utility has been merged with valgrind)

2008-03-23 18:04 FM, revision 52740

the control which can be enabled/disabled is a text control not a listbox

2008-03-23 17:41 SN, revision 52739

Updated brush/pen implementation for OS/2 to current implementation style.

2008-03-23 15:57 VZ, revision 52738

suppress warnings about hiding virtual functions in wxURLDataObject

2008-03-23 15:53 VZ, revision 52737

yet more compilation fixes after brush/pen style changes: remove trailing commas from enums

2008-03-23 14:54 SN, revision 52736

Fixed compilation after wxBrushStyle/wxPenStyle changes.

2008-03-23 14:41 SN, revision 52735

Compilation fix (CreateTimerImpl is taken from timerunx.cpp, so not inline).