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

2009-03-06 18:52 RR, revision 59375

Initialise DC only when needed and deinitilise it properly before, fixes #10543: wxGTK wxDataViewCtrl Assert and Crash

2009-03-06 17:32 JMS, revision 59374

Property value images are no longer shrinked horizontally

2009-03-06 16:31 VZ, revision 59372

don't allow setting readonly combobox value to a string which is not one of the valid choices in wxGTK neither and document this behaviour (closes #10549)

2009-03-06 16:26 KO, revision 59371

docs/mac is now docs/osx.

2009-03-06 16:26 VZ, revision 59370

added wxZlibStream::SetDictionary() (closes #10551)

2009-03-06 16:13 VZ, revision 59369

fix duplicate events for selection keys after the last change (see #626)

2009-03-06 10:56 VZ, revision 59367

no changes, just some minor cleanup

2009-03-06 10:54 VZ, revision 59366

only set maximal tooltip width if it's greater than the previously set one to avoid breaking long lines if a shorter tooltip is added afterwards (see #10537)

2009-03-06 10:38 VZ, revision 59365

pass ApplyEdit() arguments to EndEdit() too for better backwards compatibility (closes #10544)

2009-03-06 08:46 CE, revision 59364

for 2.8.10

2009-03-06 08:19 JS, revision 59363

Removed conflicting virtual function

2009-03-06 00:05 FM, revision 59360

Indentation/coding style adjustments. Make the columns resize when dragging the columns in the header control intercepting the EVT_HEADER_RESIZING event

2009-03-06 00:01 FM, revision 59359

fix crash when using wxDataViewListStore::DeleteAllItems

2009-03-05 23:41 VZ, revision 59358

2nd (blind) fix for VC6 build

2009-03-05 22:54 KO, revision 59357

Fill out the left and top fields as well.

2009-03-05 21:54 KO, revision 59356

Make about dialog non-modal on GTK/Mac and don't show the OK button on Mac.

2009-03-05 21:47 FM, revision 59355

do not use HDS_FLAT by default

2009-03-05 21:21 KO, revision 59354

Sheet support for wxDirDialog.

2009-03-05 21:20 KO, revision 59353

Don't use result for both NS and wx button ID values.

2009-03-05 21:20 KO, revision 59352

Sheet support for wxMessageDialog.

2009-03-05 21:19 KO, revision 59351

Fix for sheets based on NSAlert.

2009-03-05 19:22 KO, revision 59349

Fix typo.

2009-03-05 19:21 KO, revision 59348

Make sure we call SetEventObject before firing events.

2009-03-05 19:20 KO, revision 59347

Make wxStaticText for OS X Cocoa properly size multiline strings.

2009-03-05 19:19 KO, revision 59346

Use sheets for native file dialogs if the dialog has its parent set.

2009-03-05 18:20 BP, revision 59345

Updated wxWidgets icons in art to use the new official logo.

2009-03-05 16:32 VZ, revision 59344

don't use WPARAM in the header (build fix after r59336)

2009-03-05 15:54 JS, revision 59343

Don't set a large minimum size for both panes

2009-03-05 15:54 JS, revision 59342

Don't set a large minimum pane size; the splitter should take account of the minimum size anyway. Having a large minimum size (for both panes) can cause problems when both panes are small.

2009-03-05 15:44 JS, revision 59341

Prevent the splitter sash being set smaller than minimum size

2009-03-05 15:44 JS, revision 59340

Prevent splitter sash being set below minimum size when moved (using the same minimum size for both windows is probably a bad design choice)

2009-03-05 14:13 VZ, revision 59336

fix multiple problems with selection in controls with wxTR_MULTIPLE style (closes #626)

2009-03-05 14:09 VZ, revision 59335

fix total breakage of all fonts in wxMSW caused by r57542 which changed the value of wxSystemFont enum elements in spite of the comment saying not to do this right above it

2009-03-05 14:00 VZ, revision 59334

set svn properties correctly for the new files (please use the auto-props!)

2009-03-05 13:58 VZ, revision 59333

(blind) fix for VC6 build

2009-03-05 12:46 VZ, revision 59332

PCH-less build fix

2009-03-05 05:43 KO, revision 59331

Ensure that WriteText moves the selection to the end and scrolls to the end, and implement EVT_TEXT_ENTER for NSTextField.

2009-03-05 05:23 KO, revision 59330

Fix comparison operator for functions keys (fixes #10547).

2009-03-05 00:36 FM, revision 59327

improve look of wxDataViewCtrl and of its renderer on wxMSW when windows XP themeing is not used (wxRendererXP::DrawItemSelectionRect implementation is ok also for wxRendererMSW; share the code). Fix a typo in the drawing code for horizontal rules in wxDataViewCtrl.

2009-03-04 23:34 KO, revision 59326

Ensure we get mouse moved events.

2009-03-04 23:23 FM, revision 59325

build fix

2009-03-04 22:33 FM, revision 59323

all code revisited. Main additions: - now it's possible to change the DVC style dynamically - make models more robust against deleting items, and against other allowed user actions - comment portions of the code to make it more didactive

2009-03-04 21:06 FM, revision 59321

some docs enhancements, in particular to wxDataViewListCtrl.

2009-03-04 19:53 JMS, revision 59320

By default, always refresh editor and redraw properties when property value is changed

2009-03-04 19:12 BP, revision 59319

Merged r59317 from trunk: More wxWindows -> wxWidgets updates (mostly URLs and mailing list addresses).

2009-03-04 19:09 KO, revision 59318

Don't always set the titled mask.

2009-03-04 19:04 BP, revision 59317

More wxWindows -> wxWidgets updates (mostly URLs and mailing list addresses).

2009-03-04 17:21 FM, revision 59316

reorganize the sample splitting it in two source files and an additional header; most important: don't tile all the controls into the main frame: it becomes too big; rather use a notebook control to properly layout them

2009-03-04 15:53 FM, revision 59315

build fix; document HasFeature() (should be part of r59313)

2009-03-04 15:23 FM, revision 59314

no real change: just reorder the code