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-20 18:11 FM, revision 52638

fix header files so that they can be included directly without generating 'undefined reference' errors

2008-03-20 18:10 FM, revision 52637

fix a macroscopic error which made Doxygen generate invalid XML

2008-03-20 15:08 FM, revision 52636

make the Pen/Brush code backward compatible as discussed on wx-dev; marked the blocks of code to deprecate in future with FUTURE_WXWIN_COMPATIBILITY_3_0; add wxCHECK_MSG in all ports to block Get*() calls on invalid objects (as already is for all other refcounted objects and for most ports)

2008-03-20 15:06 VS, revision 52635

compilation fix for wxUSE_GUI=0

2008-03-20 13:45 VS, revision 52634

removed trailing whitespace in Doxygen files

2008-03-20 13:40 VS, revision 52633

removed wxAcceleratorTable copy ctor docs, no port implements it

2008-03-20 13:19 VS, revision 52631

forgot to fix one more place where it says accelerator tables can't be used with buttons in wxGTK

2008-03-20 06:00 BP, revision 52630

Finished review/fixes of GDI category of functions and macros.

2008-03-19 18:28 FM, revision 52626

further wxPenStyle/wxBrushStyle fixes for builds with compat off (partially by Marcin Wojdyr)

2008-03-19 14:09 SC, revision 52625

CGFloat

2008-03-19 13:26 SC, revision 52624

make background colour be the real color, to have inheritance work correctly

2008-03-19 13:24 SC, revision 52623

clean include

2008-03-19 13:23 SC, revision 52622

have bg style wxBG_STYLE_CUSTOM not skip event

2008-03-19 08:02 BP, revision 52620

Removed docs for old clipboard functions, and reviewed/fixed atomic ops, file & directory, and environment function categories.

2008-03-18 19:30 BP, revision 52618

Finished review of Dialogs category of functions and macros as well as choicdlg.h (assigned to myself).

2008-03-18 18:24 MW, revision 52617

Switch on build breakage email notifications.

2008-03-18 16:25 PC, revision 52616

revert removal of wxBU_AUTODRAW, now that it is again available with WXWIN_COMPATIBILITY_2_8==0

2008-03-18 16:21 VS, revision 52615

made wxAcceleratorTable work with buttons in wxGTK too

2008-03-18 16:19 VS, revision 52614

made wxAcceleratorTable work with buttons in wxGTK too

2008-03-18 16:17 VS, revision 52613

fixed unresolved symbols in wxSizer docs in 2.8

2008-03-18 14:04 VZ, revision 52612

added wxSpinCtrlDouble (slightly modified patch 1835864)

2008-03-18 13:27 VZ, revision 52611

provide stubs for Get/SetStippled() to fix the build

2008-03-18 12:52 FM, revision 52610

remove deprecation for wxBU_AUTODRAW; it needs some more work, too

2008-03-18 04:06 PC, revision 52605

remove duplicate wxTaskBarIconAreaBase::DoPopupMenu, extracting the one-line difference into a new virtual

2008-03-18 03:32 PC, revision 52604

move wxWindowGTK::DoPopupMenu back to window.cpp