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

2006-04-16 01:24 VZ, revision 38753

HitTest() seems to be implemented on most platforms now (replaces patch 1467212)

2006-04-16 01:16 VZ, revision 38752

fixed typo in EVT_SCROLLWIN_BOTTOM documentation (patch 1463429)

2006-04-16 01:14 VZ, revision 38751

set up scrollbars correctly when we don't need them (fixes the problems reported by the patches 1460482 and 1456060)

2006-04-16 01:10 VZ, revision 38750

removed unnecessary (the problem is due to a bug elsewhere) test for vertical scroll position in OnScroll() introduced in rev 1.400

2006-04-16 00:48 VZ, revision 38749

a tentatively better fix for the problem of patch 1456060: don't use m_linesPerPage directly as it's initialized on demand by GetCountPerPage(); also removed some stray tabs

2006-04-15 19:34 JS, revision 38748

Typo correction

2006-04-15 18:39 VZ, revision 38747

removed unneeded reverse_iterator::operator->() which provokes VC6 warnings

2006-04-15 17:40 JS, revision 38746

Easier platform testing class and function

2006-04-15 16:08 RL, revision 38745
  • D /wxWidgets/branches/WX_2_6_BRANCH/debian/libwxgtk-dbg-python.prerm
  • D /wxWidgets/branches/WX_2_6_BRANCH/debian/libwxgtk-python.docs
  • D /wxWidgets/branches/WX_2_6_BRANCH/debian/libwxgtk-python.postinst
  • D /wxWidgets/branches/WX_2_6_BRANCH/debian/libwxgtk-python.prerm
  • D /wxWidgets/branches/WX_2_6_BRANCH/debian/wxpython.menu

Remove obsolete control files.

2006-04-15 16:01 RL, revision 38744

Include the unpack_examples script with 2.4 releases too. Fix the location of the installed wx.pth. Add the index.html link.

2006-04-15 15:08 VZ, revision 38743

made width computation in GetTextExtent() more precise, especially for italics fonts (based on the code from Wlodek Szafran)

2006-04-15 15:03 VZ, revision 38742

added wxString::rbegin() and rend()

2006-04-15 10:01 SN, revision 38741

Replaced "uint" (which may be or may not be defined depending on platform) by "guint".

2006-04-15 08:15 SC, revision 38740

Patch 1470489 : Backport of Vadim's 1.200 of app.cpp to the 2.6 branch - function keys are now reported as function keys and not Ctrl-P.

2006-04-15 07:30 RD, revision 38739

reSWIGged

2006-04-15 06:54 RD, revision 38738

Avoid assert that was hidden by IsStandard bug

2006-04-15 06:53 RD, revision 38737

IsStandard needs to check m_type, not m_format

2006-04-15 05:35 RD, revision 38736

Give wxDataObjectComposite a way to report what kind of data was given to it from the clipboard or DnD source.

2006-04-15 05:30 RD, revision 38735

Various wxHtml updates

2006-04-15 05:15 RD, revision 38734

Add wxButtonToolBar, but since it is currently only enabled for Mac leave it #if'd out for now.

2006-04-15 05:06 RD, revision 38733

Remove wxHVScrolledWindow wrappers

2006-04-15 05:02 RD, revision 38732

Wrap some deprecation wrappers around newly deprecated items

2006-04-15 04:29 RD, revision 38731

Add some missing wxPyBeginBlockThreads calls

2006-04-15 01:16 VZ, revision 38730

slight simplification of coords translation code in GetBoundingRect()

2006-04-14 23:03 VZ, revision 38729

removed reference to hvscroll.tex

2006-04-14 22:03 VZ, revision 38728

reverted wxHVScrolledWindow patch (back to rev 1.10)

2006-04-14 21:02 VS, revision 38727

don't use deprecated interface

2006-04-14 20:43 VS, revision 38726

use public inheritance when deriving from wxHtmlWindowMouseHelper so that overriden methods can call base versions

2006-04-14 20:06 ABX, revision 38725

Deprecated and obsolete parts marked up for backward compatibility.

2006-04-14 19:56 ABX, revision 38724

Build fix.

2006-04-14 19:54 ABX, revision 38723

Deprecated and obsolete parts marked up for backward compatibility.

2006-04-14 19:32 ABX, revision 38722

Deprecated and obsolete parts marked up for backward compatibility.

2006-04-14 18:17 ABX, revision 38721

HitTest is not deprecated.

2006-04-14 17:34 VZ, revision 38720

respect the specified font encoding in DoGetTextExtent() instead of always using m_font

2006-04-14 17:32 VZ, revision 38719

added wxGTK_CONV_FONT/ENC

2006-04-14 17:16 VZ, revision 38718

don't show vertical scrollbar if we don't need it

2006-04-14 17:01 ABX, revision 38717

Deprecated and obsolete parts marked up for backward compatibility.

2006-04-14 16:25 JS, revision 38716

Spacing tweak

2006-04-14 15:55 VZ, revision 38715

reverted wxHVScrolledWindow patch (rev 1.19/1.21 of vscroll.h/.cpp) because not only we don't want to duplicate code like this but it also broke wxHtmlListBox by making scrolling in it O(N) instead of O(1)

2006-04-14 15:49 JS, revision 38714

Simulated text labels and toggle highlights under buttons Removed background colour

2006-04-14 15:24 JS, revision 38713

Reversed accidental commit

2006-04-14 15:24 VZ, revision 38712

fixed bug with not taking background colour into account introduced in 1.22.2.1

2006-04-14 15:22 VZ, revision 38711

fixed bug with not taking background colour into account introduced in 1.24

2006-04-14 12:40 JS, revision 38710

Implemented Mac-style button toggling within wxButtonToolBar, and line under toolbar.

2006-04-14 12:38 JS, revision 38709

Allow specification of border spacing

2006-04-14 12:24 ABX, revision 38708

MSLU with DMC build fix [#1469456].

2006-04-14 12:16 ABX, revision 38707

MSLU with DMC build fix [#1469456].

2006-04-14 11:38 VS, revision 38706

don't show the I-beam cursor over text in wxHtmlListBox

2006-04-14 10:09 JS, revision 38705

wxButtonToolBar only useful on Mac right now

2006-04-14 09:31 JS, revision 38704

Compilation fix