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-07-03 17:22 RD, revision 39953

The richtext DLL needs to also link with the html and xml DLLs.

2006-07-03 17:11 MR, revision 39952

Backport of patch 1495562 (with changes as in the commit to HEAD). Mostly spelling fixes. Second pass (the conflicting file).

2006-07-03 16:45 MR, revision 39951

Backport of patch 1495562 (with changes as in the commit to HEAD). Mostly spelling fixes. First pass (only non-conflicting files).

2006-07-03 15:12 ABX, revision 39950

Rich text lib separation.

2006-07-03 12:48 ABX, revision 39949

[ 1515217 ] wxComboCtrl textctrl event propagation bug.

2006-07-03 12:41 VZ, revision 39948

removed wxHyperlinkCtrl from this sample, it's not in the widgets one

2006-07-03 12:39 VZ, revision 39947

make the frame big enough to show all controls initially

2006-07-03 12:23 ABX, revision 39946

[ 1515520 ] wxOwnerDrawnComboBox mouse hover on partially visible item.

2006-07-02 22:07 SN, revision 39945

Updated information on concurrent installs. Made tab usage consistent in description of configure options.

2006-07-02 21:57 SN, revision 39944

Removed some outdated stuff.

2006-07-02 21:40 SN, revision 39943

Fixed typos in comments (patch #1515724)

2006-07-02 21:11 SN, revision 39942

Fixes to sizing and others, according to patch #1507207.

2006-07-02 13:43 JS, revision 39941

Implemented wxTextAttrEx::CombineEx and wxRichTextAttr::Combine Setting the default style now combines the default with the new style, instead of just overriding it, so it is possible to select e.g. bold and italic simultaneously in the sample

2006-07-02 12:56 VZ, revision 39940

corrected preview scale calculation (patch from Daniel Walter)

2006-07-02 12:49 VZ, revision 39939

use PROOF_QUALITY in LOGFONT by default

2006-07-02 12:47 VZ, revision 39938

take pixel sizes into account as well when comparing fonts, not just point sizes which could be the same for fonts with slightly different height in pixels or, worse, the fonts with the same height but compeltely different widths

2006-07-02 07:41 JS, revision 39937

Added wxTextCtrlBase to type info, useful if different text control implementations are available

2006-07-02 07:17 JS, revision 39936

Typo correction

2006-07-02 06:58 JS, revision 39935

Seems to work fine without switching off anti-aliasing now

2006-07-02 01:35 VZ, revision 39934

fix appearance problems when the cell is scrolled (patch 1515458)

2006-07-02 01:31 VZ, revision 39933

use gtk_file_chooser_set_current_folder() instead of gtk_file_chooser_set_filename() in GTK+ native SetPath() branch (patch 1513554)

2006-07-02 01:30 VZ, revision 39932

added indirect base classes too (patch 1513451)

2006-07-02 01:28 VZ, revision 39931

Index() is const (patch 1513451)

2006-07-02 01:27 VZ, revision 39930

fixed GetPrevious() and comparison operators in wxUSE_STL build (patch 1354568)

2006-07-02 01:22 VZ, revision 39929

added ExpandAllChildrne() (patch 1498343)