summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2014-06-19latency measurement dialog updates:Robin Gareus
2014-06-19engine-dialog: properly restore previous active stateRobin Gareus
2014-06-19fix non-working cmd-Q on OS X. For some reason the shenanigans related to rem...Paul Davis
2014-06-19change the way font specifications are used in UI config filesPaul Davis
2014-06-19modifications to region drag implementationPaul Davis
2014-06-19various fixes for places that used get_font_for_style() ... converted to use ...Paul Davis
2014-06-19add bold monospace font specs to canvas_vars/ardour3_ui_default.confPaul Davis
2014-06-19use new canvas cursor API to manage cursors while embedding audioPaul Davis
2014-06-19fix potential crash in Editor::set_canvas_cursor() if inadvertently passed a ...Paul Davis
2014-06-18change verbose cursor font selection to use canvas variable mechanism, plus a...Paul Davis
2014-06-18more work on cursor tracking statePaul Davis
2014-06-18explanatory commentPaul Davis
2014-06-18fix naming of selection rect-related itemsPaul Davis
2014-06-19Summary changes :nick_m
2014-06-18a whole slew of changes related to centralizing and rationalizing cursor mana...Paul Davis
2014-06-17highlight send-pannerRobin Gareus
2014-06-17Merge branch 'pathscanner-refactor' of https://github.com/mojofunk/ardour int...Paul Davis
2014-06-17Merge branch 'summary_background' of https://github.com/nmains/ardour into ca...Paul Davis
2014-06-17a set of inter-related subtle changes to get vertical autoscrolling to work, ...Paul Davis
2014-06-17Render tracks and regions to a background image in the editor summary.nick_m
2014-06-17Change PBD::PathScanner API to return results by value to avoid inadvertent m...Tim Mayberry
2014-06-16hide "turn down volume" label for midi-latency measurementRobin Gareus
2014-06-16debug alsa midi latency measurementRobin Gareus
2014-06-16fix pango font style (prev commit)Robin Gareus
2014-06-16no more red latency messagesRobin Gareus
2014-06-15reset latency dialog every time.Robin Gareus
2014-06-15be smart, use boost::shared_ptrRobin Gareus
2014-06-15clear engine device combo when no devices are availableRobin Gareus
2014-06-15tweak ArdourButton focus outlineRobin Gareus
2014-06-15remove debug outputRobin Gareus
2014-06-15fix pathscanner / stl_vector related memory leaksRobin Gareus
2014-06-14if we don't have control over the device/backend, allow to proceed.Robin Gareus
2014-06-14simply future debugging of exit at start.Robin Gareus
2014-06-14fix initialization of audio-engine dialogRobin Gareus
2014-06-13new anchored trim cursors (for now, just copies of the normal ones)Paul Davis
2014-06-13fix erroneous start of autoscroll when mouse pointer is left or above the lef...Paul Davis
2014-06-13do most of the work related to adding new anchored trim cursors (but debuggin...Paul Davis
2014-06-14enable ArdourButton focus in EngineDialogRobin Gareus
2014-06-14allow ardour button to handle focused keyboard eventsRobin Gareus
2014-06-14fix keyboard shorcuts in dialogs.Robin Gareus
2014-06-13disambiguate another use of Rect on OS XPaul Davis
2014-06-13fix scrolling behaviour in track headers (event was stolen by rulers because ...Paul Davis
2014-06-13add all the fonts, and use the right name for the rulers as a resultPaul Davis
2014-06-13no need to specify sans for ruler fontPaul Davis
2014-06-13use canvas ruler font specification rather than get_font_for_style()Paul Davis
2014-06-13define ruler font style (to be subst'ed) in ardour3_ui_default.conf.inPaul Davis
2014-06-13add first canvas string variable to canvas_vars.h - the ruler fontPaul Davis
2014-06-13correct CANVAS_STRING_VARIABLE macro in UIConfiguration constructorPaul Davis
2014-06-13build ardour3_ui_default.conf at build time, to allow font substitutions to b...Paul Davis
2014-06-13missing part of ColorVariable commitPaul Davis