wxWidgets SVN Changelog

Select Changelog:

wxWidgets, wxPython, wxWebSite, wxPyWeb

Select page:

Previous Page1 2Next Page

Changes per page:

25 50 100 250

Summarize files:

On | Off

Search:

Filter by Developer:

Sort Alphabetically Sort by Commits Show/Hide Inactive Developers
Show All
Vadim Zeitlin (17,161)
Robin Dunn (7,249)
Julian Smart (5,571)
Václav Slavík (4,915)
Robert Roebling (3,711)
Stefan Csomor (3,688)
Francesco Montorsi (1,299)
Mattia Barbon (841)
Stefan Neis (781)
Michael Wetherell (766)
Paul Cornett (765)
Chris Elliott (655)
Kevin Ollivier (600)
Jaakko Salli (542)
Ron Lee (517)
Jacob Jansen (363)
Dimitri Schoolwerth (224)
Steven Lamerton (186)
Bryan Petty (177)
User: HH (110)
Javier Torres (80)
Julien Weinzorn (50)
Peter Cawley (44)
Bo Yang (37)
Peter Most (32)
Mingquan Yang (29)
Ron Lee (27)
Rickard Westerlund (23)
Bo Yang (37)
Bryan Petty (177)
Chris Elliott (655)
Dimitri Schoolwerth (224)
Francesco Montorsi (1,299)
Jaakko Salli (542)
Jacob Jansen (363)
Javier Torres (80)
Julian Smart (5,571)
Julien Weinzorn (50)
Kevin Ollivier (600)
Mattia Barbon (841)
Michael Wetherell (766)
Mingquan Yang (29)
Paul Cornett (765)
Peter Cawley (44)
Peter Most (32)
Rickard Westerlund (23)
Robert Roebling (3,711)
Robin Dunn (7,249)
Ron Lee (517)
Ron Lee (27)
Stefan Csomor (3,688)
Stefan Neis (781)
Steven Lamerton (186)
User: HH (110)
Vadim Zeitlin (17,161)
Václav Slavík (4,915)

This changelog reflects changes in the wxWidgets SVN repository, and is updated every 10 minutes. All reported times are in UTC.

  • Legend:
  • Added (A) Added (A)
  • Deleted (D) Deleted (D)
  • Modified (M) Modified (M)
  • Copied (R) Copied (R)
  • [Branch]
  • [Tag]
  • Active Filters:
  • Peter Cawley Remove Filter

Changelog for wxWidgets (44 revisions):

r65265: 2010-08-11 16:51:02 [PJC] Peter Cawley

M  /src/ribbon/art_msw.cpp  [diff, log, file]

 Improve wxRibbonMSWArtProvider's colour scheme generation when the primary and/or secondary colours are grey (see ticket #12331).

r62845: 2009-12-09 18:48:41 [PJC] Peter Cawley

M  /include/wx/ribbon/page.h  [diff, log, file]
M  /src/ribbon/page.cpp  [diff, log, file]
M  /src/ribbon/toolbar.cpp  [diff, log, file]

 Rewrote wxRibbonPage realisation and layout code to avoid setting the position and size of panels multiple times.
 Fixed memory leak in wxRibbonToolBar::Realize().

r62573: 2009-11-08 21:50:06 [PJC] Peter Cawley

