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

2004-02-12 19:47 JS, revision 25778

DMC doesn't have #warning

2004-02-12 19:45 RD, revision 25777

Fixed to use wxNcPaintEvent types where needed

2004-02-12 19:29 VS, revision 25776

don't use numbers in URLs if truncateFilenames=no

2004-02-12 19:19 JS, revision 25775

Some more string concatenations

2004-02-12 18:42 VZ, revision 25774

set argc/argv properly in Unicode build (fixes bug 878002)

2004-02-12 18:19 VZ, revision 25773

don't override GetSize(), this doesn't work (bug 732758)

2004-02-12 18:10 VZ, revision 25772

hopefully fixed strings.h mess completely now by not including it unless really needed (should fix bug 689456)

2004-02-12 16:45 VZ, revision 25771

fix yet another assert when the initial combo box value was empty (replaces patch 895470)

2004-02-12 16:41 VZ, revision 25770

suppress triple clicks generation completely for GTK2 as it makes long click series generate exactly the same events as under other ports (patch 895564)

2004-02-12 16:35 VZ, revision 25769

added Select() test

2004-02-12 16:33 VZ, revision 25768

corrected wxTreeCtrl::Select() broken by previously applied patch in single select mode

2004-02-12 13:29 JS, revision 25767

String corrections

2004-02-12 09:29 JS, revision 25766

Infinite recursion fix Viktor Voroshylo: I did not put it in __WXWINCE__ defines as it looks like just another safeguard that will work on regular windows as well. The problem was that wxWindowMSW::MSWOnScroll is calling itself forever under winCE for wxListCtrl object.

2004-02-12 07:16 SC, revision 25765

patch applied for clearing m_data object upon closing

2004-02-12 02:22 RD, revision 25764

A little tweak

2004-02-12 01:39 RD, revision 25763

reSWIGged

2004-02-12 01:34 RD, revision 25762

Added selection methods

2004-02-12 01:34 RD, revision 25761

PS can output to ta stream (but still need to make output streams more usable from wxPython...)

2004-02-12 01:32 RD, revision 25760

Fix ambiguity

2004-02-12 01:14 RD, revision 25759

Added wxDC::GetPartialTextExtents

2004-02-12 01:13 RD, revision 25758

HYBRID wxPython builds also need the __NO_VC_CRTDBG__ define since there are wx headers that use it now.

2004-02-12 01:04 VZ, revision 25757

compilation fix for strict(er) compilers

2004-02-12 01:02 VZ, revision 25756

define DWORD_PTR &c for Win32 compilation whatever headers we use

2004-02-12 01:00 VZ, revision 25755

compilation fix (PASCAL should be inside the parenthesis in typedef declaration)

2004-02-12 00:25 RD, revision 25754

Added wxDC::GetPartialTextExtents