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

2008-05-25 17:56 KO, revision 53742

Fix for wxClientDC::GetAsBitmap, which partially resolves ticket #9486

2008-05-25 03:08 VZ, revision 53741

don't take the min size into account when setting the window size explicitly in wxGTK, just as wxMSW doesn't do it; mention this in the docs and added a unit test to enforce this

2008-05-25 02:56 VZ, revision 53740

create tests/window directory for wxWindow tests

2008-05-24 22:25 VZ, revision 53739

add test for bug 716

2008-05-24 20:24 RR, revision 53738

Dont send spin text update event from SetValue()

2008-05-24 19:49 RR, revision 53737

Mention wxDataViewTreeCtrl in wxTreeCtrl

2008-05-24 19:37 RR, revision 53736

Minor doc corrections

2008-05-24 19:16 RR, revision 53735

Don't use font encoding in Unicode mode

2008-05-24 17:24 CE, revision 53734

Borland still hates ternary ?

2008-05-24 15:09 VZ, revision 53733

compilation fix after the last change

2008-05-24 14:42 VZ, revision 53732

do case normalization after long path one, this fixes the problem with incorrect paths case under Vista (closes 9162)

2008-05-23 23:28 VZ, revision 53731

added wrapsizer (should have been checked in a long time ago)

2008-05-23 23:28 VZ, revision 53730

improve wxMessageOutputBest console output under Windows (closes 9146)

2008-05-23 19:41 RR, revision 53729

wxTextCtrk::GetRange() shouldn't crash on out of range request

2008-05-23 19:40 RR, revision 53728

Simplify SetValue() with empty string

2008-05-23 18:56 VZ, revision 53727

call base class version from SetWindowStyleFlag() to update common styles such as border ones too (closes #9480)

2008-05-23 18:49 VZ, revision 53726

correct toggling of the selected icon (closes 4029)

2008-05-23 18:31 RR, revision 53725

Invocation of default button by <ENTER> was impossible in wxLB_MULTIPLE

2008-05-23 12:18 VZ, revision 53722

fix MSVC warnings about conversions between pointers and longs

2008-05-23 11:17 RR, revision 53721

Update IsSelection() docs

2008-05-23 11:04 RR, revision 53720

Update controls sample to follow documented logic

2008-05-23 11:03 RR, revision 53719

Move event generation in multiple selection mode to common code

2008-05-23 11:03 RR, revision 53718

Move event generation in multiple selection mode to common code

2008-05-23 11:02 RR, revision 53717

Move event generation in multiple selectino mode to common code

2008-05-23 10:19 RR, revision 53716

Update selection cache when inserting items, too