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)

2007-02-19 21:14 RD, revision 44531

simple wx.LogWindow test

2007-02-19 21:13 RD, revision 44530

fix import

2007-02-19 20:35 RD, revision 44529

Patch #1662729: TreeListCtrl::SetColumnWidth accepting wxLIST_AUTOSIZE and wxLIST_AUTOSIZE_USEHEADER.

2007-02-19 20:31 RD, revision 44528

TreeMixins 0.6 from Frank

2007-02-19 20:30 RD, revision 44527

wxMac can handle the foreign DnD too

2007-02-19 20:02 VS, revision 44526

added WXWIN_COMPATIBILITY_2_8

2007-02-19 18:32 JS, revision 44525

Layout correction

2007-02-19 18:30 JS, revision 44524

Doc corrections

2007-02-17 12:32 RR, revision 44523

Most of FM's wxDataViewCtrl patch.

2007-02-17 11:35 RR, revision 44522

Minor parts from FM's wxDataViewCtrl patch.

2007-02-17 09:16 RR, revision 44521

[1660792 ] wxObject::Dec/IncRef and wxObjectDataPtr

2007-02-17 02:35 VZ, revision 44520

do adjust scrollbars in our EVT_SIZE handler now that we turn them off correctly (otherwise scrollbars wouldn't be shown correctly when the grid becomes too small to show its contents entirely after changes in rev 1.410)

2007-02-16 23:47 RD, revision 44519

use InspectableApp for testing

2007-02-16 23:46 RD, revision 44518

reSWIGged

2007-02-16 23:35 RD, revision 44517

Remove boxus property (getter requires param)

2007-02-16 23:34 RD, revision 44516

Add wx.lib.mixins.treemixin from Frank Niessink.

2007-02-16 23:32 RD, revision 44515

Fixes as described in #1661049 (Uncollectable ogl objects)

2007-02-16 22:12 JS, revision 44514

IsShown shouldn't cause empty sizers to not have their positions calculated

2007-02-16 17:43 VZ, revision 44513

don't delete inexistent column indices in DeleteCols() [backport from HEAD]

2007-02-16 17:41 VZ, revision 44512

don't delete inexistent column indices in DeleteCols()

2007-02-16 14:47 VZ, revision 44511

suppress warning about casting -1 to guint

2007-02-16 08:16 JS, revision 44510

Added support for hover bitmap

2007-02-16 02:21 VZ, revision 44509

update from Ivan Masar

2007-02-15 12:38 VZ, revision 44508

return size without decorations from size_request GTK callback in wxTLW

2007-02-14 20:35 VZ, revision 44507

use AllocExclusive() instead of duplicating its code in wxFont-specific Unshare(); this fixes recreating the font whenever it is modified (even if it's not shared) bug