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-02-10 00:38 BP, revision 58821

Fixed section identifiers (the added section needed a unique id) in topic overviews page in the manual.

2009-02-10 00:15 FM, revision 58820

fix for when wxUSE_DRAG_AND_DROP==0 (e.g. in wxX11)

2009-02-09 21:17 VZ, revision 58819

compilation fix for GTK+ < 2.10

2009-02-09 18:48 KO, revision 58817

We'll get an unhandled exception if the view is hidden, fortunately, lockFocusIfCanDraw does the right thing here, or at least the best we can hope for.

2009-02-09 18:03 SC, revision 58816

paint event handling fixes and wxClientDC implementation for osx-cocoa

2009-02-09 17:59 SC, revision 58815

make sure no delegates/impl ptrs are still set during destruction

2009-02-09 17:53 SC, revision 58814

flipped accessor conforming to plain c++ impl

2009-02-09 16:43 JMS, revision 58813

Fixed (hopefully) wx_dll.dsw regarding propgrid and stc (closes #10463)

2009-02-09 13:41 VZ, revision 58812

don't use invalid item indices in wxLC_HRULES-drawing code (closes #10484)

2009-02-09 13:16 VZ, revision 58811

fix MSVC warnings about possibly uninitialized variables; some reindentation

2009-02-09 13:12 VZ, revision 58810

compilation fix for wxUSE_STL build after latest changes

2009-02-09 10:19 RR, revision 58809

Mention wxTaskBarIcon reimplementation, other details

2009-02-09 09:54 RR, revision 58808

Compile fix

2009-02-09 09:54 SC, revision 58807

drawing code now in common file

2009-02-09 09:53 SC, revision 58806

GetRegion is not needed anymore

2009-02-09 09:41 SC, revision 58805

replacing RgnHandle with HIShapeRef usage

2009-02-09 09:01 SC, revision 58804

common drawing code for osx-cocoa and osx-carbon, also since 10.5 HIShapeRef is in ApplicationServices, so this can be used for all osx-cocoa builds as native wxRegion implementation

2009-02-09 08:48 RR, revision 58803

Fixes #10454, Applied patch for wxDataViewCtrl should not change the selection when clicking the expander. Thanks.

2009-02-09 05:22 KO, revision 58802

Remove delegates before releasing the native object, so that we don't have delegate methods getting called during destruction.

2009-02-09 02:21 KO, revision 58797

Do a sanity check to make sure GetWindow() has a valid window, and assert if it doesn't. On OS X Cocoa, try to continue on in release mode.

2009-02-09 02:20 KO, revision 58796

Initial support for EVT_ERASE_BACKGROUND for OS X Cocoa.

2009-02-09 00:53 FM, revision 58788

fix memory leak; allocate the DC before SetFont() is called on the status bar

2009-02-09 00:46 KO, revision 58787

Update OS X Cocoa build files after recent changes and rebake.

2009-02-09 00:33 FM, revision 58786

save the current status text for each pane inside wxStatusBarPane: native controls now store the (eventually) ellipsized version of the string; remove code for managing the status strings currently inside the [native|generic] control; add ellipsization support under wxMSW; now that all SetFieldsCount() implementation rrely on wxStatusBarBase::SetFieldsCount document how it behaves when adding new panes.

2009-02-08 23:46 KO, revision 58785

Initial commit of script to generate releases which doesn't rely on any manifests or other file lists.