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-31 14:17 VZ, revision 61568

Use base class ctors in wxTopLevelWindow. This avoids the second call to Init() already called by wxTopLevelWindowNative. Closes #11054.

2009-07-30 19:29 PJC, revision 61566

Added colour scheme interface to ribbon art providers, as an alternative to setting individual colours. Added more accessors to the ribbon gallery interface. Added event dispatch when the ribbon gallery's "extension button" is clicked. Ribbon sample now has less superfluous pages and panels. Ribbon sample extended such that the colour scheme primary and secondary colours can be changed. Fixed wxRibbonMSWArtProvider not invalidating its cached bitmap when changing colours used in that bitmap.

2009-07-30 15:40 VZ, revision 61565

Added another hyphen in "wxObject-derived" for consistency. Closes #11047 again.

2009-07-30 15:38 VZ, revision 61564
  • D /wxWidgets/trunk/.gitignore

Undo accidental commit of .gitignore.

2009-07-30 15:37 VZ, revision 61563

Ignore tags file.

2009-07-30 15:20 VZ, revision 61562

Be more clear about Thaw() to DoThaw() renaming. Closes #11048.

2009-07-30 15:14 VZ, revision 61561

Correct typo in wxRefCounter description. Closes #11047.

2009-07-30 13:59 BBE, revision 61560

Refactoring of file system watcher. Mostly to have more impl-like implementation.

2009-07-30 12:14 VS, revision 61558

compilation fix: only one wxInitialize form may have default argument values

2009-07-30 12:14 VS, revision 61557

compilation fix: only one wxInitialize form may have default argument values

2009-07-30 09:43 VS, revision 61556

added wxInitialize() overload taking char**, to make use from main() easier

2009-07-30 09:42 VS, revision 61555

added wxInitialize() overload taking char**, to make use from main() easier

2009-07-30 09:36 VS, revision 61554

fixed typo in comment

2009-07-30 09:10 VS, revision 61553

Use wxInitializer in wxEntryReal() instead of directly calling wxEntryStart() without refcounting. This makes it possible to write hybrid CLI/GUI wx applications.

2009-07-30 09:09 VS, revision 61552

Use wxInitializer in wxEntryReal() instead of directly calling wxEntryStart() without refcounting. This makes it possible to write hybrid CLI/GUI wx applications.

2009-07-28 20:08 PJC, revision 61550

Added --enable-ribbon option to configure.in file. Added DismissExpandedPanel method on ribbon bar and page to explicitly close an expanded panel in response to a handled event. Rewrote ribbon panel hover state logic to work reliably in wxGTK. Fixed g++ compilation errors in ribbon sources. Fixed ribbon page border not being rendered quite correctly in wxGTK. Fixed ribbon panel label background painting outside a panel border. Fixed ribbon page having a border in wxGTK and causing rendering issues for the parent ribbon bar. Fixed segfault which occurred when closing a window with a ribbon bar in wxGTK, then interacting with an expanded ribbon panel.

2009-07-28 19:48 MW, revision 61549

Fix SetToolTip(NULL) to unset the tooltip.

2009-07-27 22:22 PJC, revision 61547

Added events to the ribbon gallery control. Added drawing of hovered / active / selected ribbon gallery item. Added ribbon gallery event handling to ribbon sample. Implemented behaviour of scroll buttons on ribbon gallery control. Completed code for drawing of ribbon gallery buttons. Fixed the ribbon gallery control expanding when there was no need to. Fixed ribbon panels not minimising when their minimised size was larger in one axis than the panel's minimum child size.

2009-07-27 12:45 CE, revision 61542

for 2.9.0

2009-07-27 03:15 BBE, revision 61541

One more compilation fix for Unix

2009-07-26 23:38 BBE, revision 61540

Compilation fix for Unix implementation

2009-07-26 23:10 VZ, revision 61539

Improve the menus. Added accelerators; use radio items for mututally exclusive choices. No real changes otherwise.

2009-07-26 22:15 VZ, revision 61538

Hungarian translation update. Submitted by Ocsvari Aron

2009-07-26 17:50 VZ, revision 61537

Set access mode in wxRegKey::SetHkey(). It was left uninitialized before resulting in the key being closed on access because the check for being opened in a mode with enough permissions failed even for Read.

2009-07-26 02:24 VZ, revision 61536

Correct the check for wxSTOCK_FOR_BUTTON. We need to check for equality here as wxSTOCK_FOR_BUTTON includes wxSTOCK_WITH_MNEMONIC but using the latter doesn't imply the former.