summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2016-07-08fix incorrect behaviour of mixer strip [X] (hide) buttonsPaul Davis
2016-07-08towards a generic plugin grid layoutRobin Gareus
2016-07-08first step to separate generic-gui layoutRobin Gareus
2016-07-08fix region action sensitivity issues.Paul Davis
2016-07-06implement LeatusPenguin's excellent idea for the plugin manager window (#6916)Paul Davis
2016-07-06merge MixerActor API (back) into Mixer_UI; make solo/mute/recenable actions t...Paul Davis
2016-07-06many changes associated with rationalizing selection flowPaul Davis
2016-07-05some commentsRobin Gareus
2016-07-05fix crash when loading a saved visual stateRobin Gareus
2016-07-05Plugin GUI activate/enable update (prefer enable)Robin Gareus
2016-07-05remove useless binding (fixes broken windows build)Robin Gareus
2016-07-05highlight area below automation lanesRobin Gareus
2016-07-04GUI doesn't need to listen to old ControlProtocol signals for stripable selec...Paul Davis
2016-07-04stop-and-forget-capture should not toggle transport state, only stop itPaul Davis
2016-07-04avoid unnecessary multiple calls to RouteUI::update_monitoring_state()Paul Davis
2016-07-04operate directly on realtime controls, not via SessionPaul Davis
2016-07-04unbind pangomm 1.30 API for compat.Robin Gareus
2016-07-03UI: Add editor_mixer route pointer to session so all UIs can know the same cu...Len Ovens
2016-07-04Prepare to use knobs in Generic Plugin UIRobin Gareus
2016-07-04Replace Gtk::ToggleButton with ArdourButton in Generic Plugin GUIRobin Gareus
2016-07-04allow AutomatoinContoller to render as Knob instead of Slider.Robin Gareus
2016-07-04add an ArdourButton/SpinButton WidgetRobin Gareus
2016-07-04fix background of ArdourButtons with no BodyRobin Gareus
2016-07-04add PangoCairo lua bindingsRobin Gareus
2016-07-02add Lua bindings for reference counted Cairo::ImageSurfaceRobin Gareus
2016-07-02fix Preference checkbox sensitivity for inline displaysRobin Gareus
2016-07-02fix inline display when cairo_surface_has_snapshotsRobin Gareus
2016-07-02make Selection catch up with session/libardour-side selection status at sessi...Paul Davis
2016-07-02fix use of removed Session::get_nth_stripable()Paul Davis
2016-07-02more hacks to gkt rc file to get text entries to behavePaul Davis
2016-07-02no need for a widget name herePaul Davis
2016-07-02partially revert incorrect changes to gain meter text entries/displaysPaul Davis
2016-07-02fix missing logic for RouteGroupMenuPaul Davis
2016-07-01remove commented codePaul Davis
2016-07-01fix logic of RouteUI::set_color_from_route()Paul Davis
2016-07-01remove gtk_entry_* colors from themes except for cursor colorPaul Davis
2016-07-01MotionFeedback vanished long agoPaul Davis
2016-07-01drop use of gtk_entry_* colors (except cursor); use original base/text choice...Paul Davis
2016-07-01minor no-op hacks (unneeded or suboptimal code)Paul Davis
2016-06-30add (essentially random) color defs for text entries to other 3rd party themesPaul Davis
2016-06-30NO-OP: remove trailing whitespacePaul Davis
2016-06-30assign appropriate styles for text entry and spinbuttonsPaul Davis
2016-06-30remove non-zero xthickness from "small_entry" widgets (gain display, peak dis...Paul Davis
2016-06-30new style for Gtk::Entry widgetsPaul Davis
2016-06-30use a more appropriate @color name for the cursor color in a text entryPaul Davis
2016-06-30add text entry cursor color to dark themePaul Davis
2016-06-30add new colors to dark themePaul Davis
2016-06-30no reason to make floating text entry be in STATE_SELECTED when constructedPaul Davis
2016-06-29Revert "remove unnecessary duplicate loading of GTK RC file"Paul Davis
2016-06-29consistent mixer sidebar layout (group, tracks show/hide)Robin Gareus