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

2005-04-13 16:27 VZ, revision 33578

fixed tests for dashed/dotted pens under OS != NT (bug 1182319)

2005-04-13 16:26 VZ, revision 33577

don't break of the loop resetting last focus pointer in dtor as under some (unclear) cisrcumstances more than one TLW can have a pointer to us, see bug 1179024

2005-04-13 16:02 ABX, revision 33576

wxStreamToTextRedirector test

2005-04-13 15:36 JS, revision 33575

The device origin can be set on WinCE, so use it and redefine conversion macros accordingly. Also, convert result of calling GetClipBox from logical to device coordinates since we're dealing with device coordinates at this point.

2005-04-13 15:32 JS, revision 33574

GetCursorPos returns an error on WinCE, so use GetMessagePos instead.

2005-04-13 15:03 VZ, revision 33573

added owner drawn checkbox to listbox page and the possibility to test changing the controls font (part of patch 1181057)

2005-04-13 13:53 RR, revision 33572

Apply Mart R.'s patch for improved font width handling and minor doc corrections.

2005-04-13 13:46 RR, revision 33571

Correct vertical alignment for lables in static boxes.

2005-04-13 13:34 VZ, revision 33570

added wxMedia

2005-04-13 13:20 JS, revision 33569

Unnecessary shwlapi.h inclusion removed

2005-04-13 13:06 VZ, revision 33568

mention libs.dia

2005-04-13 13:05 VZ, revision 33567

added wxQA

2005-04-13 13:03 VZ, revision 33566

mistakenly enabled by default --enable-unicode switched off again by default

2005-04-13 12:56 VZ, revision 33565

fix DESTDIR handling in wx-config link (patch 1181759)

2005-04-13 12:39 MW, revision 33564

Temporary compilation fix for wxUSE_INTL=0

2005-04-13 12:37 MW, revision 33563

Compilo fix for wxUSE_INTL=0 and use wxCSConv for broken filenames instead of wxMBConvLibc

2005-04-13 06:04 SC, revision 33562

make sure we don't miss resizes even when no sizers are involved

2005-04-13 06:02 SC, revision 33561

fixing redraw region

2005-04-13 05:12 KO, revision 33560

Adding accessor methods for URL and Title, and another revision of the window sizing hack. Tested this one with wxWidgets sample, a notebook/splitter sample, and Documancer, a wxPython app, all with correct results.

2005-04-13 05:07 SC, revision 33559

fixing compilo on carbon cfm with CW 9

2005-04-13 04:57 RD, revision 33558

Add room for the scrollbar

2005-04-13 00:28 RD, revision 33557

Applied patch #1181805 TextEditMixin and EVT_LIST_END_LABEL_EDIT

2005-04-12 21:08 ABX, revision 33556

Fix for using std streams when std:: conflicts with ::

2005-04-12 21:06 ABX, revision 33555

std streams usage build fix under MSW

2005-04-12 20:57 ABX, revision 33554

Warning fix.