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

2007-05-02 14:01 SC, revision 45756

trying optimal scrolling solution perf-wise

2007-05-02 13:01 JS, revision 45755

Corrected swapped descriptions

2007-05-02 13:00 JS, revision 45754

Corrected swapped descriptions

2007-05-02 12:29 VS, revision 45753

added test for passing std::string to vararg functions

2007-05-02 11:05 RR, revision 45752

Moved all the coordinate system calculation to wxDCBase and thus removed all the duplicated code in all wxDC classes. Problematic is that wxSVGFileDC and wxPostscriptDC inherit from wxDC and therefore include platform specific code (also before this change) so I chose to override all SetLogicalOrigin() etc. methods in these classes and call their wxDCBase methods thereby circumventing the platform dependent code. I'm afraid the Mac code will require updating, too.

2007-05-02 09:03 VS, revision 45751

made wxConvXXX objects usable at static initialization time

2007-05-02 07:41 VS, revision 45750

include object.h so that delete has complete type

2007-05-02 07:18 DE, revision 45749

Add comments and a debugging aid to Get/SetLabel implementations which are intentional no-ops for wxCocoa. Copyright Software 2000 Ltd.

2007-05-02 06:14 RD, revision 45748

Mention today's changes

2007-05-02 06:12 RD, revision 45747

Patch #1710943, Fix a bug in pywxrc script for "MenuBar" and "Menu"

2007-05-02 05:23 RD, revision 45746

Updates to MaskedEdit controls from Will Sadkin: maskededit.py: Added parameter option stopFieldChangeIfInvalid, which can be used to relax the validation rules for a control, but make best efforts to stop navigation out of that field should its current value be invalid. Note: this does not prevent the value from remaining invalid if focus for the control is lost, via mousing etc. numctrl.py, demo / MaskedNumCtrl.py: In response to user request, added limitOnFieldChange feature, so that out-of-bounds values can be temporarily added to the control, but should navigation be attempted out of an invalid field, it will not navigate, and if focus is lost on a control so limited with an invalid value, it will change the value to the nearest bound. combobox.py: Added handler for EVT_COMBOBOX to address apparently inconsistent behavior of control when the dropdown control is used to do a selection. textctrl.py Added support for ChangeValue() function, similar to that of the base control, added in wxPython 2.7.1.1.

2007-05-02 04:16 PC, revision 45745

remove miniframe stuff from GtkOnSize(), it's handled by wxFrame

2007-05-02 03:18 PC, revision 45744

make File->Exit work

2007-05-02 01:00 RD, revision 45743

Updates to MaskedEdit controls from Will Sadkin: maskededit.py: Added parameter option stopFieldChangeIfInvalid, which can be used to relax the validation rules for a control, but make best efforts to stop navigation out of that field should its current value be invalid. Note: this does not prevent the value from remaining invalid if focus for the control is lost, via mousing etc. numctrl.py, demo / MaskedNumCtrl.py: In response to user request, added limitOnFieldChange feature, so that out-of-bounds values can be temporarily added to the control, but should navigation be attempted out of an invalid field, it will not navigate, and if focus is lost on a control so limited with an invalid value, it will change the value to the nearest bound. combobox.py: Added handler for EVT_COMBOBOX to address apparently inconsistent behavior of control when the dropdown control is used to do a selection. textctrl.py Added support for ChangeValue() function, similar to that of the base control, added in wxPython 2.7.1.1.

2007-05-01 22:20 RR, revision 45742

Renamed wxDCBase::LogicalTo ... to wxDC::.. here, too.

2007-05-01 21:28 RR, revision 45741

Made device to logical and vv conversion methods virtual and implement them like any other method in the wxDC classes, not only in the their files but somehow belonging to the wxDCBase class. This is required for plugging in differnt DC backends with different conversions. Ideally (and absolutely possible ) all these methods should be removed and just the one in wxDCBase should stay using values set in the various derived classes.

2007-05-01 21:19 VS, revision 45740

added inline plural form of wxGetTranslation to wxUSE_INTL=0 case for use with non-default domain too

2007-05-01 21:13 VS, revision 45739

define wxPLURAL even if wxUSE_INTL=0

2007-05-01 21:10 VS, revision 45738

fixed wxPLURAL definition in wxUSE_INTL=0 case to work in Unicode build

2007-05-01 19:45 RD, revision 45737

Oops, put the WXUNUSED in the wrong spot.

2007-05-01 19:41 RD, revision 45736

Backport change to wxGrid::OnSize so both subwindow sizes and scrollars will be adjusted.

2007-05-01 19:34 SC, revision 45735

adjusting refcount asserts

2007-05-01 14:34 VZ, revision 45734

clarified alpha support status (bug 1710013)

2007-05-01 14:11 VZ, revision 45733

fix wxStringOutputStream::Write() in Unicode build when the output overlaps a boundary between UTF-8 characters (closes bug 1701426)

2007-05-01 13:52 VZ, revision 45732

fix wxStringOutputStream::Write() in Unicode build when the output overlaps a boundary between UTF-8 characters (bug 1701426)

2007-05-01 13:35 SC, revision 45731

Patch 1708290

2007-05-01 11:55 SC, revision 45730

Patch 1678304

2007-05-01 11:49 SC, revision 45729

Patch 1709069

2007-05-01 11:41 SC, revision 45728

Patch 1709108

2007-05-01 09:37 SC, revision 45727

Patch 1709108

2007-05-01 06:03 RD, revision 45726

backport of XRCed changes from today

2007-05-01 05:55 RD, revision 45725

Updated FloatCanvas code from Chris

2007-04-30 23:43 ROL, revision 45724

set drop target on panel if present

2007-04-30 19:48 VZ, revision 45723

fix m_sizerPage memory leak for the wizards not using sizers (replaces patch 1708331, fixes bug 1647290) [backport from HEAD]

2007-04-30 19:43 VZ, revision 45722

fix m_sizerPage memory leak for the wizards not using sizers (replaces patch 1708331, fixes bug 1647290)

2007-04-30 16:25 VZ, revision 45721

use a marginally more precise but, more importantly, easier to understand, value for METRIC_CONVERSION_CONSTANT

2007-04-30 16:23 VZ, revision 45720

assert that wxRound() argument is in the supported range

2007-04-30 15:48 ROL, revision 45719

drag-and-drop with left button

2007-04-30 12:46 VS, revision 45718

always define wxLocaleIsUtf8

2007-04-30 12:08 VS, revision 45717

fixed release build compilation with compilers without __VA_ARGS__

2007-04-30 09:46 VS, revision 45716

OS/2 compilation fixes

2007-04-30 08:31 ROL, revision 45715

moved setting itemColour to XML_Tree.Clean where it belongs

2007-04-30 01:17 VZ, revision 45714

don't drop lines without trailing new line character in wxExecute() with capture [backport from HEAD]

2007-04-30 01:13 VZ, revision 45713

don't drop lines without trailing new line character in wxExecute() with capture

2007-04-29 10:28 VS, revision 45712

OpenWatcom >= 1.2 has __VA_ARGS__

2007-04-29 09:02 VS, revision 45711

compilation fixes for --disable-log

2007-04-29 08:04 VS, revision 45710

added support for passing std::[w]string to 'vararg' templates

2007-04-29 00:05 RD, revision 45709

Another fix for: AttributeError: 'XML_Tree' object has no attribute 'itemColour'

2007-04-28 15:59 MW, revision 45708

Register the test under the name displayed by "./test -l"

2007-04-28 15:56 MW, revision 45707

Map illegal UTF-8 sequences to a range in Unicode's private use area as discussed recently on wx-users.