summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
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 ↵Paul Davis
session load
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 ↵Paul Davis
choices but avoid using selected for entire bg
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
SpinButtons do odd things to draw the two arrow buttons. So for now, leave them with the default theme, even though this makes their text entry component different from the other text entry widgets
2016-06-30remove non-zero xthickness from "small_entry" widgets (gain display, peak ↵Paul Davis
display in mixer strip). Unnecessary and wrong once you can see the border in a different color from the base
2016-06-30new style for Gtk::Entry widgetsPaul Davis
More legibility and easier to figure out what colors are used for what
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
This reverts commit 694d805bb0dd7531a58caa7cf617b8ea117e7588.
2016-06-29consistent mixer sidebar layout (group, tracks show/hide)Robin Gareus
* move checkbox to the left (unaffected by scrollbars) * use same expand & sizing strategy for both
2016-06-29remove unnecessary duplicate loading of GTK RC filePaul Davis
2016-06-28fix german translationRobin Gareus
'msgid' and 'msgstr' entries do not both end with '\n'
2016-06-28quick prototype to allow changing *all* gain automationRobin Gareus
2016-06-26BSD portabilityRobin Gareus
Adopted from Michael Beer -- GH pull-request #232
2016-06-25major internal plugin & processor API change:Robin Gareus
Pass current (latency compensated) cycle times to plugin. This fixes time-reporting to plugins and also fixes automation and when bouncing (the session->transport* is not valid) etc.
2016-06-25fix vamp path:Robin Gareus
* append, not replace * make it work on wine/ardour
2016-06-24fix KeyEditor::print() for windows (hopefully, untested)Robin Gareus
2016-06-23show tooltips on favorite plugins -- closes #6902Robin Gareus
2016-06-21fix some more thinkos related to user color file managementPaul Davis
2016-06-21remove debug outputPaul Davis
2016-06-21remove old filePaul Davis
2016-06-21rename unastudia theme file to match per-program-name conventionPaul Davis
2016-06-21fixes for color theme manager's handling of color file choices, notably ↵Paul Davis
while running from source tree
2016-06-21tweaks to how UIConfiguration::color_file_name() operatesPaul Davis
2016-06-21fix default color file name in code default definitionPaul Davis
2016-06-21remove unneeded declarationPaul Davis
2016-06-21fix incorrect color file name in default UI config filePaul Davis
2016-06-21use running_from_source_tree()Paul Davis
2016-06-21use running_from_source_tree()Paul Davis
2016-06-21provide ARDOUR_UI_UTILS::running_from_source_tree()Paul Davis
2016-06-21add comment button fill color alias for *all* themesPaul Davis
2016-06-21add tempo curve colors to unastudia theme.Paul Davis
Colors need adjusting by a theme owner/maintainer
2016-06-21add shuttle colors to unastudia theme.Paul Davis
Colors need adjusting by a theme owner/maintainer
2016-06-21new "studio one" theme from user straightothebarPaul Davis