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-11-04 02:58 VZ, revision 43006

regenerated after two last configure.in changes

2006-11-04 02:54 VZ, revision 43005

add -mno-cygwin detection: we should treat cygwin as Windows, not Unix, when it's used

2006-11-04 00:02 VZ, revision 43004

include iostream header when using std streams

2006-11-03 23:36 VZ, revision 43003

corrected documentation of font parameter

2006-11-03 23:34 VZ, revision 43002

compilation fix for last fix

2006-11-03 22:16 VZ, revision 43001

wxAnimationCtrl fix to display inactive bitmap at start (patch 1590192)

2006-11-03 22:02 VZ, revision 43000

added collpane sample

2006-11-03 21:54 VZ, revision 42999

use wxNullFont instead of *wxNORMAL_FONT as default parameter for wxFontPickerCtrl/Widget, this fixes compilation with gcc 2.95 and possibly other old compilers

2006-11-03 21:48 VZ, revision 42998

fix typo in WX_ARG_ENABLE for richtext (patch 1589243)

2006-11-03 21:37 VZ, revision 42997

use wxEMPTY_PARAMETER_VALUE to ensure that nested macro calls get correct number of parameters even when expdecl passed to the outer macro is empty (as happens in static builds)

2006-11-03 21:32 MW, revision 42996

Use hash<long> instead of hash<wxLongLong_t> when they are the same size since even some 64-bit compilers have a problem with it, it seems.

2006-11-03 21:25 VZ, revision 42995

added IMPLEMENT_VARIANT_OBJECT_SHALLOWCMP(classname) macro for consistency

2006-11-03 21:21 VZ, revision 42994

clarify/correct note about VC6 build order problem

2006-11-03 21:06 VZ, revision 42993

don't define EMPTY_PARAMETER_VALUE macro without wx prefix, this is an invitation for name clash; instead define wxEMPTY_PARAMETER_VALUE and use it in both variant.h and event.h

2006-11-03 21:00 VZ, revision 42992

restored mention of the other .rsp files removed in last commit

2006-11-03 20:50 VZ, revision 42991

update the distribution instructions after switch to new distribution scripts

2006-11-03 19:53 VZ, revision 42990

fix compilation after last change for compilers without variadic macros support

2006-11-03 19:45 VZ, revision 42989

compilation fix: must include wx/dcmemory.h instead of wx/mgl/dcmemory.h

2006-11-03 19:26 VZ, revision 42988

don't use native GTK implementation in wxUniv builds

2006-11-03 19:22 VZ, revision 42987

blind compilation fix: include wx/window.h

2006-11-03 19:15 VZ, revision 42986

compilation fix for wxPenRefData operator==()

2006-11-03 17:55 RD, revision 42985

Removed duplicate (and wrong) helpref

2006-11-03 17:42 VZ, revision 42984

use IsSameAs() instead of wxPalette::operator==() which doesn't exist any more

2006-11-03 17:37 VZ, revision 42983

use wxMemoryDC::SelectObjectAsSource() for const wxBitmaps

2006-11-03 12:19 VZ, revision 42982

fix XPM name to correct compilation under Unix