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-08-28 16:33 VZ, revision 35353

fixed cursor flicker (patch 1254492 by Hans P. Palbol)

2005-08-28 16:25 VZ, revision 35352

spelling fixes and other minor corrections to the docs (patch 1273930 by Andreas Mohr)

2005-08-28 16:21 VZ, revision 35351

fixed status bar positioning to work both with and without sizers (patch 1199639 by Jamie Gadd)

2005-08-28 16:19 VZ, revision 35350

added IsSizeDeferred() (part of patch 1199639)

2005-08-28 15:46 VZ, revision 35349

fixed label case so that the link works (patch 1263943)

2005-08-28 15:44 VZ, revision 35348

fixed bug in wxStreamBuffer::Read(wxStreamBuffer *) and improved its documentation (patch 1273774 by Paul Cornett)

2005-08-28 15:37 VZ, revision 35347

fixed wxRegionRefData copy ctor (patch 1274403)

2005-08-28 14:36 VZ, revision 35346

dirty hack to fix deprecation warning when building wxMotif

2005-08-28 13:34 VZ, revision 35345

added test file loaded by the sample

2005-08-28 13:33 VZ, revision 35344

ignore sample-created XPM

2005-08-28 13:33 VZ, revision 35343

added wxChoice:: and wxCombobox::GetCurrentSelection()

2005-08-28 13:31 VZ, revision 35342

added wxDateTime::[Make]FromTimezone

2005-08-28 13:27 VZ, revision 35341

test centering file dialog

2005-08-28 13:27 VZ, revision 35340

set or unset column image on column click

2005-08-28 13:26 VZ, revision 35339

ignore dummy.txt used by the sample

2005-08-28 13:17 VZ, revision 35338

modified GetLastMenuItem() to also take into account the popup menu items

2005-08-28 13:12 VZ, revision 35337

let ctags know about (and ignore) WXDLLIMPEXP_BASE

2005-08-28 13:11 VZ, revision 35336

corrected #ifdefs testing wxUSE_UNICODE_MSLU

2005-08-28 13:07 VZ, revision 35335

ignore evc libs directories

2005-08-28 13:06 VZ, revision 35334

Fixed several bugs in wxDateTime timezone handling: - ToTimezone() and MakeTimezone() now work as expected - added and documented FromTimezone() and MakeFromTimezone() - Set(double jdn) interprets jdn always in UTC - updated ParseRfc822Date() timezone handling - removed workarounds for old bugs from the test

2005-08-28 08:54 MBN, revision 35333

No significant changes. Remove reliance on wx/bookctrl.h being included in wx/sizer.h.

2005-08-28 08:31 MBN, revision 35332

Add recent wxMotif changes.

2005-08-28 08:07 MBN, revision 35331

Improved wxStaticBox border calculation for wxMotif.

2005-08-28 08:05 MBN, revision 35330

Remove useless code.

2005-08-28 08:02 MBN, revision 35329

All toplevel windows without the wxNO_BORDER style should have a border under MWM, too.