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.

2005-08-28 08:00 MBN, revision 35328

Improve sizer support in generic wxNotebook. Fix the widgets sample to take advantage of it.

2005-08-28 07:55 MBN, revision 35327

Under wxMotif, default buttons are bigger than other buttons, hence Realize() must be called after default button has been set.

2005-08-28 07:51 MBN, revision 35326

Implement GetMinSize for wxMotif wxButton. Helps solfing sizing problems in generic common dialogs.

2005-08-28 00:34 VZ, revision 35325

added wxABI_VERSION test around ToDouble()

2005-08-28 00:33 VZ, revision 35324

added wxLongLong::ToDouble()

2005-08-28 00:03 VZ, revision 35323

added wxLongLong::ToDouble()

2005-08-27 19:29 VZ, revision 35322

added operator==() and !=

2005-08-27 16:43 SC, revision 35321

several fixes, guards, and an implementation for removal of native toolbar items

2005-08-27 13:57 SC, revision 35320

allowing a clear of a graphic context, and set the pen and brush after a graphics restore

2005-08-27 13:55 SC, revision 35319

save correctly oriented GraphicState and clear Context before destruction (is invalid at that point)

2005-08-26 22:52 VZ, revision 35318

open fstream with ios::binary flag to be compatible with wxFileStream and to avoid mangling binary files

2005-08-26 08:21 JS, revision 35317

Warning corrections

2005-08-25 21:58 CE, revision 35316

fix gpf in mdi sample with motif when child is closed

2005-08-25 19:27 VZ, revision 35315

pressing enter now activates the default button even when the focus is on a checkbox or radio button

2005-08-25 19:16 VZ, revision 35314

don't mention undocumented wxOwnerDrawn in the docs (patch 1267562)

2005-08-25 19:14 VZ, revision 35313

only give error about missing richedit.dll once (the code was already supposed to work like this but didn't, patch 1273177)

2005-08-25 19:10 ABX, revision 35312

[ 1273159 ] logical vs. bitwise operators, part 2

2005-08-25 16:31 ABX, revision 35311

RTTI and exceptions settings for WinCE are restored.

2005-08-25 12:46 MR, revision 35310

[wxGTK2] Check if a family wasn't found for the description in GetFamily()

2005-08-25 11:17 MW, revision 35309

Make TEST_DIR the current test, so that the djgpp build can work on the tinderbox.

2005-08-24 21:29 MBN, revision 35308

As reported by Chris Elliott some releases of Lesstif crash when setting the font list of a widget. The code is disabled for now for all Lesstif versions.

2005-08-24 19:20 VS, revision 35307

install bakefile presets (patch 1253143)

2005-08-24 18:35 ABX, revision 35306

Warning fix for wxLogs.

2005-08-24 17:56 ABX, revision 35305

Missing wxUSE_... flags and source cleaning.

2005-08-24 17:47 ABX, revision 35304

Missing wxUSE_... flags and source cleaning.