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-11 12:58 VZ, revision 45956

don't try to update TLW default button in WM_SET/KILLFOCUS handlers if the TLW is being deleted (bug 1660913)

2007-05-11 09:27 RR, revision 45955

Mention printer change in the docs.

2007-05-11 09:23 RR, revision 45954

Support setting paper size, collate and orientation.

2007-05-11 07:46 RD, revision 45953

reSWIGged

2007-05-11 07:42 RD, revision 45952

Don't allow AUI flaotables by default and remove the Options menu since it is mostly about AUI stuff. Change the tree icon when there is user-modified code. Save and restore the current item and the expansion state when rebuilding the tree.

2007-05-11 07:25 MR, revision 45951

[wxGTK2] Support wxTEXT_ALIGNMENT_JUSTIFIED in wxTextCtrl if GTK+ version is at least 2.11. This is for future benefits as stable gtk+-2.12 should come out much before wxWidgets new stable cycle

2007-05-11 05:39 MR, revision 45950

Fix indentation from tabs to spaces in a few lines I accidentally wrote before fixing my editors settings

2007-05-11 05:29 MR, revision 45949

[wxGTK2] Support wxTEXT_ALIGNMENT_JUSTIFIED in wxTextCtrl if gtk+ version is new enough

2007-05-10 23:22 RD, revision 45948

The handlers for EVT_CLOSE and EVT_MENU(wx.ID_EXIT) should not be the same

2007-05-10 23:18 RD, revision 45947

Mention the actual version of TreeMixin we are using

2007-05-10 23:17 RD, revision 45946

fix default styles

2007-05-10 20:41 MW, revision 45945

Compile fix.

2007-05-10 17:20 VS, revision 45944

fixed wxStrto(u)ll to return correct value in endptr

2007-05-10 15:10 VZ, revision 45943

declare variables in the beginning of the block in C files [backport from HEAD]

2007-05-10 15:08 VZ, revision 45942

declare variables in the beginning of the block in C files

2007-05-10 11:34 VS, revision 45941

test wxString::Mid() with non-ASCII strings

2007-05-10 11:17 VS, revision 45940

fixed wxString::Last() to run in O(1), not O(n), in UTF-8 build

2007-05-10 10:37 VS, revision 45939

fixed creation of wxString from another wxString's substring in UTF-8 build

2007-05-10 02:07 VZ, revision 45938

fix unused variable warning under non-MSW platforms

2007-05-10 02:06 VZ, revision 45937

remove unused static function (avoids a warning about it)

2007-05-10 02:05 VZ, revision 45936

use .c_str() inside vararg functions

2007-05-10 02:02 VZ, revision 45935

added wxListCtrl::SetItemPtrData() to allow associating pointers with items under 64 bit architectures

2007-05-10 01:53 VZ, revision 45934

added wxListCtrl::SetItemPtrData()

2007-05-10 01:46 VZ, revision 45933

replaced more int/longs with wxCoord

2007-05-10 00:22 VZ, revision 45932

fixed detection of missing C++ compiler added in last commit

2007-05-09 23:38 VZ, revision 45931

use wxCopyRectToRECT instead of duplicating it

2007-05-09 22:59 RD, revision 45930

Add a few more tips for the tip window

2007-05-09 22:58 RD, revision 45929

Use a wx.FileConfig to store options, and use wx.StandardPaths to know where to put it. Also use this dir for the cache of modified sample files.

2007-05-09 22:50 VZ, revision 45928

abort immediately if no C++ compiler was detected instead of continuing reporting plenty of tests failures

2007-05-09 22:48 VZ, revision 45927

require libsm-dev, it's needed for KDE/GNOME detection

2007-05-09 22:38 VZ, revision 45926

regenerated with autoconf 2.59 to avoid warnings about Makefile ignoring --datarootdir

2007-05-09 21:22 VZ, revision 45925

update frm Ivan Masar

2007-05-09 21:17 RD, revision 45924

