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-14 05:51 SC, revision 32028

cleanup

2005-02-14 05:50 SC, revision 32027

ssize_t is always defined in OSX

2005-02-14 04:18 RN, revision 32026

warnin - move pict to where it belongs :)

2005-02-14 04:06 RN, revision 32025

warnins!

2005-02-14 03:57 RN, revision 32024

warning and compilos

2005-02-14 03:46 RN, revision 32023

10.2 fix for CG

2005-02-14 00:10 RL, revision 32022

Now needs wxBitmap as a concrete type.

2005-02-13 23:17 VZ, revision 32021

added support for background bitmap specified in background attribute of the HTML body tag

2005-02-13 23:09 SN, revision 32020

Added support for current version of "emxomf".

2005-02-13 23:08 VZ, revision 32019

removed trailing CRs

2005-02-13 23:06 VZ, revision 32018

corrected link to the list test page

2005-02-13 21:22 RN, revision 32017

compilo

2005-02-13 21:09 VS, revision 32016

moved GNOME printing code back to wxCore and fixed for --enable-plugins case

2005-02-13 21:06 VS, revision 32015

moved GNOME printing code back to wxCore and fixed for --enable-plugins case

2005-02-13 21:00 SN, revision 32014

Simplified and extended compiler detection for OS/2.

2005-02-13 20:28 MW, revision 32013

Add some information for HP-UX 11i

2005-02-13 19:58 RN, revision 32012

compile fix

2005-02-13 19:57 RN, revision 32011

compile fixes

2005-02-13 19:40 VS, revision 32010

don't crash on unterminated CDATA elements (patch #1117629)

2005-02-13 19:30 VZ, revision 32009

replaced wxLogDebugs() with wxLogTrace()S

2005-02-13 19:01 VZ, revision 32008

don't duplicate wxItemContainer methods in wxRadioBoxBase, instead extract the common intersection to a new wxItemContainerImmutable class and derive wxRadioBoxBase from it

2005-02-13 17:17 VZ, revision 32007

include wx/rawbmp.h

2005-02-13 17:16 VZ, revision 32006

another compilation fix: added dummy UseAlpha(0 and HasAlpha()

2005-02-13 17:14 VZ, revision 32005

compilation fix for raw bitmaps (can't include wx/rawbmp.h from wx/bitmap.h as the former includes the latter!)

2005-02-13 17:08 VZ, revision 32004

1. added SetSelection() to wxItemContainer and removed its declarations from derived classes 2. made wxItemContainer::Select() non virtual: it simply calls SetSelection() 3. renamed wxListBox::SetSelection(n, select) to DoSetSelection() for all ports and defined non virtual SetSelection() overloads in the base class to avoid virtual functions hiding