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