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-07-20 17:06 JMS, revision 61472

Fixed wxPropertyGridInterface::SetPropertyValues() documentation

2009-07-20 14:14 VZ, revision 61470

Dispatch pending events without waiting for idle time (closes #10994).

2009-07-19 19:24 VZ, revision 61468

expand the collapsible panes contents to fill the entire pane area (see #11004)

2009-07-19 18:49 VZ, revision 61467

removed wxDatePickerCtrlGeneric::SetFormat() which didn't exist but was declared and documented (closes #10988)

2009-07-19 18:45 VZ, revision 61466

position the popup on the correct screen (see #10462) [backport of r58592 and r58598 from trunk]

2009-07-19 18:16 VZ, revision 61465

fix more -Wparentheses warnings after wxLog changes

2009-07-19 14:40 MJM, revision 61464

Bring back "simple" tab art provider. Add code so that the tab art provider can be set for wxAuiManager. Add getter/setter for wxAuiManager tab art provider. Reimplement SetArtProvider for wxAuiNotebook. Update demo so that it is possible to select different tab art providers to test the above.

2009-07-19 13:11 MJM, revision 61463

Fix a bug that caused hidden panes at the same position(Notebook) to incorrectly appear in the top left corner if all panes that shared that position(Notebook) were hidden.

2009-07-19 13:02 MJM, revision 61462

Reintroduce wxAuiNotebook class which will be reimplemented so that it uses the same interface as before but uses wxAuiManager internally to do most of the work. Currently most of the functions are gutted out and don't do anything so it is horribly broken, enough is implemented so that the old sample can build/run against it and have a basic notebook shown though.

2009-07-19 01:48 VZ, revision 61461

Document wxMessageOutput and related classes.

2009-07-19 01:23 VZ, revision 61460

Flush output stream in wxMessageOutputStderr::Output() to avoid losing any output if the program crashes.

2009-07-19 01:22 VZ, revision 61459

Add option FILE* parameter to wxMessageOutputStderr ctor, just as with wxLogStderr.

2009-07-19 00:46 PC, revision 61458

fix crash with repeated split horizontal/vertical and replace window, #11002

2009-07-18 22:54 MJM, revision 61457

Implement basic middle click pane close behavior for wxAuiManager, everything works but currently doesn't send off an event for user to veto etc. this will be implemented fully after wxAuiNotebook is working again.

2009-07-18 21:30 MJM, revision 61456

Implement basic behavior for movable panes(Panes that are not floatable but can still be dragged to new dock positions), everything seems to work but there are some odd graphical glitches that still need to be worked out.(windows temporarily going blank for example)

2009-07-18 15:49 MJM, revision 61453

Improve notebook layout code so that notebooks will work correctly in horizontal docks as well and not just vertical ones. Change notebook offset cache code to use offset from start of notebook instead of from end as using offset from end was causing problems.

2009-07-18 14:15 VZ, revision 61452

Correct obsolete information: SetYesNoLabels() is not Mac-only any more.

2009-07-18 14:09 MJM, revision 61451

Fix sash resize code to take notebooks into account, notebooks and panes above/below them should now resize correctly. Fix flickering under MSW that was caused by notebook windows being hidden and shown again in Layout code.(Especially noticeable with live resize enabled) Fix a bug in the code that caches notebook offsets when doing a LayoutAll.

2009-07-18 13:56 VZ, revision 61450

Do our best to show messages logged during program startup/shutdown. Use wxMessageOutputBest to show them even under Windows where programs usually don't have stderr at all and also don't disable log target auto-creation during shutdown as it's arguably better to leak memory (which shouldn't matter much when the program is about to exit anyhow) than to not show possibly important messages.

2009-07-18 13:18 VZ, revision 61449

No changes, just fix a typo: wxGuiLog was used instead of wxLogGui.

2009-07-18 10:33 JMS, revision 61448

Added wxGTK wxBitmapComboBox::DoGetBestSize() implementation that takes bitmap size into acccount.

2009-07-18 09:31 JMS, revision 61447

Added wxMSW wxBitmapComboBox::DoGetBestSize(), which takes bitmap size into account.

2009-07-17 20:42 KO, revision 61446

Typo in a bug fix I made.

2009-07-17 20:39 KO, revision 61445

Adding preliminary code for C bindings, thanks to Luke A. Guest.

2009-07-17 20:37 KO, revision 61444

Add an underscore before the generated output names.