summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/gtkmm2ext
AgeCommit message (Expand)Author
2017-05-05remove cruft (unused UI::ui_scale)Robin Gareus
2017-03-21The new class 'Gtkmm2ext::EventBoxExt' needs to be exportable when building w...John Emmas
2017-03-21Fix gcc4 buildsRobin Gareus
2017-03-20Towards a consistent render() API.Robin Gareus
2017-03-20Forward un/map events to NSGLViewRobin Gareus
2017-03-20NSGLView: default to hidden, add API to un/hideRobin Gareus
2017-03-20Add a EventBox wrapper to forward unmap events.Robin Gareus
2017-03-20Allow CairoWidget to be backed by NSGLViewRobin Gareus
2017-03-20Move NSGlView into libgtkmm2extRobin Gareus
2017-03-13Clean up existing bindings on resetRobin Gareus
2017-03-11NO-OP whitespaceRobin Gareus
2017-03-11Remove old modal get_color API.Robin Gareus
2017-02-20Allow to pre-seed Tabbable detached state.Robin Gareus
2017-02-06Tweak output formatting of save_all_bindings_as_htmlBen Loftis
2017-01-20Yet another pane pain: allow deleting children using forall_vfuncRobin Gareus
2017-01-12add API to query name of bound actionRobin Gareus
2017-01-08Fix crash when changing Pane widgets -- #7198Robin Gareus
2017-01-02Enforce minimum pane sizesRobin Gareus
2016-12-21Fix crash when unpacking or deleting paneRobin Gareus
2016-12-20Add Zoom/Expand iconRobin Gareus
2016-12-19Towards packing CairoWidgets on ArdourCanvas.Robin Gareus
2016-12-10CairoPacker draws outside of its widget allocationRobin Gareus
2016-08-17Replace positioning function with popup helperJulien "_FrnchFrgg_" RIVAUD
2016-08-14Ensure RelevantModifierKeyMask is updated on each modifier change.nick_m
2016-08-08Move anchored menu placement strategy to Gtkmm2ext utilsJulien "_FrnchFrgg_" RIVAUD
2016-07-25add a timeout to flush_pending()Robin Gareus
2016-07-20Gtkmm2ext::Pane: attempt to track child lifetime, since Gtkmm 2.4 doesn't do ...Paul Davis
2016-07-18move show_gdk_event_state() utility function from gtk2_ardour to libs/gtkmm2extPaul Davis
2016-06-23more tweaks to HTML output when printing key bindingsPaul Davis
2016-06-21use new keyboard modifier names, and replace GDK names with better versionsPaul Davis
2016-06-21provide some Keyboard:: methods to get access to other versions of modifier n...Paul Davis
2016-06-20some modest improvements in the html rendering of key bindings, plus use of n...Paul Davis
2016-06-13working version of pane position mgmt for OS XPaul Davis
2016-06-12give WindowProxy its own map/unmap signals so that other things can track map...Paul Davis
2016-06-07make it possible to disable VisibilityTracker's use of WM visibilityPaul Davis
2016-06-06add a destructor for Gtkmm2ext::Pane that unparents the children.Paul Davis
2016-05-31fix pane behaviour when children are hidden/shownPaul Davis
2016-05-31more sensible API for Pane::set_child_minsizePaul Davis
2016-05-31provide a mechanism to avoid allocating too small of a space to a Pane childPaul Davis
2016-05-31various work on Pane, including cursors, more styling stuff, and making the f...Paul Davis
2016-05-31Pane: use style-provided colors, and change colors on enter/leave/draggingPaul Davis
2016-05-31fix use of widget allocation origin in Gtkm2mext::PanePaul Davis
2016-05-31working but incomplete version of new Pane replacement widgetPaul Davis
2016-05-31basics of printing bindings as HTMLPaul Davis
2016-05-31move new fractional pane utility functions into libs/gtkmm2extPaul Davis
2016-05-31most of the changes required to add a new master faders tabbablePaul Davis
2016-05-24fix potential undefined DnD behavior for external dragsRobin Gareus
2016-05-10track geometry via configure events for tabbable own-windowsPaul Davis
2016-05-06DnDTreeview: allow to handle multiple drag-targetsRobin Gareus
2016-05-02use same tooltip timeout throughout Ardour -- part oneRobin Gareus