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
Changelog for wxWidgets (70435 changes):
2007-05-02 14:01 SC, revision 45756- M /wxWidgets/branches/WX_2_8_BRANCH/src/generic/scrlwing.cpp
- M /wxWidgets/branches/WX_2_8_BRANCH/src/mac/carbon/window.cpp
2007-05-02 13:01 JS, revision 45755trying optimal scrolling solution perf-wise
2007-05-02 13:00 JS, revision 45754Corrected swapped descriptions
2007-05-02 12:29 VS, revision 45753Corrected swapped descriptions
2007-05-02 11:05 RR, revision 45752added test for passing std::string to vararg functions
- M /wxWidgets/trunk/include/wx/dc.h
- M /wxWidgets/trunk/include/wx/dcsvg.h
- M /wxWidgets/trunk/include/wx/dfb/dc.h
- M /wxWidgets/trunk/include/wx/generic/dcpsg.h
- M /wxWidgets/trunk/include/wx/gtk/dc.h
- M /wxWidgets/trunk/include/wx/gtk1/dc.h
- M /wxWidgets/trunk/include/wx/mac/carbon/dc.h
- M /wxWidgets/trunk/include/wx/mgl/dc.h
- M /wxWidgets/trunk/include/wx/motif/dc.h
- M /wxWidgets/trunk/include/wx/msw/dc.h
- M /wxWidgets/trunk/include/wx/os2/dc.h
- M /wxWidgets/trunk/include/wx/x11/dc.h
- M /wxWidgets/trunk/src/common/dcbase.cpp
- M /wxWidgets/trunk/src/common/dcsvg.cpp
- M /wxWidgets/trunk/src/dfb/dc.cpp
- M /wxWidgets/trunk/src/generic/dcpsg.cpp
- M /wxWidgets/trunk/src/gtk/dc.cpp
- M /wxWidgets/trunk/src/gtk1/dc.cpp
- M /wxWidgets/trunk/src/mac/carbon/dc.cpp
- M /wxWidgets/trunk/src/mac/carbon/dcclient.cpp
- M /wxWidgets/trunk/src/mac/carbon/dcprint.cpp
- M /wxWidgets/trunk/src/mac/carbon/dcscreen.cpp
- M /wxWidgets/trunk/src/mgl/dc.cpp
- M /wxWidgets/trunk/src/motif/dc.cpp
- M /wxWidgets/trunk/src/msw/dc.cpp
- M /wxWidgets/trunk/src/os2/dc.cpp
- M /wxWidgets/trunk/src/x11/dc.cpp
2007-05-02 09:03 VS, revision 45751Moved 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 07:41 VS, revision 45750made wxConvXXX objects usable at static initialization time
2007-05-02 07:18 DE, revision 45749include object.h so that delete has complete type
2007-05-02 06:14 RD, revision 45748Add comments and a debugging aid to Get/SetLabel implementations which are intentional no-ops for wxCocoa. Copyright Software 2000 Ltd.
2007-05-02 06:12 RD, revision 45747Mention today's changes
2007-05-02 05:23 RD, revision 45746Patch #1710943, Fix a bug in pywxrc script for "MenuBar" and "Menu"
2007-05-02 04:16 PC, revision 45745Updates 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 03:18 PC, revision 45744remove miniframe stuff from GtkOnSize(), it's handled by wxFrame
2007-05-02 01:00 RD, revision 45743make File->Exit work
- M /wxWidgets/branches/WX_2_8_BRANCH/wxPython/wx/lib/masked/combobox.py
- M /wxWidgets/branches/WX_2_8_BRANCH/wxPython/wx/lib/masked/maskededit.py
- M /wxWidgets/branches/WX_2_8_BRANCH/wxPython/wx/lib/masked/numctrl.py
- M /wxWidgets/branches/WX_2_8_BRANCH/wxPython/wx/lib/masked/textctrl.py
2007-05-01 22:20 RR, revision 45742Updates 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 21:28 RR, revision 45741Renamed wxDCBase::LogicalTo ... to wxDC::.. here, too.
- M /wxWidgets/trunk/docs/latex/wx/dc.tex
- M /wxWidgets/trunk/include/wx/dc.h
- M /wxWidgets/trunk/include/wx/dcsvg.h
- M /wxWidgets/trunk/include/wx/dfb/dc.h
- M /wxWidgets/trunk/include/wx/gtk/dc.h
- M /wxWidgets/trunk/include/wx/gtk1/dc.h
- M /wxWidgets/trunk/include/wx/mac/carbon/dc.h
- M /wxWidgets/trunk/include/wx/msw/dc.h
- M /wxWidgets/trunk/include/wx/os2/dc.h
- M /wxWidgets/trunk/include/wx/palmos/dc.h
- M /wxWidgets/trunk/src/common/dcsvg.cpp
- M /wxWidgets/trunk/src/dfb/dc.cpp
- M /wxWidgets/trunk/src/gtk/dc.cpp
- M /wxWidgets/trunk/src/gtk1/dc.cpp
- M /wxWidgets/trunk/src/mac/carbon/dc.cpp
- M /wxWidgets/trunk/src/msw/dc.cpp
- M /wxWidgets/trunk/src/os2/dc.cpp
- M /wxWidgets/trunk/src/palmos/dc.cpp
2007-05-01 21:19 VS, revision 45740Made 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:13 VS, revision 45739added inline plural form of wxGetTranslation to wxUSE_INTL=0 case for use with non-default domain too
2007-05-01 21:10 VS, revision 45738define wxPLURAL even if wxUSE_INTL=0
2007-05-01 19:45 RD, revision 45737fixed wxPLURAL definition in wxUSE_INTL=0 case to work in Unicode build
2007-05-01 19:41 RD, revision 45736Oops, put the WXUNUSED in the wrong spot.
2007-05-01 19:34 SC, revision 45735Backport change to wxGrid::OnSize so both subwindow sizes and scrollars will be adjusted.
- M /wxWidgets/branches/WX_2_8_BRANCH/src/mac/carbon/toolbar.cpp
- M /wxWidgets/trunk/src/mac/carbon/toolbar.cpp
2007-05-01 14:34 VZ, revision 45734adjusting refcount asserts
2007-05-01 14:11 VZ, revision 45733clarified alpha support status (bug 1710013)
- M /wxWidgets/trunk/docs/changes.txt
- M /wxWidgets/trunk/include/wx/sstream.h
- M /wxWidgets/trunk/src/common/sstream.cpp
2007-05-01 13:52 VZ, revision 45732fix wxStringOutputStream::Write() in Unicode build when the output overlaps a boundary between UTF-8 characters (closes bug 1701426)
- M /wxWidgets/branches/WX_2_8_BRANCH/docs/changes.txt
- M /wxWidgets/branches/WX_2_8_BRANCH/include/wx/sstream.h
- M /wxWidgets/branches/WX_2_8_BRANCH/src/common/sstream.cpp
fix wxStringOutputStream::Write() in Unicode build when the output overlaps a boundary between UTF-8 characters (bug 1701426)