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-06-22 09:18 RR, revision 46606

Call clipping region methods from base class.

2007-06-22 06:53 PC, revision 46605

gtk_widget_destroy does not unref the widget unless it's a TLW or in a container, so use gtk_object_sink to delete temporary, parentless widgets. Fixes memory leak bug #1741184.

2007-06-22 02:01 VZ, revision 46604

document CreateConfig() (extended patch 1739374)

2007-06-22 01:31 FT, revision 46603

Refactor away multi-platform inheritance. Use new wxtest module instead. Fixed some tests so they fail when they do the wrong thing. Update some documentation.

2007-06-22 00:23 FT, revision 46602

Multiple platform-dependent test class hierarchies was a step in the wrong direction. The wxtest module will allow for platform-specific code to be executed within tests in the least hackish manner possible.

2007-06-21 22:29 VZ, revision 46601

don't use DLL export declaration with inline functions, it is ignored and just results in a warning from mingw32 3.4.5 cross-compiler

2007-06-21 21:56 VZ, revision 46600

changed AddPendingEvent() to take const wxEvent reference, it doesn't need to modify it

2007-06-21 21:45 VZ, revision 46599

fix STL build (don't rely on implicit wxString to char* conversions)

2007-06-21 21:34 VZ, revision 46598

fixed compilation in Unicode build (it was silently disabled before...)

2007-06-21 21:29 VZ, revision 46597

fix compilation in ANSI STL build

2007-06-21 19:49 RR, revision 46596

Added minor clarification to the wxListBox events used by wxVListBox.

2007-06-21 18:34 FT, revision 46595

Text manipulation tests for wx.TextCtrl.

2007-06-21 18:14 VZ, revision 46594

blind fix for wxUSE_WXDIB==0 compilation (replaces patch 1739858)

2007-06-21 16:33 PC, revision 46593

fix typo

2007-06-21 15:52 RD, revision 46592

docstring update

2007-06-21 15:26 RD, revision 46591

Added MemoryFSHandler.AddFileWithMimeType

2007-06-21 15:25 RD, revision 46590

docstring fixes

2007-06-21 15:24 RD, revision 46589

move wxDouble typedef to _defs.i

2007-06-21 15:23 VZ, revision 46588

pass double as sqrt() argument as at least Sun compiler has troubles with sqrt(2) [backport from HEAD]

2007-06-21 15:21 VZ, revision 46587

pass double as sqrt() argument as at least Sun compiler has troubles with sqrt(2)

2007-06-21 15:19 RD, revision 46586

Layout and other tweaks/fixes from Ric

2007-06-21 15:16 JS, revision 46585

Copied fonts in art Clone

2007-06-21 15:13 JS, revision 46584

Added new wxAuiNotebook symbols

2007-06-21 15:07 JS, revision 46583

Added font setting and ability to determine AUI notebook height for a given page height

2007-06-21 14:46 VZ, revision 46582

added wxLogChain::DetachOldLog()

2007-06-21 14:44 VZ, revision 46581

no changes, just replaced TAB with spaces

2007-06-21 12:44 JS, revision 46580

Added DetachOldLog to avoid destruction of old log target Renamed wxLogPassThrough to wxLogInterposer Added wxLogInterposerTemp

2007-06-21 12:34 JS, revision 46579

Added DetachOldLog to avoid destruction of old log target

2007-06-21 11:53 VZ, revision 46578

fix bug in our wxStrtod() reimplementation which prevented it from ever working (bug 1721643)

2007-06-21 11:50 VZ, revision 46577

document that wx[HV]SCROLL don't work with native controls not TLWs

2007-06-21 11:46 VZ, revision 46576

check that we do have scrollbars before using them to avoid crashes when SetScrollXXX() methods are called for windows which are not scrollable [backport from HEAD]

2007-06-21 11:44 VZ, revision 46575

check that we do have scrollbars before using them to avoid crashes when SetScrollXXX() methods are called for windows which are not scrollable

2007-06-21 11:24 VZ, revision 46574

fix to the previous commit: percent signs have to be escaped first

2007-06-21 11:16 VZ, revision 46573

fix to the previous commit: percent signs have to be escaped first

2007-06-21 06:12 BY, revision 46572

Add wxDataViewPath, wxDataViewItemBase, wxDataViewModel, wxDataViewTreeModel, wxDataViewModelNotifier. Before I make any changes to wxDataViewCtrlBase and wxDataViewCtrl, I commit this modification. At this moment, all things works. Only wx/dataview.h and common/datavcmn.cpp are changed.

2007-06-21 03:43 PC, revision 46571

fix reversed left/top variables

2007-06-21 00:06 VZ, revision 46570

fix handling of '#' in file names (patch 1740328) [backport from HEAD]

2007-06-21 00:05 VZ, revision 46569

fix handling of '#' in file names (patch 1740328)

2007-06-20 21:30 VZ, revision 46568

make setting the foreground colour of wxTextCtrl in wxGTK work [backport of 1.685 from HEAD]

2007-06-20 21:29 VZ, revision 46567

single line wxTextCtrl fg colour fix is now in 2.8

2007-06-20 20:16 FT, revision 46566

Modified test suite to pass all tests on Ubuntu. Various GTK warnings are still triggered though.

2007-06-20 19:03 FT, revision 46565

Fix typo in previous commit.

2007-06-20 18:33 FT, revision 46564

Refactor out wx.ControlWithItems tests into their own file. First stab at implementing platform-specific testing.

2007-06-20 17:55 FT, revision 46563

Overloading __init__ was superfluous as yet.

2007-06-20 17:49 PC, revision 46562

fix reparenting a control into wxToolBar

2007-06-20 15:36 JS, revision 46561

Added extra width for controls to avoid edge being clipped

2007-06-20 15:35 JS, revision 46560

Give controls more width to avoid edge being clipped

2007-06-20 15:22 FT, revision 46559

Alphabetize test methods for wx.Window

2007-06-20 14:02 JS, revision 46558

Fixed uninstalled toolbars in native toolbar mode, with a method for specifying non-native if required Added code to toolbar sample for testing uninstalled toolbar

2007-06-20 13:21 JS, revision 46557

Fix for non-CG mode