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-01-29 11:14 VZ, revision 51440

define __VISUALCn__ for n=5,6,7,8,9 and not only 8 (should have been part of r51353)

2008-01-29 11:11 VZ, revision 51439

significantly simplify this file by using token pasting in #incoude and #pragma comment(lib) instead of repeating them 4 or 8 times

2008-01-29 11:02 JS, revision 51438

Fixed global cursor setting on Mac, which fixes busy cursor and context help cursor

2008-01-29 11:01 JS, revision 51437

Fixed global cursor setting on Mac, which fixes busy cursor and context help cursor

2008-01-29 04:02 PC, revision 51427

Remove unnecessary IsRadioButton(). Replace m_blockEvent with g_signal_handlers_block(). Remove wxRadioButton::DoGetBestSize(), it just calls the base.

2008-01-28 21:03 PC, revision 51426

remove unnecessary ?: operator

2008-01-28 15:25 VZ, revision 51425

fix compilation error for wxUSE_DC_CACHEING==0; use more descriptive variables names

2008-01-28 04:15 PC, revision 51417

HP aC++ 3.80 can't handle parenthesized string literal in an initializer

2008-01-28 04:14 PC, revision 51416

another fix for HP-UX 11.11 vsscanf, should have been in r51260

2008-01-27 17:58 JS, revision 51415

Take basic style into account when applying style sheet

2008-01-27 17:37 JS, revision 51414

Take basic style into account when applying style sheet

2008-01-27 17:34 JS, revision 51413

Take basic style into account when showing style under cursor

2008-01-27 17:34 JS, revision 51412

Take basic style into account when showing style under cursor

2008-01-27 16:29 VS, revision 51411

UTF-8 build fixes for appending, setting or searching for NUL characters

2008-01-27 16:25 VS, revision 51410

converting temporary wxString to const wxChar* and storing that doesn't work (and doesn't even compile if wxUSE_STL), fixed

2008-01-27 15:28 VS, revision 51409

Fixed wxCURSOR_HAND to map to GDK_HAND2 and not GDK_HAND1, for consistency with other applications

2008-01-27 15:26 VS, revision 51408

Fixed wxCURSOR_HAND to map to GDK_HAND2 and not GDK_HAND1, for consistency with other applications

2008-01-27 14:10 VZ, revision 51407

add wxCONCAT[345]() helper macros

2008-01-27 13:21 VZ, revision 51405

don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly

2008-01-27 12:57 VZ, revision 51404

only define wxEventPtr in wxBase, not wxCore

2008-01-27 12:43 VZ, revision 51403

define (empty) SetIcon() method in wxGenericMDIChildFrame for compatibility with MSW implementation

2008-01-27 12:42 VZ, revision 51402

don't reference non-existent doc.xmb file

2008-01-27 11:38 VS, revision 51399

added VC7/8 project files for samples

2008-01-26 23:23 VZ, revision 51392

don't fail in wxTransferStreamToFile if file size is exact multiple of 4KB (bug 1835918)

2008-01-26 23:18 VZ, revision 51391

delete the event object in ProcessPendingEvents() even if the handler throws an exception (bug 1836010)