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):

2008-09-14 19:50 VZ, revision 55617

really, really fix handling Enter in spin controls: only request it for the control if wxTE_PROCESS_ENTER is used to avoid breaking the use of Enter for the default item activation if it isn't; also document wxTE_PROCESS_ENTER style for wxSpinCtrl and add it to the sample

2008-09-14 19:15 VZ, revision 55609

use transparent icons and clear the DC before drawing them to fix the background of state icons appearance (part of #9591)

2008-09-14 16:48 JMS, revision 55607

Have support for both char* and wchar_t* in wxPGPropArg. Moved wxPGPropArgCls member function to propgridiface.cpp which is more logical location since class is in propgridiface.h. Added char* test cases.

2008-09-14 16:20 JMS, revision 55606

Fixed bug: Setting property value string did not update children of composed parent (ported from wxPG SVN trunk)

2008-09-14 14:59 JMS, revision 55605

Removed remnant use of wxCHECK_VERSION

2008-09-14 13:53 JMS, revision 55604

Updated documentation to acknowledge the fact that properties can have identical labels, and that they must have non-empty name that is unique under parent

2008-09-14 13:53 VZ, revision 55603

some wxGrid docs cleanup, it's still a huge mess though

2008-09-14 13:14 JMS, revision 55602

wxVariant list used to translate between list of property child values and composite value string now maps values by names instead of labels. Naturally this means properties can no longer have empty name (this change allows using identical labels under same parent property. Ported from wxpropgrid SVN trunk)

2008-09-14 10:07 MW, revision 55601

New dev.

2008-09-14 10:00 JMS, revision 55600

Workaround for VC6 IDE internal compiler error

2008-09-14 09:47 JMS, revision 55599

Adapt to 'premature' events being sent from editor controls (fixes datepicker editor crash)

2008-09-14 09:02 JMS, revision 55598

Fixed ambiguity with bitwise operators

2008-09-14 08:46 JMS, revision 55597

Removed dllimpexp declaration from std::vector typedef

2008-09-14 01:18 VZ, revision 55596

added wxFileName::GetVolumeString() (#9950)

2008-09-14 01:09 VZ, revision 55595

compilation fix after the last commit

2008-09-14 00:46 VZ, revision 55594

don't give spurious error messages if the default browser doesn't provide DDE interface; also use SEE_MASK_FLAG_NO_UI to avoid shell error messages as we give them ourselves (#9948)

2008-09-14 00:26 VZ, revision 55593

build fixes for wxUSE_ON_FATAL_EXCEPTION==0 (#9937)

2008-09-14 00:12 VZ, revision 55592

make ellipses drawn with transparent pen more wxGC/Cairo-like (closes #9899)

2008-09-14 00:04 VZ, revision 55591

check the item index inside Item() itself instead of checking it inside some callers of this function

2008-09-14 00:03 VZ, revision 55590

must include typeinfo before using typeid()

2008-09-13 21:28 VZ, revision 55589

cache the item text size to optimize tree layout/painting (#9956)

2008-09-13 20:55 VZ, revision 55588

no real changes, just some reformatting

2008-09-13 20:34 JMS, revision 55587

wxPropertyGrid::DoPropertyChanged() incorrectly passed raw m_wndEditor pointer to UpdateControl(). Now editor pointer is acquired via GetEditorControl(), as appropriate.

2008-09-13 20:14 JMS, revision 55586

wxPropertyGrid member m_visPropArray removed, now always recreated from scratch in DoDrawItems()

2008-09-13 20:02 RR, revision 55585

Fix crash

2008-09-13 19:43 JMS, revision 55584

Cleaned up wxPropertyGrid::SetCurrentCategory()

2008-09-13 19:35 JMS, revision 55583

Needed to convert string variable's type from wxChar* to wxString because result of wxGetTranslation was assigned to it

2008-09-13 19:18 JMS, revision 55582

Fixed warnings caused by docstrings in %pythoncode section

2008-09-13 16:29 RR, revision 55581

include <typeinfo> in all files

2008-09-12 22:14 VZ, revision 55580

must include typeinfo before using typeid()

2008-09-12 21:22 VZ, revision 55578

must include typeinfo before using typeid()

2008-09-12 21:19 VZ, revision 55577

PCH-less compilation fix

2008-09-12 20:57 VZ, revision 55576

added wxPropertyGrid from Jaakko Salli (#9934)

2008-09-12 19:38 SC, revision 55575

implementing changes in toolbartool directly

2008-09-12 18:36 SC, revision 55574

CoreText fixes

2008-09-12 18:35 SC, revision 55573

CoreText fixes

2008-09-12 18:30 SC, revision 55572

missin quote

2008-09-12 15:47 VZ, revision 55571

STL build fix

2008-09-12 14:09 VZ, revision 55570

return true from IsBeingDeleted() if any of the parent windows is marked for destruction too (see #9867)

2008-09-12 13:09 VZ, revision 55569

add grid category and mark all grid-related classes as belonging to it

2008-09-12 12:49 VZ, revision 55568

fix the event type in EVT_GRID_[CMD_]COL_MOVE declaration: this event handler receives wxGridEvent and not wxGridSizeEvent

2008-09-12 09:50 SC, revision 55567

making state changing calls on tool virtual

2008-09-12 08:48 JJ, revision 55566

Update setup for OpenVMS

2008-09-12 01:36 VZ, revision 55565

fix crash under MSW due to constructing a static wxDDEClient instance (this arguably should work but currently doesn't because of use of (yet uninitialized) wxDDEClientObjects in wxDDEClient ctor)

2008-09-12 00:06 VZ, revision 55564

add wxCANCEL_DEFAULT support

2008-09-11 23:41 VZ, revision 55563

added wxCANCEL_DEFAULT style to wxMessageDialog (only implemented for MSW for now); also tightened up the style checks in wxMessageDialog::SetMessageDialogStyle() (argh, another forgotten file, should have been part of r55561)

2008-09-11 23:40 VZ, revision 55562

test wxCANCEL_DEFAULT flag

2008-09-11 23:37 VZ, revision 55561

added wxCANCEL_DEFAULT style to wxMessageDialog (only implemented for MSW for now); also tightened up the style checks in wxMessageDialog::SetMessageDialogStyle()

2008-09-11 20:50 JJ, revision 55560

OpenVMS chokes on external templates

2008-09-11 18:55 SC, revision 55559

adding missing y axis flip