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-07-22 01:01 RD, revision 28378

build a tarball when building the new docs

2004-07-22 01:01 RD, revision 28377

Build the new docs as part of the automated build

2004-07-22 01:00 RD, revision 28376

reorganize a bit

2004-07-22 00:57 RD, revision 28375

cleanup

2004-07-22 00:55 RD, revision 28374

Hold on to the Sound objects as the Mac async plays will stop when the object is destroyed

2004-07-22 00:44 RD, revision 28373

Add -framework QuickTime if --enable-sound

2004-07-22 00:43 RD, revision 28372

Actually use the OnStack test

2004-07-22 00:42 RD, revision 28371

wxSOUND_SYNC is zero so it can't be used in a (flags & wxSOUND_SYNC) test as it woudl always evaluate to false.

2004-07-21 22:53 RD, revision 28370

If no colour name then use "BLACK"

2004-07-21 22:07 RD, revision 28369

Call CreateControl instead of CreateBase

2004-07-21 21:54 VZ, revision 28368

pretend that we support all encodings instead of not supporting any of them under GTK2 (this at least prevents wxFontMapper from aborting the program with 'can't create any font' message)

2004-07-21 20:28 RD, revision 28367

Docstring updates

2004-07-21 19:58 RD, revision 28366

Docstring updates

2004-07-21 19:56 RD, revision 28365

Fixed incorrect ratio initialization

2004-07-21 19:22 RD, revision 28364

Added DoPrepareDC

2004-07-21 19:21 RD, revision 28363

Added docstrings

2004-07-21 19:19 RD, revision 28362

Updates from Chris

2004-07-21 19:06 RD, revision 28361

Set m_wheelDelta for wheel events

2004-07-21 18:59 VS, revision 28360

regenerated

2004-07-21 18:20 SC, revision 28359

ryan's QT implementation

2004-07-21 17:07 VZ, revision 28358

compilation fix

2004-07-21 17:00 VZ, revision 28357

implemented wxNativeFontInfo::operator=() when wxUSE_PANGO, this fixes crashes when wxFont::SetNativeFontInfo() is used

2004-07-21 12:23 VZ, revision 28356

create the disabled button brush if we're not using Microwin, not if we're using it

2004-07-21 11:27 SC, revision 28355

first attempt for full screen implementation

2004-07-21 11:24 SC, revision 28354

first attempt for full screen implementation