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-02-13 17:00 SN, revision 32003

Improved support for OS/2's ancient version of "ash" - since it is about 20% faster on configure than up-to-date (pd)ksh ports it's worth this small change, IMHO.

2005-02-13 16:48 SC, revision 32002

source compatible way to solve the background problem

2005-02-13 16:45 SC, revision 32001

changed back, as I found a source compatible way to solve the background problem

2005-02-13 16:29 VZ, revision 32000

removed multiple duplicate copies (with subtly different behaviour) of SetStringSelection(); left only one of them in wxItemContainer (and another one in wxRadioBoxBase, to be removed)

2005-02-13 16:08 VZ, revision 31999

copy the right part of the existing background to the memory buffer (corrects junk during scrolling introduced by last change)

2005-02-13 15:44 RR, revision 31998

Documentedm, that the print setup dialog has been made obsolete.

2005-02-13 15:42 VZ, revision 31997

added test for not erasing background

2005-02-13 15:35 RR, revision 31996

Added raw bitmap access support to GTK 2.0.

2005-02-13 14:36 RR, revision 31995

Small correction to erase sample, added PrepareDC() to erase background handler.

2005-02-13 14:31 SC, revision 31994

wxMac needs inherited on paint for the correct background as well

2005-02-13 14:29 SC, revision 31993

adding clipping support

2005-02-13 14:28 SC, revision 31992

default painting back to OnPaint handler

2005-02-13 13:44 RR, revision 31991

Comment out line that set the VirtualSizeHints() upon calling SetScrollbars().

2005-02-13 13:12 VZ, revision 31990

latest version of generic wxDatePickerCtrl doesn't require wxUSE_POPUPWIN any more

2005-02-13 13:08 VZ, revision 31989

fixes for wxDP_ALLOWNONE case

2005-02-13 13:07 VZ, revision 31988

fixes for wxDP_ALLOWNONE handling

2005-02-13 12:57 VZ, revision 31987

added support for wxDP_ALLOWNONE in wxMSW; documented it; added test for it in the sample

2005-02-13 12:54 JS, revision 31986

wxFopen arg fixes

2005-02-13 12:53 JS, revision 31985

Fix for arg to wxFopen

2005-02-13 12:44 VZ, revision 31984

bug fixes for using wxTransientPopupWindow and wxDP_ALLOWNONE support from Andreas Pflug

2005-02-13 12:38 RL, revision 31983

Enable gnomeprint support for the .debs

2005-02-13 08:53 RL, revision 31982

Add extra^2 debug mode to wx-config for brute force one pass debugging of new platforms. Import $EGREP from configure, posix `grep -E` is not endemic yet. Clean up debian/rules for removed afm files.

2005-02-13 07:36 SC, revision 31981

adding focus and border quartz support

2005-02-13 05:59 SC, revision 31980

adding metafile and clipboard support

2005-02-13 01:14 VZ, revision 31979

added test for Blit()ting OnEraseBackground() results in OnPaint()