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-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 '''