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

2007-02-23 07:57 RR, revision 44556

[ 1665996 ] Fixes/extensions to wxDataViewCtrl

2007-02-22 17:57 JS, revision 44555

Fixed a confusion between window and client size that could lead to gradually increasing window size on repeated layout, by duplicate application of the client to window size conversion.

2007-02-22 01:53 KO, revision 44554

Fix for crash when an invalid font was being mistakenly identified as valid due to a signed check on an unsigned value, and also change the wxLogDebug statement, as I was getting crashes with %s and wxString.

2007-02-21 23:41 RD, revision 44553

Support wxTELETYPE font family

2007-02-21 23:41 RD, revision 44552

update version number

2007-02-21 23:40 RD, revision 44551

show better technique for updating drawing from outside of EVT_PAINT handler

2007-02-21 23:37 RD, revision 44550

enable this demo for the Mac

2007-02-21 22:28 RD, revision 44549

Oops, forgot to remove the commented out code

2007-02-21 22:24 RD, revision 44548

simple test for wxGCDC::DoDrawEllipticArc

2007-02-21 22:24 RD, revision 44547

Use floating point math in wxGCDC::DoDrawEllipticArc. Also removed the lines closing the arc since wxDC doesn't do that.

2007-02-21 19:47 RD, revision 44546

Applied patch [ 1664571 ] ListCtrl::ColumnSorterMixin-new callback OnSortOrderChanged

2007-02-21 15:55 VS, revision 44545

fixed BAKEFILE_AUTOCONF_INC_M4_VERSION changed by mistake

2007-02-21 15:07 JS, revision 44544

Applied [ 1613294 ] wxGetMouseState/wxIsKeyDown bug (troelsk - allow for left-handed mouse)

2007-02-20 20:05 VS, revision 44543

allow creating wxString from char*, assigning to it from char* and comparing with char* values

2007-02-20 19:40 VS, revision 44542

fixed incorrectly reported WXWIN_COMPATIBILITY_2_6 value in summary

2007-02-20 12:54 JS, revision 44541

Fixed a problem with tabs when text spills over the end of the tab stops

2007-02-20 11:12 VS, revision 44540

compilation fix

2007-02-20 07:57 JS, revision 44539

Ignore Windows key

2007-02-20 02:39 RD, revision 44538

another typo fixed

2007-02-20 02:29 RD, revision 44537

simple test for drawing and measuring text with a GC

2007-02-20 02:28 RD, revision 44536

reSWIGged

2007-02-20 02:27 RD, revision 44535

fix 'instance' typos

2007-02-20 02:18 RD, revision 44534

Add a bit of testing code

2007-02-20 02:12 RD, revision 44533

Add implementations for: wxCairoPathData::AddPath wxCairoContext::Clip wxCairoContext::ResetClip wxCairoContext::GetTextExtent Adjusted the baseline-relative DrawText to be offset by the ascent.

2007-02-19 21:17 RD, revision 44532

Add wx.DD_DIR_MUST_EXIST style. (Patch #1662736)