M  /src/ribbon/art_msw.cpp  [diff, log, file]

 Replaced hard-coded font size in ribbon art provider with a system defined font size (see #11341).

r62012: 2009-09-22 12:13:03 [PJC] Peter Cawley

M  /include/msvc/wx/setup.h  [diff, log, file]

 Added automatic linking of ribbon libraries when using MSVC.

r61944: 2009-09-16 12:06:02 [PJC] Peter Cawley

Click to show all 130 changes...

 Merged GSOC Ribbon work from SOC2009_RIBBON branch into trunk.

r61680: 2009-08-17 17:59:46 [PJC] Peter Cawley

M  [SOC2009_RIBBON] /include/wx/ribbon/bar.h  [diff, log, file]
M  [SOC2009_RIBBON] /src/ribbon/art_aui.cpp  [diff, log, file]
M  [SOC2009_RIBBON] /src/ribbon/art_msw.cpp  [diff, log, file]

 The tab bar of a ribbon bar is now hidden by default when there is only a single tab (the old behaviour can be achieved via the new wxRIBBON_BAR_ALWAYS_SHOW_TABS flag).

r61653: 2009-08-12 21:31:59 [PJC] Peter Cawley

M  [SOC2009_RIBBON] /src/ribbon/art_msw.cpp  [diff, log, file]

 Fixed wxRibbonMSWArtProvider scroll right button having wrong arrow.

r61647: 2009-08-12 01:24:25 [PJC] Peter Cawley

M  [SOC2009_RIBBON] /samples/ribbon/ribbondemo.cpp  [diff, log, file]
M  [SOC2009_RIBBON] /src/ribbon/art_msw.cpp  [diff, log, file]
M  [SOC2009_RIBBON] /src/ribbon/page.cpp  [diff, log, file]
M  [SOC2009_RIBBON] /src/ribbon/panel.cpp  [diff, log, file]

 Added up / down scroll button rendering to wxRibbonMSWArtProvider.
 Fixed wxRibbonPage::AdjustRectToIncludeScrollButtons doing incorrect adjustment for vertical ribbons.
 Fixed wxRibbonPanel occasionally automatically minimising when it shouldn't.
 Fixed wxRibbonMSWArtProvider panel labels painting outside the panel.
 Fixed wxRibbonMSWArtProvider's slightly incorrect wxRibbonPanel client size <-> size conversions.

r61640: 2009-08-11 01:32:36 [PJC] Peter Cawley

Click to show all 14 changes...

 Added icons for pages in ribbon sample.
 Added vertical / horizontal ribbon layout switching to ribbon sample.
 Icons are now rendered on ribbon tabs (when the appropriate flag is set).
 Improved wxRibbonGallery layout when in a vertical ribbon.
 Improved minimised panel rendering when in a vertical ribbon.
 Added style flag accessors to wxRibbonBar.
 Added up & down scroll button rendering to AUI art provider.
 Fixed MSW art provider page redraw calculations in a vertical ribbon.

r61629: 2009-08-07 17:06:07 [PJC] Peter Cawley

M  [SOC2009_RIBBON] /include/wx/ribbon/art.h  [diff, log, file]
M  [SOC2009_RIBBON] /interface/wx/ribbon/art.h  [diff, log, file]
M  [SOC2009_RIBBON] /interface/wx/ribbon/bar.h  [diff, log, file]
M  [SOC2009_RIBBON] /interface/wx/ribbon/buttonbar.h  [diff, log, file]
M  [SOC2009_RIBBON] /interface/wx/ribbon/control.h  [diff, log, file]
A  [SOC2009_RIBBON] /interface/wx/ribbon/gallery.h  [log, file]
M  [SOC2009_RIBBON] /interface/wx/ribbon/page.h  [diff, log, file]
A  [SOC2009_RIBBON] /interface/wx/ribbon/toolbar.h  [log, file]

 Updated ribbon documentation to reflect recent changes.

r61627: 2009-08-07 02:04:12 [PJC] Peter Cawley

Click to show all 22 changes...

 Added ribbon toolbar control.
 Added ribbon toolbar rendering to ribbon art provider API and art provider implementations.
 Added toolbar example to ribbon sample.
 Renamed wxRibbonButtonBarButtonKind enumeration to wxRibbonButtonKind.
 Moved wxRibbonButtonKind and wxRibbonButtonBarButtonState from buttonbar.h to art.h.

r61601: 2009-08-04 20:30:57 [PJC] Peter Cawley

Click to show all 24 changes...

 Added visual feedback for buttons being pressed on a ribbon button bar.
 Added runtime art provider swapping to ribbon demo.
 Changed ribbon button bar popup menu positioning to make the menu look like it came from the button being pressed.
 Fixed ribbon bar tab widths not being recalculated when art provider changes.
 Fixed ribbon panel not propagating art provider changes to its children.
 Split ribbon art.cpp and art.h into multiple files.

r61598: 2009-08-03 23:31:55 [PJC] Peter Cawley

M  [SOC2009_RIBBON] /include/wx/ribbon/art.h  [diff, log, file]
M  [SOC2009_RIBBON] /include/wx/ribbon/bar.h  [diff, log, file]
M  [SOC2009_RIBBON] /src/ribbon/art.cpp  [diff, log, file]
M  [SOC2009_RIBBON] /src/ribbon/bar.cpp  [diff, log, file]

 Added AUI-style ribbon art provider.

r61566: 2009-07-30 17:29:08 [PJC] Peter Cawley

M  [SOC2009_RIBBON] /include/wx/ribbon/art.h  [diff, log, file]
M  [SOC2009_RIBBON] /include/wx/ribbon/gallery.h  [diff, log, file]
M  [SOC2009_RIBBON] /interface/wx/ribbon/art.h  [diff, log, file]
M  [SOC2009_RIBBON] /interface/wx/ribbon/bar.h  [diff, log, file]
M  [SOC2009_RIBBON] /samples/ribbon/ribbondemo.cpp  [diff, log, file]
M  [SOC2009_RIBBON] /src/ribbon/art.cpp  [diff, log, file]
M  [SOC2009_RIBBON] /src/ribbon/gallery.cpp  [diff, log, file]

 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.

r61550: 2009-07-28 18:08:59 [PJC] Peter Cawley

Click to show all 13 changes...

 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.

r61547: 2009-07-27 20:22:28 [PJC] Peter Cawley

M  [SOC2009_RIBBON] /include/wx/ribbon/art.h  [diff, log, file]
M  [SOC2009_RIBBON] /include/wx/ribbon/gallery.h  [diff, log, file]
A  [SOC2009_RIBBON] /samples/ribbon/colours.xpm  [log, file]
M  [SOC2009_RIBBON] /samples/ribbon/fix_xpm.bat  [diff, log, file]
M  [SOC2009_RIBBON] /samples/ribbon/ribbondemo.cpp  [diff, log, file]
M  [SOC2009_RIBBON] /src/ribbon/art.cpp  [diff, log, file]
M  [SOC2009_RIBBON] /src/ribbon/gallery.cpp  [diff, log, file]
M  [SOC2009_RIBBON] /src/ribbon/panel.cpp  [diff, log, file]

 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.

r61519: 2009-07-25 01:28:39 [PJC] Peter Cawley

M  [SOC2009_RIBBON] /include/wx/ribbon/art.h  [diff, log, file]
M  [SOC2009_RIBBON] /include/wx/ribbon/gallery.h  [diff, log, file]
M  [SOC2009_RIBBON] /include/wx/ribbon/panel.h  [diff, log, file]
M  [SOC2009_RIBBON] /samples/ribbon/ribbondemo.cpp  [diff, log, file]
M  [SOC2009_RIBBON] /src/ribbon/art.cpp  [diff, log, file]
M  [SOC2009_RIBBON] /src/ribbon/gallery.cpp  [diff, log, file]
M  [SOC2009_RIBBON] /src/ribbon/panel.cpp  [diff, log, file]

 Fixed bug in ribbon panel auto-minimisation logic.
 Fixed gallery using wrong padding metrics.
 Fixed ribbon panel not always conforming to the GetNextSmallerSize interface when auto-minimising.
 Added ribbon gallery visual hovered state.
 Added ribbon gallery button art settings.
 Added drawing of ribbon gallery button backgrounds.
 Added missing breaks to case statements of art provider setting setters.
 Improved code layout of art provider setting setters and getters.
 Improved generation of gallery items in ribbon sample.

r61500: 2009-07-22 23:14:27 [PJC] Peter Cawley

Click to show all 15 changes...

 Starting to implement wxRibbonGallery widget.
 Added gallery to ribbon sample.

r61473: 2009-07-20 15:53:48 [PJC] Peter Cawley

Click to show all 15 changes...

 Implemented events for wxRibbonButtonBar.
 Added button bar event handlers to ribbon sample.
 Improved painting of hybrid and dropdown buttons on a ribbon button bar.
 Implemented visible feedback of ribbon button bar buttons being hovered.
 Events dispatched from an expanded ribbon panel are now correctly sent to their handlers on the original panel.
 A button bar can now vertically stack more than just the three right-most buttons.
 Implemented missing region calculations for ribbon button bar buttons.
 Added button bar interface file.
 Updated interface files to match recent changes.
 Fixed occasional crash when expanding or unexpanding a ribbon panel.
 Fixed ribbon panel background not being painted properly when expanded and near the end of a ribbon bar.
 Fixed ribbon panel not staying expanded (and thus visible) when focus moves to a child of the panel.
 Fixed ribbon panel being unable to attain the hovered state after it's expanded panel is clicked.

r61398: 2009-07-10 23:19:24 [PJC] Peter Cawley

Click to show all 11 changes...

 Implemented most of remaining code for minimising ribbon panels and externally expanding them (though not yet perfect).
 Added minimised icons to panels which minimise in ribbon sample.
 Minor reworking of some images in ribbon sample.

r61368: 2009-07-10 01:33:03 [PJC] Peter Cawley

M  [SOC2009_RIBBON] /include/wx/ribbon/art.h  [diff, log, file]
M  [SOC2009_RIBBON] /include/wx/ribbon/buttonbar.h  [diff, log, file]
M  [SOC2009_RIBBON] /include/wx/ribbon/control.h  [diff, log, file]
M  [SOC2009_RIBBON] /include/wx/ribbon/page.h  [diff, log, file]
M  [SOC2009_RIBBON] /include/wx/ribbon/panel.h  [diff, log, file]
M  [SOC2009_RIBBON] /src/ribbon/art.cpp  [diff, log, file]
M  [SOC2009_RIBBON] /src/ribbon/buttonbar.cpp  [diff, log, file]
M  [SOC2009_RIBBON] /src/ribbon/control.cpp  [diff, log, file]
M  [SOC2009_RIBBON] /src/ribbon/page.cpp  [diff, log, file]
M  [SOC2009_RIBBON] /src/ribbon/panel.cpp  [diff, log, file]

 Added mouse hover effects to ribbon panels.
 Implemented some of the logic for minimising ribbon panels (though artwork for it not implemented).
 Improved panel collapsing on ribbon pages by always collapsing panels in reverse order to that in which they were expanded.
 Changed wxRibbonControl::GetNextLarger/SmallerSize interface to take a size as an argument rather than operating on the current size.

r61345: 2009-07-07 21:03:24 [PJC] Peter Cawley

Click to show all 16 changes...

 Implemented more of wxRibbonButtonBar.
 Added another button bar to the ribbon sample.
 Updated interface headers with button bar related stuff and other recent changes.
 Fix ribbon pages creating visible scroll buttons when invisible.

r61338: 2009-07-06 14:02:08 [PJC] Peter Cawley

Click to show all 18 changes...

 Implemented more of wxRibbonBar.
 Improved sizing and child positioning for ribbon panels with children.
 Improved wxRibbonMSWArtProvider, removing the need for transparent windows and painting done during background erase rather than paint.
 Added Realize method to all ribbon controls.
 Added button bar to ribbon sample.
 Fixed indentation (tabs -> spaces) in ribbon sample.
 Removed svn-merge artefacts from buttonbar.cpp.

r61315: 2009-07-03 17:32:18 [PJC] Peter Cawley

M  [SOC2009_RIBBON] /include/wx/ribbon/art.h  [diff, log, file]
M  [SOC2009_RIBBON] /include/wx/ribbon/buttonbar.h  [diff, log, file]
M  [SOC2009_RIBBON] /src/ribbon/art.cpp  [diff, log, file]
M  [SOC2009_RIBBON] /src/ribbon/buttonbar.cpp  [diff, log, file]

 Beginning to implement wxRibbonButtonBar and associated art methods.

r61281: 2009-07-02 13:08:06 [PJC] Peter Cawley

Click to show all 16 changes...

 Fix indentation (tabs -> spaces)