summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2014-06-12Remove unused functionColin Fletcher
2014-06-12Export dialog: tidy code, & remove some superfluous debug outputColin Fletcher
2014-06-12Post-export hook tweaksColin Fletcher
2014-06-12use the alpha/opacity value for the region base whether track colors are in u...Paul Davis
2014-06-12restored track height adjustment using alt-scroll on track headersPaul Davis
2014-06-12fixed rulers stealing all canvas scroll events and corrected computation of c...Paul Davis
2014-06-12remove no-longer-used codePaul Davis
2014-06-12add back click behaviour for canvas rulers, and also cursor enforcementPaul Davis
2014-06-12add canvas rulers event dispatch and reinstate scrolling behaviourPaul Davis
2014-06-12drag handles no longer exist as distinct item types (failed experiment)Paul Davis
2014-06-12use new ArdourCanvas::Ruler constructorPaul Davis
2014-06-12add new canvas vars for rulersPaul Davis
2014-06-12make rulers color-sensitive (e.g. theme manager editable, etc)Paul Davis
2014-06-12add new default colors for canvas rulersPaul Davis
2014-06-12removed unused rule GTK widget style definitionPaul Davis
2014-06-12remove unused GTK stylePaul Davis
2014-06-12OS X specific cleanup after canvas ruler introductionPaul Davis
2014-06-12remove header file includes of now-removed gtk custom rulerPaul Davis
2014-06-12remove header file includes of now-removed gtk custom rulerPaul Davis
2014-06-12final ruler file removalPaul Davis
2014-06-12remove gtk ruler widget implementation - no longer in usePaul Davis
2014-06-11use canvas rulers now instead of gtk widgetsPaul Davis
2014-06-11clamp zoom level to show 3 days on a 4000 pixel wide screen; comment unused v...Paul Davis
2014-06-10Revert "do not allow canvas cursor changes while a drag is in progress". ThisPaul Davis
2014-06-10do not allow canvas cursor changes while a drag is in progressPaul Davis
2014-06-10first pass an alternate cursor set (updates expected soon)Paul Davis
2014-06-10make the icon set selector actually do somethingPaul Davis
2014-06-10add icon set selector to theme managerPaul Davis
2014-06-10add ::get_icon_sets() to utilsPaul Davis
2014-06-10change ::get_icon_path() and ::get_icon() to accept an "icon set" name to pro...Paul Davis
2014-06-10remove ambiguous use of Rect (on OS X)Paul Davis
2014-06-09remove instances of RGBA_TO_UINT() macro from region_view.ccPaul Davis
2014-06-09remove instances of RGBA_TO_UINT() macro from audio_region_view.ccPaul Davis
2014-06-09remove more unusued color members from TimeAxisViewItemPaul Davis
2014-06-09substantial changes in color management, involving a reduction in the use of ...Paul Davis
2014-06-09use Canvas::LineSet for tempolines rather than N different Canvas::Line items...Paul Davis
2014-06-09allow a drag down over the drop zone to be "reversed" and the region moved ba...Paul Davis
2014-06-09forward scroll events from track control headers to the canvas, to get consis...Paul Davis
2014-06-09change height of canvas drop so last 20 pixels of bottom track is still visib...Paul Davis
2014-06-09rename Editor::_canvas_bottom_rect as Editor::_canvas_drop_zone; increase its...Paul Davis
2014-06-09fix up fit-selected-tracks so that we are filling the trackview area, not the...Paul Davis
2014-06-08fix problem with calls to Editor::trackview_by_y_position() when using motion...Paul Davis
2014-06-08Merge branch 'waveview_caching_for_upstream' of https://github.com/nmains/ard...Paul Davis
2014-06-09Use global clip level from prefs. Restore clip colour, \nick_m
2014-06-08introduce Drag::_trackview_only which indicates that all y-axis positions for...Paul Davis
2014-06-08fix crash caused by click-on-region-name if name highlights are not in use - ...Paul Davis
2014-06-08fix 'use_latency_button' (broken in prev. commit)Robin Gareus
2014-06-08basic Midi latency measurement GUI (re-use Audio latency notebook)Robin Gareus
2014-06-08prepare MIDI latency measurement (backend)Robin Gareus
2014-06-07remove some 1920 tick constants and leave notes for some others.Robin Gareus