summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/persistent_tooltip.cc
AgeCommit message (Collapse)Author
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-05-02use same tooltip timeout throughout Ardour -- part oneRobin Gareus
2016-04-27also hide persistent tooltipsRobin Gareus
debatable, since most of them are not "help/tool info" but rather "current value display". Then again tooltip is tooltip and can be annoying or not wanted.
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-06-30prevent stuck & vanishing tooltipsRobin Gareus
the window needs to be moved in place before presenting it. Otherwise it is displayed at mouse-pos and moving it triggers enter/leave, which in turn re-start the timeout..
2015-06-30stop PersistentTooltip flicker.Robin Gareus
timeout is used for a *one-time* delayed display of the tooltip.
2015-06-29API to set tooltip y-marginRobin Gareus
Conflicts: libs/gtkmm2ext/gtkmm2ext/persistent_tooltip.h libs/gtkmm2ext/persistent_tooltip.cc
2015-06-29[Summary] Changed class PersistentTooltip. Now it can be used for ↵Nikolay
'non-draggable' tooltips. [Feature reviewed] MKosharnyy [Reviewed] VKamyshniy Manually clean up merge mess, indentation, logic weakness, initializer order, etc. Conflicts: libs/gtkmm2ext/gtkmm2ext/persistent_tooltip.h libs/gtkmm2ext/persistent_tooltip.cc
2015-06-29[Summary] Bug fix #44332 "Please fit the Pan values monitor to channel borders"Nikolay
[Feature reviewed] AMishyn [Reviewed] VKamyshniy Fixed up by Paul Davis to fix logic mistakes and unnecessary complexity, and indentation. Conflicts: libs/gtkmm2ext/persistent_tooltip.cc
2015-04-25Revert API to explicitly show tooltips:Robin Gareus
gdk pointer grab offers a better solution.
2015-04-25fixup stuck persistent tooltips.Robin Gareus
2015-04-25API to set tooltip y-marginRobin Gareus
2015-04-25tweak persistent tooltip:Robin Gareus
* don’t show empty tooltips * “smaller” widgets may receive a leave event before the timeout can show the tooltip (knobs in particula)
2013-07-16possible fix for http://tracker.ardour.org/view.php?id=5586Robin Gareus
2012-12-25keep pan-info-box within screen-boundariesRobin Gareus
fixes #5214 git-svn-id: svn://localhost/ardour2/branches/3.0@13728 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-06-11Factor out 'persistent' tooltip code from the pannerCarl Hetherington
interface and use it for processor box sliders (#4461). git-svn-id: svn://localhost/ardour2/branches/3.0@12661 d708f5d6-7413-0410-9779-e7cbd77b26cf