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

2006-10-31 07:41 BIW, revision 42806

fix aui crash related to SF bug 1531361

2006-10-31 07:40 MW, revision 42805

Update docs to mention new filesystem handlers.

2006-10-31 01:24 VZ, revision 42804

make wxBitmap *really* ref counted in X11; some cleanup of bitmap code

2006-10-31 00:59 RD, revision 42803

Some random test apps that I've been playing with

2006-10-31 00:59 VZ, revision 42802

partly successful (i.e. previously it didn't work at all and spewed Pango warnings and now it just doesn't work) attempts to fix drawing text on wxMemoryDC in Unicode build

2006-10-31 00:57 RD, revision 42801

Gobs of changes needed to get up to date with today's CVS

2006-10-31 00:41 VZ, revision 42800

added --enable-tga (on by default)

2006-10-31 00:35 VZ, revision 42799

added horse.tga to bakefile and distribution scripts

2006-10-31 00:26 VZ, revision 42798

use wxChar correctly in wxString docs; mark wx1 compatibility functions

2006-10-31 00:14 VZ, revision 42797

compilation fix after wxMemoryDCBase changes

2006-10-31 00:13 VZ, revision 42796

compilation fix after wxBitmap::operator==() removal

2006-10-30 23:42 JS, revision 42795

More fun with line endings, to avoid mangling PDF contents

2006-10-30 23:22 VZ, revision 42794

don't assign NULLs to bools and floats, this is confusing (and also the usual: deTABified; corrected double to int cast)

2006-10-30 23:19 VZ, revision 42793

more fixes to double to int conversions

2006-10-30 23:16 VZ, revision 42792

gcc signed/unsigned comparison fix

2006-10-30 23:16 VZ, revision 42791

hack to fix warnings about wxMAC_USE_CORE_GRAPHICS_BLEND_MODES not being defined -- but should it be used in this common file at all?

2006-10-30 23:09 VZ, revision 42790

forcefully disable wxUSE_STD_STRING and wxUSE_STL for Digital Mars and Open Watcom

2006-10-30 23:03 VZ, revision 42789

removed unneeded ifdef from last commit

2006-10-30 22:58 JS, revision 42788

Compile fix for Universal

2006-10-30 22:58 VZ, revision 42787

compilation fix after operator==() removal

2006-10-30 22:51 VZ, revision 42786

compilation fix after operator==() removal

2006-10-30 22:44 VZ, revision 42785

added wxUSE_COLLPANE (why is this file not generated, again?)

2006-10-30 22:43 VZ, revision 42784

Unicode compilation fix

2006-10-30 22:42 VZ, revision 42783

compilation fixes after adding wxMemoryDCBase::Init(): renamed wxDC::Init() in wxDFB to DFBInit()

2006-10-30 22:26 VZ, revision 42782

ignore dmc_lib (Digital Mars build directory)