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-08 22:46 VZ, revision 41756

SetOverflow() should be called with a bool argument, not m_overflow

2006-10-08 22:42 VZ, revision 41755

fix compilation after recent wxTextCtrl changes notice that it has become unfortunately impossible (or at least much more difficult) to maintain compilation when wxRICHTEXT_DERIVES_FROM_TEXTCTRLBASE is unset so I simply removed it as the code wouldn't compile anyhow

2006-10-08 22:40 VZ, revision 41754

moved DoSetValue() to wxTextCtrlBase instead of having it in almost, but not quite all, derived classes; linking fixes for wxCocoa/wxX11/wxMotif

2006-10-08 22:33 VZ, revision 41753

VC compilation fix after last commit

2006-10-08 22:22 SN, revision 41752

Initialize m_overflow in wxGridCellAttr::Clone.

2006-10-08 21:56 VZ, revision 41751

add IsOk() to all classes having Ok() method (patch 1570985)

2006-10-08 21:42 SN, revision 41750

Use "cdecl" linkage mode for all ports with OpenWatcom (particularly WXPM).

2006-10-08 21:30 SN, revision 41749

Use system colours for ownerdrawn highlighting (patch #1555426).

2006-10-08 21:01 VZ, revision 41748

small code simplification in DoSetValue() after the last change

2006-10-08 21:00 RR, revision 41747

Compile fix.

2006-10-08 20:52 VZ, revision 41746

compilation fix after last commit (apparently patch was misapplied)

2006-10-08 20:48 VZ, revision 41745

moved wxUSE_MS_HTML_HELP back into setup_inc.h (undoing change of rev 1.41) as it's needed for configure builds too

2006-10-08 20:38 VZ, revision 41744

add test for ChangeValue()

2006-10-08 20:28 VZ, revision 41743

testing whether signed char is greater than 127 is always false, cast it to unsigned first

2006-10-08 19:49 RR, revision 41742

Bump version.

2006-10-08 19:39 RR, revision 41741

Compile fix.

2006-10-08 17:52 VZ, revision 41740

added wxTextCtrl::IsEmpty()

2006-10-08 17:46 VZ, revision 41739

added wxTextCtrl::ChangeValue() which is the same as SetValue() but doesn't send the text changed event (first part of patch 1553551)

2006-10-08 17:37 VZ, revision 41738

added wxBookCtrl::ChangeSelection() which is the same as SetSelection() but doesn't send the page change events (second part of patch 1553551)

2006-10-08 17:19 VS, revision 41737

re-added wxUSE_MS_HTML_HELP to setup.h.in once again, it *IS* needed for mingw and cross-compilation

2006-10-08 17:18 VZ, revision 41736

avoid bitmap distortion when a non standard bitmap size is used (replaces patch 1477883)

2006-10-08 16:31 RR, revision 41735

New magic number for positioning the tree triangle.

2006-10-08 16:30 VZ, revision 41734

corrected last commit: Inflate() should be Deflate()

2006-10-08 16:00 JS, revision 41733

Strip menu codes out from notebook page labels

2006-10-08 15:59 PC, revision 41732

small cleanup

2006-10-08 15:59 RR, revision 41731

[ 1572220 ] Show popup when wxComboCtrl image area clicked

2006-10-08 15:59 PC, revision 41730

revert last change, plus small cleanup

2006-10-08 15:54 JS, revision 41729

It's valid to pass wxNOT_FOUND to SetSelection in order to clear selections. Avoid assert and erroneous setting of -1.

2006-10-08 15:54 PC, revision 41728

restore needed functions, wxMSW doesn't use wxBitmapHandlerBase

2006-10-08 15:50 VZ, revision 41727

compilation fix for PCH-less builds

2006-10-08 15:49 VZ, revision 41726

add support for wxCONTROL_ISDEFAULT to wxRendererMSW::DrawPushButton() (modified patch 1572887)

2006-10-08 15:49 RR, revision 41725

[ 1573138 ] small docs corrections

2006-10-08 15:44 VZ, revision 41724

(probably wrong) fix for wxMSW linking errors introduced by last commit

2006-10-08 15:18 VZ, revision 41723

added wxAboutDialogInfo

2006-10-08 15:17 VZ, revision 41722

add an newline between headers in wxGenericAboutBox

2006-10-08 15:15 VZ, revision 41721

close the dialog when close button is pressed, this is apparently needed by older GTK+ versions

2006-10-08 15:12 VZ, revision 41720

document wxAboutBox &c

2006-10-08 14:35 JS, revision 41719

Added missing include and missing underscores

2006-10-08 14:34 VZ, revision 41718

added empty virtual dtors to silence gcc warnings

2006-10-08 14:31 VZ, revision 41717

we need to set URL hook for the link to appear as a link in GtkAboutDialog

2006-10-08 14:23 VZ, revision 41716

use translators if explicitely specified, fall back to the standard translator-credits from message catalog otherwise

2006-10-08 14:16 JS, revision 41715

Added formatting and symbols dialogs.

2006-10-08 14:13 JS, revision 41714

Demonstrate new formatting and symbol dialogs.

2006-10-08 14:12 VZ, revision 41713

added example of customizing the generic about dialog and renamed wxAboutDialog to wxGenericAboutDialog

2006-10-08 14:12 JS, revision 41712

Added rich text formatting and symbol dialog files.

2006-10-08 14:10 VZ, revision 41711

fixed double free crash introduced by last commit

2006-10-08 14:05 JS, revision 41710

Added a customisable formatting dialog for wxRichTextCtrl. Control the visible tabs with flags passed to the constructor.

2006-10-08 14:04 JS, revision 41709

Added a symbol selection dialog, with optional font selection and full Unicode range with subranges.

2006-10-08 14:02 JS, revision 41708

Added option to set style from style listbox when single clicking or not. Changed DoSelection name to ApplyStyle.

2006-10-08 14:01 JS, revision 41707

Support for characters below 32 (not supported as text or entities by XML) Support for symbol font