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):

2009-05-31 00:38 VZ, revision 60825

forward Freeze/Thaw() and Update() to the generic list control (see #10858)

2009-05-31 00:25 VZ, revision 60824

implement Update() properly for the generic wxListCtrl (see #10857)

2009-05-30 19:15 VZ, revision 60823

define HAVE_LARGEFILE_SUPPORT in setup.h when large files support is available and test for it in wx/filefn.h (closes #10844); document that wx/filefn.h must be included before testing for wxHAS_LARGE_(F)FILES

2009-05-30 19:02 VZ, revision 60822

fix ANSI build compilation (closes #10846)

2009-05-30 18:42 VZ, revision 60821

added power, svg, taborder and xrc samples (closes #10849)

2009-05-30 15:54 FM, revision 60820

refactor printf benchmarks to fit the new wxWidgets benchmarking framework; fix tests and benchmarks builds (at least on linux) which were failing because of wrong order of <wx-lib> tags in the bakefiles

2009-05-30 13:46 VZ, revision 60818

compilation fix for wxUSE_STL==1

2009-05-30 13:20 JMS, revision 60817

More forward-ported wxPython-bindings related cleanup from 2.9.0 branch, also documented wxPGProperty::GetItemAtY()

2009-05-30 12:49 JMS, revision 60816

Forward-ported wxPython-bindings related cleanup from 2.9.0 branch

2009-05-30 06:54 RD, revision 60812

A couple more configure options for wxPython debug build

2009-05-30 01:25 PJC, revision 60798

Added logic to the ribbon bar to detect mouse hovering. Implemented Get/SetActivePage on the ribbon bar. Added tab rendering for active and mouse hovered states.

2009-05-29 20:17 JMS, revision 60795

Added wxPGInitResourceModule(), needed for proper initialization in wxPython bindings

2009-05-29 18:04 JMS, revision 60793

wxPython 2.9.0 bindings related cleanup (should not have broken anything, really...)

2009-05-29 15:32 JS, revision 60792

Ensure the tooltip has been created before enabling or setting the delay, or they will be no-ops.

2009-05-29 15:32 JS, revision 60791

Ensure the tooltip has been created before enabling or setting the delay, or they will be no-ops.

2009-05-29 15:22 PJC, revision 60790

Implemented page background and tab separator rendering.

2009-05-28 22:31 FM, revision 60788

avoid leaking allocated tooltips

2009-05-28 19:34 RD, revision 60786

Final build tweaks for 2.8.10.1 needed to compensate for Debian/Ubuntu changes in where the pacakges are installed for Python 2.6

2009-05-28 18:00 PC, revision 60784

avoid making GLib call before gtk_init_check is called

2009-05-28 17:08 PJC, revision 60783

Implemented main logic of the ribbon bar tab sizing function. Added primitive tab drawing to the art provider. Added rendering of the tab control to the ribbon bar. Reworked ribbon bar child adding code. Fixed border on ribbon bar.

2009-05-28 17:06 VZ, revision 60782

remove redundant extern keywords from wxEmptyString definitions

2009-05-28 12:52 SC, revision 60781

backport of fix for non-unicode builds

2009-05-28 12:50 SC, revision 60780

backport of fix for non-unicode, stl-enable

2009-05-28 12:39 BBE, revision 60779

Files updated due to changes in build configuration

2009-05-28 12:32 BBE, revision 60778

Integrating fswatcher module in build system Added source & header files to build. Added wxUSE_FSWATCHER option in setup_inc.h Added option for configure