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):

2009-01-28 21:36 VZ, revision 58485

another fix for wxUSE_DRAG_AND_DROP==0 build

2009-01-28 17:30 FM, revision 58484

use singular when documenting group of functions as the docs are automatically distributed by Doxygen over all members of the group

2009-01-28 16:44 KO, revision 58483

Adding docs for new wx interface methods.

2009-01-28 13:55 VZ, revision 58481

rename wxRendererNative::DrawRadioButton() to DrawOptionButton() to avoid conflict with wxUniv function with the same name

2009-01-28 13:41 VZ, revision 58480

fix remaining cases of wxWindow::ProcessEvent() calls; add convenient ProcessWindowEvent() wrapper and document it; also document this (incompatible) change itself

2009-01-28 10:24 RR, revision 58479

Fixes #10443: wxListCtrl::MoveToItem

2009-01-28 09:14 VZ, revision 58478

remove the recently added MSWFindMenuBarItem() as we already had FindItemInMenuBar() for the same purpose; just change the latter to return a non-const pointer; this fixes help string display in the status bar for the window menu items

2009-01-28 09:01 VZ, revision 58477

no real changes, just small cleanup, in particular use more consistent variable names

2009-01-28 09:00 VZ, revision 58476

don't duplicate menu creation code in the parent and child frames

2009-01-28 07:44 JJ, revision 58475

Update OpenVMS compile support

2009-01-28 01:01 FM, revision 58474

better docs for wxDataViewColumn

2009-01-28 00:51 FM, revision 58473

fix doxygen warnings

2009-01-28 00:44 FM, revision 58472

document various enumerations defined in defs.h; give a name to the anonymous enum for the standard IDs; move wxKeyCode and wxKeyModifier enums in defs.h removing their dedicated pages of the manual

2009-01-28 00:36 FM, revision 58471

no real changes; just cosmetic

2009-01-28 00:36 FM, revision 58470

move wxSizer docs to the beginning of the file, before derived classes

2009-01-28 00:09 VZ, revision 58469

define a separate run-tests-with-timing tag

2009-01-27 20:20 FM, revision 58468

small reorganization; no real change

2009-01-27 19:46 BP, revision 58467

Applied documentation typo/grammer corrections from charles (#10439).

2009-01-27 19:19 BP, revision 58466

Quick 2.8 branch Unicode build fix.

2009-01-27 18:40 BP, revision 58465

Fixed the class diagrams javascript to initialize the dropdown button image to the correct image.

2009-01-27 17:42 BP, revision 58464

Forward ported r58463. (Check for null text control in wxPickerBase fixing a focus event crash on control deletion on OSX 10.5 that will need to eventually be fixed, but this should be done anyway, and at least fixes wxFilePickerCtrl for now.)

2009-01-27 17:39 BP, revision 58463

Check for null text control in wxPickerBase fixing a focus event crash on control deletion that will need to eventually be fixed, but this should be done anyway, and at least fixes wxFilePickerCtrl for now.

2009-01-27 16:47 VZ, revision 58462

refactor WM_COMMAND messages handling in MDI frames to avoid duplicating code unnecessarily and generally streamline it; added possibility to use custom menu commands in the "Window" menu and specifying accelerators for them now works too (show this in the sample); finally added standard ids for the MDI window menu commands

2009-01-27 16:45 VZ, revision 58461

added CreateAccelTable() helper which creates the accel table for just this menu

2009-01-27 16:40 VZ, revision 58460

added template wxScopedArray<> too