summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_window.cc
AgeCommit message (Expand)Author
2019-11-22Enable some key release event forwardingRobin Gareus
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-04-09Another round of whitespace fixesRobin Gareus
2018-09-23no more ProxyTemporary member of ArdourWindow - all such windows should be wr...Paul Davis
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2016-04-13fix use of DIALOG/UTILITY window type hint on OS X.Paul Davis
2015-12-01make (parent,title) variant of ArdourWindow constructor set window titlePaul Davis
2015-10-20New non-parented windows are initially positioned at WIN_POS_MOUSE again.nick_m
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-04-01reverse logic in ArdourWindow key handlingPaul Davis
2015-04-01ArdourDialog and ArdourWindow don't change magic widget focusPaul Davis
2015-04-02Potential fix for AU window close crash.nick_m
2015-04-02Window focus handling fixes.nick_m
2015-03-15Non-transient ArdourDialogs and ArdourWindows appear in the centrenick_m
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not RCC...Paul Davis
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2013-07-09Merge branch 'master' into cairocanvasPaul Davis
2013-07-07window delete/hide is managed by WMProxy (amend to cb6f16ac)Robin Gareus
2013-05-08merge with masterPaul Davis
2013-05-07change namespace/naming of WindowManager classes; register all ArdourDialog a...Paul Davis
2013-05-07work work on window mgmt: offer the change to mark all floating windows as Di...Paul Davis
2013-05-06make ArdourDialog and ArdourWindow call ::relay_key_press() which fixes the "...Paul Davis
2013-05-05more window management rationalizationPaul Davis
2013-05-05fix bigclockwindow's lack of hiding, set ArdourWindow to just-hide-on-delete ...Paul Davis
2013-05-02move CloseAllDialogs signal and associated method from ArdourDialog to ARDOUR...Paul Davis
2013-05-02remove all of Gtk::Window::set_position (WIN_POS_MOUSE) for anything deriving...Paul Davis
2013-05-02force ArdourWindows to be TYPE_UTILITY so that they float "with" TYPE_DIALOG ...Paul Davis
2013-03-25use new VisibilityTracker class for ArdourWindowPaul Davis
2012-05-02a variety of mostly unused parameter errors from OS X Lion's compilerPaul Davis
2011-12-26make the "with-parent" constructor for ArdourWindow actually work by calling ...Paul Davis
2011-11-18Add ArdourWindow class for non-dialog windows.David Robillard