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

2008-03-09 12:59 VZ, revision 52411

use extra parentheses to fix Borland problems with operator?:

2008-03-09 12:57 VZ, revision 52410

don't use native headers in wxUniv build (this doesn't even link under MSW)

2008-03-09 12:55 VZ, revision 52409

suppress (harmless) warnings about unused variables

2008-03-09 12:47 VZ, revision 52408

document "wrap" attribute for wxStaticText

2008-03-09 12:33 FM, revision 52407

removed @NULL,@true,@false tags from the function prototypes; fixed * and & displacing in the prototypes; changed @param as discussed on wx-dev; use @see instead of @sa; better indentation for @returns,@remarks,@see paragraphs; other misc fixes

2008-03-09 12:31 FM, revision 52406

don't style using Doxygen tags; use <span> tags and CSS instead

2008-03-09 11:58 FM, revision 52405

fix missing end brace

2008-03-09 11:08 FM, revision 52404

adjust comments for latex Doxyfile; no real change; add Id keyword

2008-03-09 03:27 RD, revision 52399

Enable XRC to call wxStaticText::Wrap

2008-03-09 03:27 RD, revision 52398

Enable XRC to call wxStaticText::Wrap

2008-03-09 03:24 RD, revision 52397

Don't need to use wxHAVE_RAW_BITMAP any more.

2008-03-09 03:21 RD, revision 52396

Don't need to use wxHAVE_RAW_BITMAP any more.

2008-03-08 23:04 VZ, revision 52395

wxUniv compilation fix for gs_windowHandles assignment

2008-03-08 23:04 VS, revision 52394

fixed 'Select All' context menu in wxTextCtrl with wxTE_RICH style

2008-03-08 21:52 SC, revision 52393

latex include is not making things worse, so we use it all the same

2008-03-08 21:34 SC, revision 52392

latex include not properly working for links and titlepage

2008-03-08 21:32 SC, revision 52391

fixes

2008-03-08 21:18 SC, revision 52390

pdflatex support

2008-03-08 21:15 SC, revision 52389

adding files for pdflatex support

2008-03-08 17:32 FM, revision 52388

use SPAN.literal CSS style for @true, @false, @ifdef_ and similars

2008-03-08 17:30 FM, revision 52387

specify we don't use # character; other minor details

2008-03-08 16:08 MW, revision 52386

Typo in filesNotImportant.

2008-03-08 15:46 SC, revision 52385

cleaning up common OSX code

2008-03-08 15:30 FM, revision 52384

more comments

2008-03-08 14:43 FM, revision 52383

adjusted indentation with astyle; added Id keyword