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)

2006-10-30 22:24 VZ, revision 42781

commented out if(1) which resulted in annoying bcc warning

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

a better compilation fix

2006-10-30 22:12 RR, revision 42779

Compile fix.

2006-10-30 22:11 VZ, revision 42778

compilation fix after operator==() removal

2006-10-30 22:06 VZ, revision 42777

compilation fix after IsRefTo -> IsSameAs

2006-10-30 22:03 VZ, revision 42776

renamed IsRefTo() to IsSameAs() (do complain if this is not more clear) and changed its signature to take a const reference instead of a pointer which simplifies the code and makes it safer as well

2006-10-30 21:53 VZ, revision 42775

don't need to check if we set the same cursor before setting it: SetCursor() already checks for this anyhow

2006-10-30 21:48 VZ, revision 42774

use wxUSE_COLLPANE around usage of wxCollapsiblePane

2006-10-30 21:47 VZ, revision 42773

gcc signed/unsigned comparison warning fix

2006-10-30 21:45 VZ, revision 42772

Unicode compilation fix

2006-10-30 21:45 VZ, revision 42771

handle PANGO_WEIGHT_SEMIBOLD font weight (avoids gcc warnings and generally makes sense)

2006-10-30 21:43 RR, revision 42770

Commit configure.

2006-10-30 21:33 RR, revision 42769

Blindly fixed (tried to) wxSlider on Mac after SetSizeHints() change.

2006-10-30 21:27 RD, revision 42768

another compile fix

2006-10-30 21:09 RD, revision 42767

Add DLL export macro

2006-10-30 21:08 RD, revision 42766

More compile fixes.

2006-10-30 20:56 RD, revision 42765

Some compile fixes. It sure would be nice if big complicated patches could be tested (or at least compiled) on all the core platforms before being checked in, especially in last-minute crunch times.

2006-10-30 20:51 VZ, revision 42764

include wx/bitmap.h as we use wxBitmap here now

2006-10-30 20:34 VZ, revision 42763

remove just added wxCoordRound() (see patch 1586499)

2006-10-30 20:25 VZ, revision 42762

added collpane sampel files

2006-10-30 20:23 VZ, revision 42761

no changes, just removed commented out code

2006-10-30 20:17 VZ, revision 42760

rebaked

2006-10-30 20:08 VZ, revision 42759

Various wxCollapsiblePane enhancements (re-patch 1577412): 1. wxUSE_COLLPANE added 2. XRC handler added 3. flicker fixes for the generic version 4. sizing fixes for GTK+ version 5. RTL fixes for the generic version (via wxBoxSizer) 6. better appearance under Mac for the generic version

2006-10-30 20:07 BIW, revision 42758

aui notebook sizing calculations streamlined

2006-10-30 20:03 VZ, revision 42757

replaced wxCint() with wxRound() (which is exactly the same) in Rotate(); small code cleanup