Bail out of SetTreeModified if not using the CustomTreeCtrl

2007-05-09 21:11 VZ, revision 45923

added 2.8.4-0 entry

2007-05-09 21:07 VS, revision 45922

changed wxString::StartsWidth/EndsWidth to take wxString argument instead of wxChar*

2007-05-09 18:10 VZ, revision 45921

define wxConvCurrent when wxUSE_WCHAR_T==0 too, this fixes wxMGL link in this build configuration

2007-05-09 17:47 VS, revision 45920

return value from wxEditableListBox::Create()

2007-05-09 16:48 VS, revision 45919

temporary fix for wxDFB compilation in Unicode mode

2007-05-09 16:29 VZ, revision 45918

test for round() using C++ compiler, not C one (should fix IRIX mipsPro build)

2007-05-09 16:14 VZ, revision 45917

test for round() using C++ compiler, not C one (should fix IRIX mipsPro build)

2007-05-09 14:42 VS, revision 45916

fixed configarg.cache code to correctly handle multiple options with the same prefix

2007-05-09 13:45 VS, revision 45915

take into account DirectFB's removal of some command line arguments

2007-05-09 10:38 RR, revision 45914

GTK+ cell renderers are not widget, so use a correct type. Also found a way to set cell background and probably other styles.

2007-05-09 03:52 RD, revision 45913

fix typo

2007-05-09 03:51 RD, revision 45912

reSWIGged

2007-05-09 03:50 RD, revision 45911

backport more icon changes

2007-05-09 03:24 ROL, revision 45910

final touch for icons - transparency handled by ArtProvider

2007-05-09 00:46 RD, revision 45909

More icon changes (backport), process UPDATE_UI for move and refresh buttons

2007-05-09 00:46 , revision 45908

This commit was manufactured by cvs2svn to create branch 'WX_2_8_BRANCH'.

2007-05-09 00:37 RD, revision 45907

