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

2009-02-08 11:49 SC, revision 58758

menu fixes, also fixes #10479

2009-02-08 11:45 VZ, revision 58757

add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros

2009-02-08 11:35 SC, revision 58756

adding scroll wheel support

2009-02-08 10:32 VZ, revision 58755

don't reuse the double click handled in activation event handler for toggling the item [backport of r57025 from trunk] (closes #9761)

2009-02-08 10:29 VZ, revision 58754

don't generate EVT_LISTBOX_DCLICK events with incorrect indices [backport of r58405 from trunk] (closes #10429)

2009-02-08 10:23 VZ, revision 58753

fix repaining of highlight for merged cells [backport of r55630 from trunk] (closes #9718)

2009-02-08 10:17 VZ, revision 58752

change not only the focus but also last remembered TLW focus in SetValue() to avoid focus being reset to the wrong radio button when TLW regains activation [backport of r54453 and r54454 from trunk] (closes #9676)

2009-02-08 10:05 VZ, revision 58751

do case normalization after long path one, this fixes the problem with incorrect paths case under Vista [backport of r53732 from trunk] (closes #9162)

2009-02-08 10:01 VZ, revision 58750

don't load comctl32.dll, just get the handle of the already loaded instance of it instead [backport of r56863 and r57405 from trunk] (closes #10203)

2009-02-08 09:47 VZ, revision 58749

only do (c) and (C) translation in Unicode build

2009-02-08 09:46 VZ, revision 58748

translate (c) and (C) to \u00a9 in wxAboutDialog [backport of r57245, r57514 and r57840 from trunk] (closes #4216)

2009-02-08 09:28 VZ, revision 58747

make dtor public to fix VC6 build

2009-02-08 09:16 VZ, revision 58746

use bitmap mask if any in splash screen (closes #10470)

2009-02-08 01:20 FM, revision 58745

some more SetIcon() calls added; cleanup indentation of some samples

2009-02-08 01:01 FM, revision 58744

always call SetIcon() on the main frame of the sample; some small cleanup

2009-02-08 00:47 FM, revision 58743

merge wxEditableListBox sample in widgets sample (it was a 60-lines sample of a single control showing limited features)

2009-02-07 23:46 VZ, revision 58742

fix other insert() overloads to work when inserting at the end of the list, continuation of r56299 (see #10103)

2009-02-07 23:37 VZ, revision 58741

fix insert(end()) [backport of r56299]

2009-02-07 23:23 VZ, revision 58740

removed wrong check from splice(it, list, first)

2009-02-07 23:23 KO, revision 58739

Implement GetDashCount() for Carbon/Cocoa.

2009-02-07 23:20 KO, revision 58738

Add (currently unimplemented) missing wxRegion constructors for wxRegionGeneric.

2009-02-07 23:19 KO, revision 58737

Assert if these methods are triggered to alert the user they are not implemented.

2009-02-07 23:19 FM, revision 58736

build wrapsizer sample when wxUSE_GUI==1

2009-02-07 23:17 KO, revision 58735

The GL library needs access to this.

2009-02-07 23:10 VZ, revision 58734

fix wxList::erase(it, end()) in non-STL build (see #10103)