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

2006-11-03 10:55 JS, revision 42981

Mac wxODBC fix from Jose' Cruanyes Aguilar

2006-11-03 10:52 ROL, revision 42980

updated

2006-11-03 10:50 ROL, revision 42979

withard styles

2006-11-03 10:17 JG, revision 42978

Rearrange build order so dll builds have the correct dependencies

2006-11-03 09:57 JS, revision 42977

Removed a warning

2006-11-03 08:08 PC, revision 42976

ignore requests to install idle handler when app instance is not valid

2006-11-03 08:07 RD, revision 42975

rwSWIGged

2006-11-03 08:05 RD, revision 42974

More aui updates

2006-11-03 08:04 RD, revision 42973

A patch from Frame Niessink which adds an additional style that (un)checks a parent when all children are (un)checked, i.e. TR_AUTO_CHECK_PARENT.

2006-11-03 07:45 RD, revision 42972

SetBestSize alias

2006-11-03 07:45 RD, revision 42971

Can wxMemoryDC derive from wxWindowDC on all platforms?

2006-11-03 07:41 RD, revision 42970

include vidmode.h

2006-11-03 07:41 RD, revision 42969

docstrings

2006-11-02 22:45 JS, revision 42968

Undid completely wrong patch 1438117: other platforms do _not_ count the visible lines, only the underlying lines. With the patch, you can't reliably do anything with lines using the other functions.

2006-11-02 22:44 RR, revision 42967

Return to just using the official API for setting TLW position and size. This works more often with newest version of GTK+ than with oldest versions.

2006-11-02 22:29 RR, revision 42966

Correct code for TLW placement, this fixes several AUI problem when dragging panes quickly (the hint window would appear in the wrong place).

2006-11-02 22:00 JS, revision 42965

If the GIF isn't an animation, we can ignore the animation size, thus suppressing false error.

2006-11-02 21:48 MW, revision 42964

Use the standard hash<wxLongLong_t> on 64-bit machines.

2006-11-02 21:47 BIW, revision 42963

aui documentation updates

2006-11-02 20:50 BIW, revision 42962

wxaui maximize bug fixes

2006-11-02 20:29 BIW, revision 42961

added missing header to auibook.cpp

2006-11-02 20:27 BIW, revision 42960

implemented wxAUI_NB_WINDOWLIST_BUTTON and wxAUI_NB_SCROLL_BUTTONS in wxAuiNotebook

2006-11-02 19:05 PC, revision 42959

don't reset idle tag unless idle function is also going to be removed

2006-11-02 18:57 VS, revision 42958

don't crash when destroying window with scrollbars

2006-11-02 18:37 PC, revision 42957

revert memory leak fix, it causes crash