summaryrefslogtreecommitdiff
path: root/gtk2_ardour/big_clock_window.cc
AgeCommit message (Collapse)Author
2015-01-12show title bar for big clock windowRobin Gareus
fixes #6116 (on OSX and [most] Linux WMs the title-bar was implicitly present)
2015-01-02fix big clock aspect ratio, and add minimum size to avoid resize glitchesPaul Davis
2015-01-02remember big clock window scaling, or rather, recompute it accuratelyPaul Davis
2014-12-31remove debug outputPaul Davis
2014-12-31use clock text scaling for big clock windowPaul Davis
2014-11-18Avoid possible use of uninitialized values.David Robillard
This could only happen with a broken widget, but it shuts up clang and doesn't hurt.
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2013-10-03'gtk2_ardour' - Use 'std::vector' to implement an array whose size is ↵John Emmas
unknown (required to be buildable with MSVC)
2013-05-05fix bigclockwindow's lack of hiding, set ArdourWindow to just-hide-on-delete ↵Paul Davis
and add a bit of visibility tracking debugging
2013-05-04the big rework of window management. probably not complete at thsi point, ↵Paul Davis
but this is mostly functional
2013-05-04VisibilityTracker needs to inherit from sigc::tracker so that it can be used ↵Paul Davis
without combination with other sigc::trackable parents; fix partially_visible() logic