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

2005-06-29 21:39 VS, revision 34778

Unicode compilation fix again - please don't use non-ASCII characters in source code

2005-06-29 21:37 VS, revision 34777

added version tag for symbols introduced in 2.6.2

2005-06-29 19:22 RR, revision 34776

Apply mask origin patch for blitting.

2005-06-29 19:02 RR, revision 34775

define NO_GCC_PRAGMA if - PCH - GCC >= 4.0 - certain cases like Apple GCC, Mingw32 with certain other option

2005-06-29 15:53 CE, revision 34774

[ 1212972 ] fix dmc bug

2005-06-29 13:40 RR, revision 34773

Added test case speficically for GCC >= 4.0 and define NO_GCC_PRAGMA then.

2005-06-29 13:26 RR, revision 34772

Reverted GCC_NO_PRAGMA change

2005-06-29 01:34 MW, revision 34771

Add HANGUL_CHARSET for vc++ 5, and move a couple of others that were already in there for DMC.

2005-06-27 15:45 MR, revision 34770

Add wxArray, wxArrayString, wxDateEvent and wxSplitterEvent into the classes by category listing.

2005-06-27 13:11 MR, revision 34769

WX_2_4_BRANCH: Link fix in XML Resource overview.

2005-06-27 13:11 MR, revision 34768

Link fix in XML Resource overview.

2005-06-27 13:04 MR, revision 34767

WX_2_4_BRANCH: Doc syntax fixes (underscore escaping).

2005-06-27 12:56 MR, revision 34766

WX_2_4_BRANCH: Remove references to wxValidator in wxSpinButton docs - no validator param.

2005-06-27 12:37 MR, revision 34765

Remove references to wxValidator in wxSpinButton docs - no validator param. Closes patch #1227956

2005-06-26 16:28 SN, revision 34764

Compilation fix for some gcc versions on OS/2.

2005-06-26 15:48 RR, revision 34763

Added wxShadowObject for imitating a VMT with virtual functions without changing the C++ interface etc. of the class. Added test to it to the dynamic sample.

2005-06-26 15:46 SN, revision 34762

Fixed compilation error for Motif.

2005-06-26 15:46 RR, revision 34761

Revert Ron's removal of the reserved functions.

2005-06-26 13:51 MBN, revision 34760

Documented wxListItemAttr. Clarified that item data is asociated with a wxListCtrl item and not with subitems.

2005-06-26 13:25 SN, revision 34759

Possibly to allow including both os2/private.h and GUI's private.h for X11 based builds on OS/2.

2005-06-25 12:19 VZ, revision 34758

readded wxEVT_SCROLL_ENDSCROLL symbol back to the library to fix (inadvertent) backwards binary compatibility breakage

2005-06-25 11:12 VS, revision 34757

removed unused versioning variables

2005-06-25 01:24 MW, revision 34756

Handler when the cases when the MGL timer wraps

2005-06-24 16:44 RL, revision 34755

Put a humane end to the pathetic flailing over whether this can work or not. It obviously never can if you understand the rules for binary compatibility of a userspace library and the mechanisms to manage it -- no matter how clever we get in the future.

2005-06-24 15:55 ABX, revision 34754

Preserve logging state during QT plugin initialization.