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

2004-11-19 16:47 VZ, revision 30628

added CompatibleBitmap wrapper class

2004-11-19 15:55 ABX, revision 30627

Do not make bitmap buttons with standard width (like in wxComboBox drop down button).

2004-11-19 07:46 RN, revision 30626

part of patch [ 649438 ] Bug fixes from Netscape/AOL

2004-11-19 07:16 RN, revision 30625

patch [ 762159 ] scroll sample auto-scroll test

2004-11-19 06:57 RN, revision 30624

Enable stl compilation with wxMac - unicode no work on 10.2 though. Modded patch 1051991.

2004-11-19 06:34 SC, revision 30623

apparently this code might be called with a CFSocket not yet constructed, guard against NULL

2004-11-19 00:30 VS, revision 30622

applied modified patch with native GTK wxFileDialog

2004-11-18 23:20 VZ, revision 30621

don't erase background in wxControl neither

2004-11-18 22:32 VZ, revision 30620

set background style to wxBG_STYLE_COLOUR in SetBackgroundColour()

2004-11-18 21:09 VS, revision 30619

fixed libgnomeprint check to fail if libgnomeprint is too old

2004-11-18 17:03 RN, revision 30618

[ 1067084 ] fs_zip.cpp assertion fix

2004-11-18 16:49 RN, revision 30617

fix compilo pointed out by OW

2004-11-18 16:35 RN, revision 30616

get rid of singleCustomColour - its not needed. Cleanup/optimize a bit more.

2004-11-18 16:24 RN, revision 30615

fix bug where color chosen by sliders wouldn't be registered. Optimized a bit.

2004-11-18 16:20 RN, revision 30614

fix dialogs sample to remember last color with generic color dialog

2004-11-18 15:26 RN, revision 30613

Add wxSizerFlags docs to wxSizer, wxSizerItem and wxSizer overview. Mention that wxSizerFlags is PRELIMINARY.

2004-11-18 14:58 RN, revision 30612

wxSizerFlags name fix, accessors only available to wxSizer (supposively :))

2004-11-18 14:52 RN, revision 30611

wxsizerflags docs

2004-11-18 14:45 RR, revision 30610

Added support for native print preview (GNOME)

2004-11-18 14:15 RN, revision 30609

moved verbose changes to manual

2004-11-18 14:15 RN, revision 30608

Add incompat and depre changes to manual

2004-11-18 14:14 RN, revision 30607

fix various latex errors

2004-11-18 14:07 RN, revision 30606

fix underscore errors

2004-11-18 14:04 RR, revision 30605

Implemented DoDrawRotatedText() by way of a rotation of a alpha blended text bitmap. It would be better if Pango could draw directly into an wxImage (as FreeType) can, but that is for later..

2004-11-18 14:01 RR, revision 30604

Added support for alpha channels in interpolated and non-interpolated image rotation. Added helper method for turning shades of grey into shades of alpha and a colour.