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

2009-05-28 12:30 BBE, revision 60777

Added more svn:keywords

2009-05-28 12:25 BBE, revision 60776

First (almost empty) version of source

2009-05-28 11:59 SC, revision 60774

fixing length param, see #10846

2009-05-28 11:59 BBE, revision 60773

Update to Bakefile 0.2.6

2009-05-28 11:49 VZ, revision 60772

avoid g++ 4.3 warnings about conflict between parameter and method names (closes #10843)

2009-05-28 11:42 VZ, revision 60771

compilation fix for STL/!UNICODE case (closes #10846)

2009-05-27 21:20 SC, revision 60767

fixing non-unicode build

2009-05-27 18:03 PJC, revision 60766

Fleshed out more of the art provider interface. Added stubs for the default art provider's methods. Added basic code to the sample application. Added basic creation code for ribbon pages. Began to implement the ribbon bar.

2009-05-27 14:48 JJ, revision 60765

update setup for OpenVMS

2009-05-27 14:37 SC, revision 60764

moving common code up, backport

2009-05-27 14:33 SC, revision 60763

moving common code up

2009-05-27 12:21 SC, revision 60762

updating cursor code from Dave's newer version, fixes #10798

2009-05-27 12:17 SC, revision 60761

updating cursor code from Dave's newer version, fixes #10798

2009-05-27 11:58 SC, revision 60760

allowing font changes on multi-line textctrls, see #10801

2009-05-27 11:52 SC, revision 60759

allowing font changes on multi-line textctrls, see #10801

2009-05-27 10:29 SC, revision 60758

make sure NSScrollers are always having the desired orientation, fixes #10803

2009-05-27 10:17 SC, revision 60757

make sure NSScrollers are always having the desired orientation, fixes #10803

2009-05-27 04:21 MW, revision 60750

Send mail notifications to wx-buildbot@googlegroups.com

2009-05-27 01:02 PJC, revision 60748

Cleaning up remaining remnants of Mahogany name

2009-05-26 19:32 PJC, revision 60747

Rename from Mahogany to Ribbon, at least for now (see wx-dev for discussion)

2009-05-25 22:48 VZ, revision 60745

no changes, simply mention a possible misuse of API in a comment (see #60296)

2009-05-25 22:42 VZ, revision 60744

ensure that Excel is visible and has an opened workbook (closes #10837)

2009-05-25 17:49 PJC, revision 60741

Added MAGOHANY DLL import/export macro. Added additional (currently empty) source files for art, panel, and page. Beginning to code the bar and its events.

2009-05-25 15:08 VZ, revision 60739

correct a typo in wxSplitterWindow gravity parameter name

2009-05-25 15:00 VZ, revision 60738

add support for defining list control columns in XRC too (and correct a few things in previously added list items support)