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

2004-02-08 13:54 VZ, revision 25628

added GetHpen() and GetHpenOf()

2004-02-08 13:40 VZ, revision 25627

define WXMICROWIN_CHECK_HDC macro once instead of having #ifdefs for microwin everywhere

2004-02-08 13:30 VZ, revision 25626

use wxBusyCursor class instead of wxBeginBusyCursor and several (mismatched and thus provoking assert failures) wxEndCursors

2004-02-08 13:24 SC, revision 25625

proper UTF32 / 16 conversions added

2004-02-08 13:23 SC, revision 25624

wchar_t 4 bytes support added

2004-02-08 13:22 SC, revision 25623

redraw forced for size changes (layout for measuring is simpler than word-wrapping drawing code)

2004-02-08 13:20 VZ, revision 25622

use hard coded default size for top level windows instead of CW_USEDEFAULT: this results in more decent default frame size and fixes initial wxMiniFrame size which used to be tiny 8*8 (and so fixes bug 817832)

2004-02-08 13:02 JS, revision 25621

Added wxTreeListCtrl: patch [ 883529 ] wxTreeListCltr Otto Wyss

2004-02-08 12:45 JS, revision 25620

Misc doc fixes

2004-02-08 12:43 JS, revision 25619

Applied patch [ 892608 ] wxLogDialog + wxLogFrame: minor improvement for file saving Christian Sturmlechner

2004-02-08 12:38 JS, revision 25618

Applied patch [ 892543 ] wxUniversal: Bitmaps in disabled menu items Christian Sturmlechner

2004-02-08 12:38 SC, revision 25617

corrected Sleep implementation (as clock() under Mach does only return our own passed time)

2004-02-08 12:22 JS, revision 25616

Added CE project files

2004-02-08 12:01 JS, revision 25615

Applied patch [ 875666 ] Warning free configtool util ABX

2004-02-08 11:59 JS, revision 25614

Applied patch [ 879998 ] Warning free animate contrib ABX

2004-02-08 11:57 JS, revision 25613

Fixed RTTI

2004-02-08 11:56 JS, revision 25612

Applied patch [ 875663 ] Warning free mmedia contrib ABX

2004-02-08 11:53 JS, revision 25611

Applied [ 880011 ] Several fixes to DbBrowse demo ABX

2004-02-08 11:49 JS, revision 25610

Applied patch [ 892511 ] wxUniversal: fix of segfault in toolbar.cpp Christian Sturmlechner

2004-02-08 11:07 SC, revision 25609

scroll of subwindow confined to rect param

2004-02-08 11:06 SC, revision 25608

tabs fixed

2004-02-08 10:56 SC, revision 25607

corrected line counts and implemented ShowPosition

2004-02-08 09:53 SC, revision 25606

corrections for buffers

2004-02-08 09:52 SC, revision 25605

unicode savvy conversions

2004-02-08 08:27 MBN, revision 25604

Documented new constructor and overloaded Create methods.