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.

2007-04-28 14:36 SN, revision 45706

Compilation fix for string changes (patch #1709228).

2007-04-28 10:04 SN, revision 45705

Adapted to API changes with respect to GetTextExtent (patch #1709152).

2007-04-28 07:56 VS, revision 45704

added missing #include "wx/buffer.h"

2007-04-28 07:06 VS, revision 45703

allow the UTF8 build to treat C locale as UTF8, too, it's a 7bit subset of it, so it should be OK

2007-04-27 22:15 RD, revision 45702

backport

2007-04-27 22:13 RD, revision 45701

Ensure there is a g.testWin before trying to use it

2007-04-27 21:35 VS, revision 45700

WX_PRECOMP, not WXPRECOMP

2007-04-27 21:32 VS, revision 45699

PCH-less compilation fixes

2007-04-27 21:03 VS, revision 45698

PCH-less compilation fixes

2007-04-27 20:33 ROL, revision 45697

drop highlight color fix

2007-04-27 20:24 ROL, revision 45696

fixes to move-around methods related to current selection highlight

2007-04-27 20:19 ROL, revision 45695

cursor image type fix

2007-04-27 18:49 RD, revision 45694

backported Roman's latest updates on HEAD to 2.8 branch

2007-04-27 18:26 RD, revision 45693

notes about recent changes

2007-04-27 18:24 RD, revision 45692

reSWIGged

2007-04-27 18:19 RD, revision 45691

Backport fix for window being repositioned after hiding, then reshowing

2007-04-27 16:42 PC, revision 45690

Fix return type for "map_event" and "unmap_event" handlers. Fix wrong return in Show().

2007-04-27 15:50 VS, revision 45689

PCH-less compilation fixes

2007-04-27 10:08 VS, revision 45688

include wxchar.h from string.h in 2.8 compatibility mode to prevent lots of compilation errors

2007-04-27 08:48 VS, revision 45687

added copy ctor to wxCStrData to fix crashes when passing to vararg functions

2007-04-27 00:57 VZ, revision 45686

no changes, just fix a typo

2007-04-26 21:21 RR, revision 45685

Mention change in wxComboBox::SetValue()

2007-04-26 21:18 RR, revision 45684

Don't emit EVT_TEXT after wxComboBox::SetValue()

2007-04-26 20:32 ROL, revision 45683

test prevented to update encoding

2007-04-26 19:55 ROL, revision 45682

final revision

2007-04-26 19:54 ROL, revision 45681

some sizing fixes

2007-04-26 19:53 ROL, revision 45680

drag-and-drop highlighting

2007-04-26 19:52 ROL, revision 45679

more param renaming, some sizing fixes

2007-04-26 19:51 ROL, revision 45678

drag-and-drop adding of controls to test window

2007-04-26 19:48 ROL, revision 45677

set labels for new controls

2007-04-26 19:42 ROL, revision 45676

specify order of radios in prefs dlg

2007-04-26 19:33 ROL, revision 45675

made main toolbar bitmaps 24x24

2007-04-26 18:45 RR, revision 45674

Only set focus to widget automatically if left down event was not handled (as per wxMSW).

2007-04-26 18:42 RR, revision 45673

Added IsOfStandardClass() as per wxMSW.

2007-04-26 18:40 RR, revision 45672

Added Test for wxComboBox::SetValue() to widgets sample. Make wxGTK not send text change events then.

2007-04-26 15:46 PC, revision 45671

build fix

2007-04-26 14:03 CE, revision 45670

add Borland Developer Studio and Turbo Explorer info

2007-04-26 13:38 CE, revision 45669

better user info

2007-04-26 13:28 CE, revision 45668

fix dll path

2007-04-26 13:05 VZ, revision 45667

added Roscale() test

2007-04-26 12:50 VZ, revision 45666

added Rotate() test

2007-04-26 12:42 CE, revision 45665

add Borland Developer Studio project file (for Turbo Explorer) uses dll build

2007-04-26 12:00 VS, revision 45664

more efficient implementation of ToAscii/FromAscii in UTF8 build

2007-04-26 11:40 VS, revision 45663

use UTF8-encoded char* strings in UTF8 build instead of wchar_t* if the current locale uses UTF8; fall back to widechar CRT functions in the locale is not UTF8

2007-04-26 11:11 CE, revision 45662

remove warnings of intentionally unreachable code

2007-04-26 10:54 CE, revision 45661
  • D /wxWidgets/trunk/docs/latex/wx/hvscroll.tex

removd as recommended in http://article.gmane.org/gmane.comp.lib.wxwidgets.devel/85790/

2007-04-26 10:50 CE, revision 45660

tested and applied http://article.gmane.org/gmane.comp.lib.wxwidgets.devel/85790/

2007-04-26 09:29 CE, revision 45659

update to 2.8.4

2007-04-26 09:24 CE, revision 45658

release should be 4 in 2.8.4

2007-04-26 05:22 PC, revision 45657

replace 5 copies of size constraining code with one function