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

2009-01-27 15:35 RR, revision 58459

Fix for GetScrollPos() assert

2009-01-27 14:48 VZ, revision 58457

don't do anything in SetWindowMenu() if we're setting the same menu as we already have

2009-01-27 14:02 VZ, revision 58456

yet another blind attempt to run tests with --timing option (or how adding a single option can turn into a 2 day endeavour thanks to the power of XSLT)

2009-01-27 13:10 VZ, revision 58455

add missing headers for PCH-less build

2009-01-27 12:33 FM, revision 58454

fix PCH builds

2009-01-27 12:05 FM, revision 58453

fix crash when calling InsertColumn() on a wxListCtrl with wxLC_NO_HEADER style

2009-01-27 12:01 FM, revision 58452

small cleanup; move private class definitions in a private header

2009-01-27 11:22 FM, revision 58451

include wx/mdi.h also for non-PCH builds

2009-01-27 11:13 FM, revision 58450

include wx/mdi.h also for non-PCH builds

2009-01-26 23:38 VZ, revision 58447

add more wxUSE_MENUS guards

2009-01-26 23:32 VS, revision 58446

Automatically adjust toolbar's tool size if the provided bitmaps don't fit into the default size.

2009-01-26 23:20 VZ, revision 58445

don't include wx/mdi.h from wx/wx.h when building the library itself as it's only used by mdi.cpp and it doesn't make sense to include it in the PCH

2009-01-26 23:20 VS, revision 58444

Automatically adjust toolbar's tool size if the provided bitmaps don't fit into the default size.

2009-01-26 23:18 VZ, revision 58443

use a virtual function instead of wxDynamicCast(wxMDIParentFrame) in wxFrame code: this not only makes the code cleaner but should also remove the last dependency on MDI code when linking wx applications not using MDI

2009-01-26 23:17 VZ, revision 58442

test ShowFullScreen() to verify that restoring menu works correctly

2009-01-26 23:16 VS, revision 58441

changed wxMSW's default toolbar bitmaps size from obsolete 16x15 to 24x24 used by modern apps

2009-01-26 22:55 VZ, revision 58440

disable the "Next" and "Previous" commands in the window menu if we have a single child only; update the copyright

2009-01-26 22:40 FM, revision 58439

cleanup a bit the wxSplashScreen code; don't Yield() on wxGTK as it's not needed at all (at least with GTK+ 2.12.9

2009-01-26 22:27 VZ, revision 58438

trying to make the tests run in trunk release build again

2009-01-26 20:43 RR, revision 58437

Removed queuedResize code again as GTK+ does this internally already

2009-01-26 18:57 FM, revision 58436

suppress warning about unused win pointer when wxUSE_GRAPHICS_CONTEXT==0

2009-01-26 18:31 BP, revision 58435

Fixed the margins on the class diagram dropdown image after all images were globally given a margin if 20px (I wish this could have been done differently, but it doesn't look like there's any better way of making sure the right images in the manual have a reasonable margin).

2009-01-26 18:20 KO, revision 58434

Since on Mac, wxNonOwnedWindow now defines SetShape, the 'base' definition at wxTopLevelWindow level overrides the real impl.

2009-01-26 18:17 KO, revision 58433

We need to use special APIs that don't active the window automatically.

2009-01-26 17:28 JMS, revision 58432

Added wxPGChoices::Copy(), tweaked related documentation