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

2002-02-05 16:34 JS, revision 14015

Reformatted Motif headers; added __WXX11__ symbol support to common headers; added place-holding src/x11 and include/wx/x11 files.

2002-02-05 14:34 VZ, revision 14014

Unicode compilation fix

2002-02-05 14:15 DW, revision 14013

no message

2002-02-05 12:18 JS, revision 14012

Applied Hans Van Leemputten's FL separator patch

2002-02-05 00:16 VZ, revision 14011

compilation fix for wxUniv

2002-02-05 00:14 VZ, revision 14010

don't compile this file under wxMSW

2002-02-05 00:14 VZ, revision 14009

defined wxUSE_IFF

2002-02-05 00:14 VZ, revision 14008

fixed compilation without wxUSE_STREAMS

2002-02-05 00:01 VZ, revision 14007

fixed VC++ compilation warnings in optimized build

2002-02-04 23:32 DW, revision 14006

const fix.

2002-02-04 22:33 VZ, revision 14005

fixed for compilation without wxUSE_WCHAR_T and minor cleanups associated with this

2002-02-04 21:52 VZ, revision 14004

no changes, just the file I forgot to commit...

2002-02-04 20:56 GD, revision 14003

added missing system colours (exact colours to be defined)

2002-02-04 19:37 VZ, revision 14002

fixed crash when return is pressed in a spinctrl inside a parent which is not a GtkWindow

2002-02-04 19:24 VZ, revision 14001

backported the fix for the log window details dropdown size from 2.3

2002-02-04 19:15 VZ, revision 14000

fixed size of the log dialog details drop down

2002-02-04 18:01 RR, revision 13999

Added missing test in wxObject::Ref() for already equal objects (same m_refData). Implemented new ref counting for wxBrush, wxPen and wxColour (in addition to wxRegion). Also inlined some more functions and implemented real comparisons. Corrected refresh code to update GTK's window-less widgets if overdrawn after a wxWindow::Refresh().

2002-02-04 16:34 VZ, revision 13998

added GAUGE standard colour and use it in DrawProgressBar() if the colour hadn't bee nset explicitly

2002-02-04 16:33 VZ, revision 13997

minor fix to the constraints of the cancel button to improve its sizing under wxUniv

2002-02-04 15:40 VZ, revision 13996

don't skip first/last node when pressing down/up arrow after opening the menu with the mouse

2002-02-04 14:09 DW, revision 13995

non const to const change

2002-02-04 14:05 RR, revision 13994

Now updating and clearing are done in a delayed fashion. The m_updateRegion gets updated and the (often much smaller) m_clearRegion gets cleared. This removes the flicker introduced by having delayed updates and immediate clearings.

2002-02-04 12:38 RR, revision 13993

Applied thread wakeup patch.

2002-02-04 12:21 VZ, revision 13992

base class of wxTreeItemData corrected

2002-02-04 12:17 VZ, revision 13991

fixed coords in HandleDropFiles()