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-12 05:46 PC, revision 52447

don't defer showing if _NET_FRAME_EXTENTS handler is not connected

2008-03-11 18:20 MW, revision 52446

Add configuration for push builds.

2008-03-11 18:14 BP, revision 52445

Removed printer functions from doxygen docs (they were deprecated at least since 2.6, and don't actually exist in current source). Updated function and macro pages to use simply "()" and not "::" or "#".

2008-03-11 14:06 VZ, revision 52444

VC6 compilation fix: remove redundant end variable declaration in Destroy()

2008-03-11 11:31 JS, revision 52443

Typo correction

2008-03-11 09:35 VS, revision 52442

RPM spec files should use Unix line endings

2008-03-11 07:57 BP, revision 52438

Looking for comments on new functions and macros organization of Doxygen docs shown with this commit, see wx-dev.

2008-03-11 00:03 VZ, revision 52437

delete wxNativeContainerWindow when the native window is destroyed, even if this means leaking memory in GTK case -- still better than getting X errors and crashing

2008-03-10 19:40 VZ, revision 52430

fix handling of native toolkit command line options broken by wxCmdLineArgsArray change

2008-03-10 16:23 FM, revision 52429

interface headers reviewed

2008-03-10 15:54 VZ, revision 52428

compilation fix after last commit

2008-03-10 15:50 VZ, revision 52427

added wxNativeContainerWindow and implemented it for wxMSW and wxGTK

2008-03-10 15:36 FM, revision 52426

update the technote with the conventions recently defined

2008-03-10 15:24 FM, revision 52425

regenerated headers to remove @seealso in favour of @see; fixed links to global functions/macros; converted \since latex macros into @wxsince commands; changed headers purpose from 'documentation for' to 'interface of'

2008-03-10 15:19 FM, revision 52424

fixed links to global variables; fixed categories; use @see instead of @seealso

2008-03-10 15:11 FM, revision 52423

use CSS spans instead of \sections so that we uniform the look to the Doxygen HTML for @see tag; remove @seealso and rather use the std @see tag

2008-03-10 13:55 VZ, revision 52422

fix WXDLLIMPEXP_FWD declaration of wxCollapsiblePane

2008-03-10 02:55 VZ, revision 52420

further simplifiy USE_NATIVE_HEADER_WINDOW checks

2008-03-09 18:13 FM, revision 52419

remove spurious \b

2008-03-09 17:46 MW, revision 52418

Add interface/* to fileNotImportant.

2008-03-09 17:42 FM, revision 52417

revised the first two interface headers

2008-03-09 17:42 FM, revision 52416

use wxAcceleratorEntryFlags as wxACCEL_* enum name so it's easier to refer to it in wxDocs

2008-03-09 17:09 FM, revision 52415

fixed category

2008-03-09 16:24 FM, revision 52414

add const qualifiers

2008-03-09 13:14 VZ, revision 52412

remove wxTextAttr::CreateFont(); return wxNullFont from GetFont() if we have no font attributes