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