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)

2009-05-25 12:22 PJC, revision 60737

Directory and bakefile setup for sample application

2009-05-24 21:40 VZ, revision 60735

added a timer updating a counter in the background to be able to easily check visually whether the events are processed or not during the synchronous child proces execution

2009-05-24 21:39 VZ, revision 60734

remove wxMSW-specific (but copied into wxPalm too) wxAppTraits::AlwaysYield(), it's useless now that wxEventLoop is in wxBase

2009-05-24 21:37 VZ, revision 60733

always dispatch messages for the hidden window which receives process termination notifications; otherwise calling wxExecute(wxEXEC_SYNC) without an active event loop never returns

2009-05-24 20:04 VZ, revision 60732

fill in the fields of wxListItem in a wxListEvent before handling the event (closes #10820)

2009-05-24 19:39 VZ, revision 60731

correct the inversed assert check in LVN_DELETEITEM handler (closes #10831)

2009-05-24 19:27 VZ, revision 60730

compilation fix for wxOSX_USE_EXPERIMENTAL_FONTDIALOG==0 (closes #10834)

2009-05-24 17:33 VZ, revision 60728

update CRT environment block in wxSetEnv() too

2009-05-24 11:40 VZ, revision 60727

wxUSE_GSTREAMER is Unix-specific, remove it from common wx/setup_inc.h; it also requires wxUSE_THREADS, check for it

2009-05-24 11:27 VZ, revision 60726

PCH-less compilation fix

2009-05-23 18:32 PJC, revision 60723

Directory creation, bakefile updates (and resulting generated makefiles, etc.), and initial source file creation.

2009-05-23 13:26 VZ, revision 60722

make wxWindow::SetAutoLayout() now works for all windows, not just panels

2009-05-23 00:52 VZ, revision 60720

mark the document as modified when its text control is (closes #10826)

2009-05-23 00:46 VZ, revision 60719

initialize wxDocChildFrameAnyBase before creating the real window to ensure that event handling is set up properly before the first events for the new window are received (closes #10825)

2009-05-22 21:54 VZ, revision 60718

no real changes, just remove unneeded empty dtor

2009-05-22 21:53 VZ, revision 60717

return the correct number of columns from wxGridStringTable, even when we don't have any rows (closes #10818)

2009-05-22 21:37 VZ, revision 60716

fix unused parameter warning after r60715

2009-05-22 21:25 VZ, revision 60715

don't clear the status bar help text if the wxEVT_MENU_HIGHLIGHT event was processed by user code (see #10822)

2009-05-22 20:14 VZ, revision 60714

implement wxGetActiveWindow() which is now used by wx itself (closes #10809)

2009-05-22 16:02 VZ, revision 60713

allow 2 step creation of wxDocChildFrameAnyBase and derived classes

2009-05-21 19:58 PC, revision 60708

fix crash when reparenting, #3900

2009-05-21 12:17 JS, revision 60706

COrrected my misapplied fix, sorry

2009-05-21 12:17 JS, revision 60705

COrrected my misapplied fix, sorry

2009-05-21 01:02 VZ, revision 60703

don't use m_useProxy if !wxUSE_PROTOCOL_HTTP (see #10815)

2009-05-21 00:58 VZ, revision 60702

compilation fix in FindPaperType() after latest change

2009-05-20 15:18 JS, revision 60701

Avoid resetting size if paper id not found

2009-05-20 15:18 JS, revision 60700

Avoid resetting size if paper id not found

2009-05-20 15:16 VZ, revision 60699

do allow calling Hide() on the window before it is created

2009-05-20 15:16 JS, revision 60698

Fixed invisible CHM tooltip text bug when window text colour is black.

2009-05-20 15:15 JS, revision 60697

Removed duplicate semicolon

2009-05-20 15:08 JS, revision 60696

Added a comment about DMPAPER_USER not always working

2009-05-20 15:07 JS, revision 60695

Added a comment about DMPAPER_USER not always working

2009-05-20 13:56 JS, revision 60693

Fixed a problem with unrecognised paper id conversions

2009-05-20 13:56 JS, revision 60692

Fixed a problem with unrecognised paper id conversions

2009-05-19 12:51 VZ, revision 60684

added Asturian language entry (see #10808)

2009-05-17 16:12 VZ, revision 60678

disable a test failing under wxGTK because of what appears to be a Pango limitation

2009-05-17 16:01 VZ, revision 60676

use a different known good face name under non-MSW

2009-05-17 13:52 VZ, revision 60675

correct test failures under MSW, it shouldn't assume that all predefined fonts have non-empty facenames

2009-05-17 13:51 VZ, revision 60674

correct test failures under MSW, it shouldn't assume that all predefined fonts have non-empty facenames; also simplified it by separating different tests in different functions

2009-05-17 13:48 VZ, revision 60673

deal with fonts with empty face name correctly in wxNativeFontInfo::FromString(): the last token may be empty, just check that it is present at all

2009-05-17 13:47 VZ, revision 60672

deal with the fonts without any specified face name in wxNativeFontInfo::To/FromUserString() correctly by using the family as fallback

2009-05-17 13:08 VZ, revision 60671

disable failing test as we want the test suite to pass in the release and nobody is going to fix it apparently

2009-05-17 12:56 VZ, revision 60670

fix errors in EvtHandlerTestCase::BindFunctor() in optimized build: apparently compiler is smart enough to detect that the same object can be used for all temporaries

2009-05-17 11:58 VZ, revision 60669

do not overwrite ms_{hwnd,className} in wxTimerHiddenWindowModule::OnInit() in case they were already initialized

2009-05-17 05:12 RD, revision 60665

build tweaks

2009-05-16 15:24 FM, revision 60650

fix typo from previous commit

2009-05-16 12:57 FM, revision 60649

(dirty) fix rendering upon startup of the surface

2009-05-16 12:42 FM, revision 60648

fix the wxCursor(const wxString& cursor_file, ...) ctor by reusing wxImage ctor; fix doxygen rendering of that ctor docs

2009-05-16 07:22 VS, revision 60646

fixed typo in error message

2009-05-15 20:02 VZ, revision 60643

move virtual GetPath() implementation out of line to work around an apparent Fedora g++ 4.x bug (see #10791)