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

2006-10-08 14:00 JS, revision 41706

Use paragraph's attributes for paragraph-related styles, and also use combined attributes

2006-10-08 14:00 JS, revision 41705

Don't use double buffering on platforms that do it automatically. Filters out unrecognised keycodes in OnChar, and added numeric keypad navigation keycodes. Added SetStyleEx which takes flags for specifying option such as optimization (only apply necessary styles), char/para style only, and use undo. Used SetStyleEx when applying styles to avoid applying character styles to paragraph objects, and vice versa.

2006-10-08 13:59 JS, revision 41704

Added paragraph symbol font (Get/SetSymbolFont in attribute) and use this font instead of paragraph font if specified. wxRichTextBuffer::SetStyle extended to respond to flags for specifying undo, optimization (only apply the style necessary for display when content/base/paragraph attributes are combined), and para/character styles only. wxRichTextBuffer::GetStyleForRange gets the common attributes for a range, e.g. for showing common attributes in a formatting dialog. Implemented Roman numeral bullet points. Fixed wxRichTextImage copy bug.

2006-10-08 13:49 VZ, revision 41703

don't use 8 bit copyright symbol

2006-10-08 13:44 VZ, revision 41702

Unicode compilation fix

2006-10-08 13:10 VZ, revision 41701

rebaked with aboutdlg.* files

2006-10-08 13:08 VZ, revision 41700

added GTK+ 2.6 implementation of wxAboutBox

2006-10-08 13:01 JS, revision 41699

Added missing image.h header

2006-10-08 12:53 VZ, revision 41698

test credits in about dialog

2006-10-08 12:21 VZ, revision 41697

added --enable-aboutdlg

2006-10-08 12:11 VZ, revision 41696

reformat and add files

2006-10-08 12:07 VZ, revision 41695

added native Mac implementation of wxAboutBox(); also moved aboutdlg.* files from core to adv library as they depend on wxHyperlinkCtrl which is in adv

2006-10-08 11:11 VZ, revision 41694

use wxSTRINGIZE_T instead of _T(wxSTRINGIZE())

2006-10-08 11:10 VZ, revision 41693

use wxVERSION_NUM_DOT_STRING_T instead of wxVERSION_NUM_DOT_STRING to fix the Unicode build

2006-10-08 11:09 VZ, revision 41692

added Unicode-friendly variants of version string macros

2006-10-08 11:07 VZ, revision 41691

added Unicode-friendly wxSTRINGIZE_T()

2006-10-08 10:59 VZ, revision 41690

use wxSTRINGIZE instead of redefining a special STRINGIZE in this file

2006-10-08 08:04 PC, revision 41689

Move some things to wxBitmapBase to avoid much duplication. Use proper const for XPM data, and const void* for arbitary bitmap data.

2006-10-08 06:42 RD, revision 41688

return values of overloaded virtuals should match the base class version

2006-10-08 06:37 RD, revision 41687

Override CreateItem so wxListBox can turn its notifications into events.

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

added wxAboutBox-related files

2006-10-08 01:20 VZ, revision 41685

added wxUSE_ABOUTDLG

2006-10-08 01:19 VZ, revision 41684

use the main frame icon if no icon is explicitely specified

2006-10-08 01:02 VZ, revision 41683

initial implementation of wxAboutBox()

2006-10-08 00:59 VZ, revision 41682

added wxUSE_ABOUTDLG

2006-10-08 00:35 VZ, revision 41681

fixed VC warning about unreachable code

2006-10-08 00:03 VZ, revision 41680

ignore the other WXDLLIMPEXP_XXX and not only BASE one too

2006-10-07 21:38 RR, revision 41679

Some more explanations.

2006-10-07 20:58 RR, revision 41678

More docs.

2006-10-07 20:36 RR, revision 41677

Two more typos.

2006-10-07 18:32 PC, revision 41676

small cleanup

2006-10-07 18:32 PC, revision 41675

some cleanup, and plug a few small holes

2006-10-07 17:44 RR, revision 41674

Typo.

2006-10-07 17:38 RR, revision 41673

Include wxDataViewCtrl in list of controls.

2006-10-07 17:36 RR, revision 41672

Include dataview docs.

2006-10-07 17:34 RR, revision 41671

Add docs to wxDataViewCtrl

2006-10-07 14:15 RR, revision 41670

Not everything has to be virtual. Made short cuts for adding columns more useful.

2006-10-06 23:21 RD, revision 41669

rename the ID parameter

2006-10-06 22:37 VZ, revision 41668

fix for handling from Francesco

2006-10-06 21:49 RR, revision 41667

Return toolbars "own" GdkWindow, required among others for mouse event reporting.

2006-10-06 20:08 RD, revision 41666

reSWIGged

2006-10-06 19:56 RD, revision 41665

Renamed wx.FutureCall to wx.CallLater so it is named more like wx.CallAfter. wx.FutureCall is now an empty subclass of wx.CallLater for compatibility of older code.

2006-10-06 19:55 RD, revision 41664

be able to switch between the frame managing the toolbar, anbd putting it in a sizer instead.

2006-10-06 19:54 RD, revision 41663

some tweaks

2006-10-06 17:14 RD, revision 41662

more informative assert message

2006-10-06 16:34 PC, revision 41661

make pixbuf/alpha handling more coherent in gtk wxBitmap, allow pixbuf without alpha

2006-10-06 15:49 PC, revision 41660

don't invert mono bitmaps in Rescale

2006-10-06 09:50 RR, revision 41659

Implemended column header mouse clicks. Ascending/descending sorting. Setting the little arrow indicator for ascending and desceding sorting. Generic stubs.

2006-10-06 07:25 JJ, revision 41658

Committing in . Synchronizing setup.h_vms with setup.h.in Modified Files: wxWidgets/setup.h_vms

2006-10-06 04:47 RD, revision 41657

Allow the native toolbar to have more han one button toggled at a time.