no need to import customtreectrl here, switch to """ instead of '''

2007-05-09 00:37 RD, revision 45906

Need to UnInit the AuiManager when closing the frame

2007-05-09 00:36 RD, revision 45905

Need the sound flags for the !wxUSE_SOUND case too

2007-05-09 00:35 RD, revision 45904

Use native wx.TreeCtrl by default, but make it easy to switch back to CustomTreeCtrl

2007-05-09 00:31 ROL, revision 45903

use Tango icons on MAC & MSW; process UPDATE_UI for move and refresh buttons

2007-05-09 00:28 ROL, revision 45902

tango-compliant icons (first try)

2007-05-08 23:47 RR, revision 45901

Beginning to make wxDC code compile both before and after the DC reorg to make the transition smoother (indeed possible). Move the wxImplDC code to its future place in dcbase.cpp and wx/dc.h

2007-05-08 20:47 RD, revision 45900

some new icons for XRCed (backport)

2007-05-08 20:47 , revision 45899

This commit was manufactured by cvs2svn to create branch 'WX_2_8_BRANCH'.

2007-05-08 20:42 RD, revision 45898

reSWIGged

2007-05-08 20:36 RD, revision 45897

Andrea's patch (plus some changes of my own) to add icons and other features to the demo's main frame.

2007-05-08 20:20 VZ, revision 45896

only add -woff 3970 to C[XX]FLAGS when using SGI mipsPro 7.4.4 or later, previous versions didn't support this warning

2007-05-08 20:10 RD, revision 45895

Prevent segfaulting if a NULL window is passed to the DCs, avoid reasserting if the base class already did it.

2007-05-08 20:09 RD, revision 45894

A bit of cleanup, use a lighter shade of grey for the default pen, use the base class HasFlag, etc.

2007-05-08 20:05 VZ, revision 45893

compilation fixes for wxUSE_WCHAR_T==0 (this is the case for DJGPP which is used for wxMGL compilation)

2007-05-08 19:37 DE, revision 45892

Provide wxLaunchDefaultBrowser implementation for wxCocoa.

2007-05-08 19:35 PC, revision 45891

don't stomp on user CXXFLAGS on Tru64

2007-05-08 19:33 DE, revision 45890

Remove wxDCBase DeviceToLogical* and LogicalToDevice* methods which were basically stubs anyway. Fixes link error. Assume that the new common implementations in src/common/dcbase.cpp do the right thing. Not tested.

2007-05-08 19:13 DE, revision 45889

Move wxLaunchDefaultBrowser from BASE to CORE per wx-dev discussion.

2007-05-08 18:28 ROL, revision 45888

using Tango icons on Mac

2007-05-08 18:26 ROL, revision 45887

tango icons

2007-05-08 17:51 RD, revision 45886

delete the AuiManager before destroying the frame

2007-05-08 17:50 RD, revision 45885

fix typo

2007-05-08 17:50 RD, revision 45884

Workaround corner case where a widget can have a containing sizer, but no sizer item. (The static box in a StaticBoxSizer)

2007-05-08 17:49 RD, revision 45883

Docstring tweaks

2007-05-08 04:53 SC, revision 45882

adding reference to technote

2007-05-08 04:52 SC, revision 45881

if it's a separate thread, it's allowed to hang (perf issue reported by BOINC)

2007-05-08 02:50 RD, revision 45880

select the parent or the root if the current/selected item is one being deleted.

2007-05-08 02:48 RD, revision 45879

add a Py 2.5 build on OSX 10.3

2007-05-08 02:46 RD, revision 45878

test app for TLW transparency

2007-05-08 02:44 RD, revision 45877

Avoid using wx.ClientDC

2007-05-08 02:44 RD, revision 45876

Adapt to ProgressDialog.Update change

2007-05-08 02:42 RD, revision 45875

docstring fixEnsure that wnd is not None before calling Hide

2007-05-08 02:41 RD, revision 45874

Ensure that wnd is not None before calling Hide

2007-05-08 02:40 RD, revision 45873

SetFont fixes

2007-05-08 02:34 RD, revision 45872

more backports

2007-05-07 23:44 RD, revision 45871

Assert on NULL window

2007-05-07 22:25 ROL, revision 45870

* bugfixes for tree move operations and undo/redo * Mac LnF ameliorations * some sizing/spacing changes

2007-05-07 20:58 DE, revision 45869

Move src/cocoa/utils.cpp to src/cocoa/utils.mm.

2007-05-07 20:10 ROL, revision 45868

iconization of the properties window together with the main to fix blocking on wxGTK; do not put Open/Save/... toolbar icons on Mac - they are ugly

2007-05-07 20:08 ROL, revision 45867

Yield causes premature redrawing of the test window

2007-05-07 09:34 CE, revision 45866

add univ files to MGL build

2007-05-07 07:51 RR, revision 45865

[ 1713933 ] docs for wxEditableListBox

2007-05-07 00:26 VZ, revision 45864

just return the min size needed by the sizer for the windows with sizers from their DoGetBestSize() instead of adjusting it upwards to the current size via GetWindowSizeForVirtualSize() call: this might be wrong as it could reintroduce the bug fixed in rev 1.66 of src/generic/scrlwing.cpp (but it's not really clear just what exactly this bug was) but the existing code was definitely wrong as the best size of the window must not change as it's being resized

2007-05-06 20:14 RR, revision 45863

More preview code for the DC reorganisation.

2007-05-06 14:11 VS, revision 45862

fix compation with Watcom after latest vararg templates changes

2007-05-06 12:57 VS, revision 45861

backported wxString::From/ToUTF8 to 2.8 for forward compatibility with wx3

2007-05-06 11:50 VZ, revision 45860

fix PCH-less compilation

2007-05-06 03:59 MR, revision 45859

Fix "depreciated" to "deprecated".

2007-05-06 03:48 MR, revision 45858

Fix "depreciated" to "deprecated".

2007-05-05 22:15 VZ, revision 45857

fix warning about signed/unsigned comparison; use STL-compatible methods