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

2007-01-17 09:07 JS, revision 44231

Documented Set/GetBaseId

2007-01-17 08:40 VS, revision 44230

SETUPHDIR is Bakefile variable, not MSVC IDE one

2007-01-15 19:02 VZ, revision 44229

honour the drag effect supported by the drag source in wxIDropTarget (Tim Kosse)

2007-01-15 10:54 VZ, revision 44228

added wx/image.h to fix non-PCH compilation after last commit (patch 1635649)

2007-01-15 02:23 PC, revision 44227

don't change wxPRINTER_CANCELLED to wxPRINTER_ERROR, bug #1635284

2007-01-15 01:26 PC, revision 44226

remove some unneeded includes, clean up gnome force link stuff a bit

2007-01-15 00:24 PC, revision 44225

only gtk1 needs poll now

2007-01-15 00:21 PC, revision 44224

chain to the polling function GLib was using before we replaced it, eliminating all the poll baggage

2007-01-14 21:04 VZ, revision 44223

create in place edit control with wxTE_PROCESS_ENTER style as otherwise it's not closed on Enter when used inside a panel or a dialog (which uses Enter for dialog navigation) (patch 1630586)

2007-01-14 20:59 VZ, revision 44222

corrected drawing of the bitmaps for the disabled menu items (replaces patch 1632891, closes bug 1632888)

2007-01-14 20:45 VZ, revision 44221

test rendering of disabled items with bitmaps (for bug 1632888)

2007-01-14 16:52 VZ, revision 44220

added wxSizerFlags::Shaped() and FixedMinSize() methods

2007-01-14 16:38 VZ, revision 44219

added wxABI_VERSION check around new public wxFileHistory::Set/GetBaseId() methods and added them to version script

2007-01-14 16:18 VZ, revision 44218

don't crash when setting tooltip for a picker without text control

2007-01-14 12:43 JS, revision 44217

Provide access to file history base id

2007-01-12 21:46 VS, revision 44216

fixed child windows scrolling to use wxSIZE_ALLOW_MINUS_ONE

2007-01-12 19:20 RD, revision 44215

PyCrust now has an option for showing/hiding the notebook.

2007-01-12 18:42 RD, revision 44214

minor tweaks

2007-01-12 18:40 RD, revision 44213

Bug fix from Pierre

2007-01-12 18:40 RD, revision 44212

Just reset the size, not the minsize too, when changing the label or font. This is how the native static text widgets behave.

2007-01-12 18:39 RD, revision 44211

new test

2007-01-12 18:39 RD, revision 44210

removed bogus ImageList property

2007-01-12 18:38 RD, revision 44209

Added typeId property

2007-01-12 18:28 RD, revision 44208

Use the SearchCtrl for the filter. Make the accelerator table usable again for testing.

2007-01-12 18:27 RD, revision 44207

Fix for problem when Realize is re-called on a vertical toolbar, it was making the tools layout horizontally.