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

2006-10-16 19:50 RD, revision 42056

Destroy the FileDialog when finished with it

2006-10-16 19:49 RD, revision 42055

Add a utility function that can calculate word-wrap line breaks, and use it in the AboutBox demo.

2006-10-16 18:27 RD, revision 42054

Don't make a property out of GetEnableEffects, it hides the EnableEffects method

2006-10-16 18:25 RD, revision 42053

Call wxRichTextModuleInit

2006-10-16 18:16 RR, revision 42052

Made wxWindow::Update() a little clearer.

2006-10-16 18:13 RD, revision 42051

Merge new item attributes if any are already existing

2006-10-16 18:12 RD, revision 42050

Add wxRichTextModuleInit

2006-10-16 13:26 ABX, revision 42049

[#1577388] - fix for scaling in wxImage.

2006-10-16 13:22 ABX, revision 42048

Added test for scaling and bluring wxImage.

2006-10-16 12:37 ABX, revision 42047

Allow building without calendar.

2006-10-16 09:30 ABX, revision 42046

CVS tags cleaning (with other minor cleaning).

2006-10-16 09:04 ABX, revision 42045

Fix for assert in 'dynarray.cpp' by Jaakko Salli.

2006-10-15 20:21 RR, revision 42044

Readd gtk_widget_set_size_request() to prevent -1,-1 from being allocated.

2006-10-15 20:12 RR, revision 42043

Implement mnemnic support for wxToggleButton.

2006-10-15 19:59 PC, revision 42042

remove gtk_pizza_expose, its purpose is easily accomplished from existing expose-event handler in window.cpp

2006-10-15 19:44 RR, revision 42041

I don't think anylonger that DrawHeaderButton() should be used for drawing grid row/col buttons. Also, the GTK2 port should not waste space per line of wxMSW doesn' waste it neither.

2006-10-15 19:18 RR, revision 42040

Left unused variable around. Adjust window placement in the correct direction in RTL. This corrects in-place editing in wxGrid.

2006-10-15 19:13 RR, revision 42039

Use widget->allocation instead of querying the window size with a gdk_ call.

2006-10-15 19:11 RR, revision 42038

Do not remove GDK events for native GTK+ controls.

2006-10-15 18:44 RR, revision 42037

[ 1577675 ] Fix for GTK warnings in wxNotebook::DoRemovePage

2006-10-15 18:05 PC, revision 42036

non-pch build fix, cleanup

2006-10-15 18:04 PC, revision 42035

non-pch build fixes

2006-10-15 18:03 PC, revision 42034

probable typo

2006-10-15 15:51 MBN, revision 42033

Fix setting the clipping region for a DC when the region is an actual wxRegion. Fix some positioning/sizing bugs, mosting affecting controls inside scrolled windows.

2006-10-15 15:45 MBN, revision 42032

Added wxRTTI macros to buffered DCs. Fix a signed/unsigned warning.