summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
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
2016-06-21show first word of comment on track's comment-buttonRobin Gareus
2016-06-21fix section naming in bindings filePaul Davis
2016-06-20fix comment-button highlightRobin Gareus
2016-06-15initial working version of "printing" keybindings (via a browser)Paul Davis
2016-06-16Register colour aliases for tempo curve.nick_m
2016-06-14no divider/full allocation of LHS of mixer "display" with no VCAsPaul Davis
2016-06-14avoid crash after removing a VCAPaul Davis
2016-06-14no debug output, eitherPaul Davis
2016-06-14no pingbacks if running a development versionPaul Davis
2016-06-14mark mixer strip name label (button) as having occasional textPaul Davis
Sometimes it shows a track number, sometimes not, but this should never affect its size request
2016-06-14remove commented linePaul Davis
2016-06-14mark mixer strip width and hide buttons as squarePaul Davis
2016-06-14extend ArdourButton API to provide a new tweak for buttons with occasional textPaul Davis
Buttons with this tweak do not change their size request based on their text (or lack of it)
2016-06-14wording change for key binding dialog remove shortcut button labelPaul Davis
2016-06-13add shuttle colors to all themes.Paul Davis
Everythign except "dark" probably needs editing by a theme maintainer
2016-06-13show ShuttleControl GUI some love.Paul Davis
now uses Pango, not Cairo, for text rendering
2016-06-13use pane position mgmt on appropriate panesPaul Davis
2016-06-13Remove some Windows icons which I'm told we don't need any more...John Emmas
2016-06-12use WindowProxy::signal_(map|unmap) to keep window toggle actions in their ↵Paul Davis
correct state
2016-06-12stop AddRouteDialog from being modal and from using a recursive run loopPaul Davis
2016-06-12remove RouteGroupDialog::do_run() and replace its use with code that doesn't ↵Paul Davis
rely on a recursive run loop
2016-06-13Pick a colour for music-locked tempo markers.nick_m
2016-06-12hide mixer group tabs when spilling control master slavesPaul Davis
2016-06-12fix crash when removing a track in the presence of VCAsPaul Davis
2016-06-12don't show meter for integer/enum outputs in a generic plugin UIRobin Gareus
2016-06-12fix typoRobin Gareus
2016-06-12update post-export command placeholder documentationRobin Gareus
2016-06-11make RouteGroupDialog non-modal.Paul Davis
Not really how/why it was modal, but it did run a recursive main event loop, and these are always a bad idea for lots of reasons. So I removed that feature, which makes it non-modal. Not 100% tested yet.
2016-06-12Make exact beat calculation of tempi a bit less cumbersome. Move tempi on an ↵nick_m
audio basis for non-musical snap.
2016-06-12Set tempo sections to the exact pulse when snapped to a musical grid.nick_m
2016-06-11Make RegionView less aggressive about trimming the front of a region.nick_m
2016-06-11Fix many offset errors when drawing notes in midi regions that have been edited.nick_m
- hopefully this can close bugs such as 6270 & 6793
2016-06-10make sure editor can follow visibility changes for VCAsPaul Davis