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-08 23:24 KO, revision 58784

Enable wxDVC on OS X Cocoa using the generic control.

2009-02-08 23:21 KO, revision 58783

Stub out GetMatchingPair() for now to allow us to use the generic wxDVC on Cocoa.

2009-02-08 23:08 KO, revision 58782

Crash fix for when a wxNullBitmap is passed in as the bitmap to use.

2009-02-08 23:05 KO, revision 58781

Header fix for OS X Cocoa build.

2009-02-08 22:33 FM, revision 58779

revert changes erroneously committed (sorry)

2009-02-08 22:25 FM, revision 58778

2009-02-08 22:21 PC, revision 58777

new wxTaskBarIcon implementation for GTK2

2009-02-08 22:11 FM, revision 58776

allow the user to set the status bar font

2009-02-08 21:34 FM, revision 58775

use a single update UI handler for all menu commands which act only on the default status bar

2009-02-08 20:54 PC, revision 58774

non-pch build fix

2009-02-08 20:51 PC, revision 58773

do only what is necessary in SetScrollbars(), let the base class do the rest

2009-02-08 20:38 VS, revision 58772

fixed creation of tests/benchmarks VC++ project files - name them correctly

2009-02-08 19:21 FM, revision 58771

do not deselect the item the user has just selected: it just modifies the normal behaviour of the control in an unexpected way (no highlight rectangle, etc) and seems to block any item-specific operation when instead you can double click an item to get more info on it

2009-02-08 19:17 FM, revision 58770

optimize rendering code by calling GetClientSize(), GetTextExtent() and CalculateAbsWidth() only when strictly needed; update cache from an OnSize() event handler; fix RTL code: wxDC::DrawText() is RTL-aware itself and doesn't need special calculations

2009-02-08 19:14 FM, revision 58769

revert insert=>append change; only for wxELLIPSIZE_END append() is valid

2009-02-08 19:11 FM, revision 58768

remove mobile samples from samples.bkl (last part of r58765)

2009-02-08 18:24 SC, revision 58767

turning on icons for osx-cocoa

2009-02-08 15:59 VZ, revision 58766

remove remaining traces of samples/mobile (continuation of r58765)

2009-02-08 15:38 FM, revision 58765

remove 'mobile' samples as they're not useful from a didactive POV nor they show specific features

2009-02-08 15:33 FM, revision 58764

update italian translation; add a Q+A for updating an existing internat translation

2009-02-08 15:31 FM, revision 58763

put MyFrame creation code in its ctor, not in MyApp; create a status bar to show its RTL features; add some help strings to menu items

2009-02-08 15:20 VZ, revision 58762

don't react to wxEVT_DESTROY events from child windows

2009-02-08 14:55 VZ, revision 58761

add _T() to fix compilation after the last change

2009-02-08 13:30 FM, revision 58760

use Ellipsize() in wxStatusBarGeneric so that the text is correctly ellipsized when exceeding field width; avoid that text overlaps the size grip

2009-02-08 12:56 FM, revision 58759

split wxControl::Ellipsize() in two functions for better readability of the code; add support for ellipsization flags which allow to disable special processing of TAB/mnemonics characters