change Canvas heirarchy and constructors
[ardour.git] / gtk2_ardour /
2014-06-12 Paul Davisdrag handles no longer exist as distinct item types...
2014-06-12 Paul Davisuse new ArdourCanvas::Ruler constructor
2014-06-12 Paul Davisadd new canvas vars for rulers
2014-06-12 Paul Davismake rulers color-sensitive (e.g. theme manager editabl...
2014-06-12 Paul Davisadd new default colors for canvas rulers
2014-06-12 Paul Davisremoved unused rule GTK widget style definition
2014-06-12 Paul Davisremove unused GTK style
2014-06-12 Paul DavisOS X specific cleanup after canvas ruler introduction
2014-06-12 Paul Davisremove header file includes of now-removed gtk custom...
2014-06-12 Paul Davisremove header file includes of now-removed gtk custom...
2014-06-12 Paul Davisfinal ruler file removal
2014-06-12 Paul Davisremove gtk ruler widget implementation - no longer...
2014-06-12 Paul Davisuse canvas rulers now instead of gtk widgets
2014-06-12 Paul Davisclamp zoom level to show 3 days on a 4000 pixel wide...
2014-06-10 Paul DavisRevert "do not allow canvas cursor changes while a...
2014-06-10 Paul Davisdo not allow canvas cursor changes while a drag is...
2014-06-10 Paul Davisfirst pass an alternate cursor set (updates expected...
2014-06-10 Paul Davismake the icon set selector actually do something
2014-06-10 Paul Davisadd icon set selector to theme manager
2014-06-10 Paul Davisadd ::get_icon_sets() to utils
2014-06-10 Paul Davischange ::get_icon_path() and ::get_icon() to accept...
2014-06-10 Paul Davisremove ambiguous use of Rect (on OS X)
2014-06-10 Paul Davisremove instances of RGBA_TO_UINT() macro from region_vi...
2014-06-10 Paul Davisremove instances of RGBA_TO_UINT() macro from audio_reg...
2014-06-10 Paul Davisremove more unusued color members from TimeAxisViewItem
2014-06-10 Paul Davissubstantial changes in color management, involving...
2014-06-09 Paul Davisuse Canvas::LineSet for tempolines rather than N differ...
2014-06-09 Paul Davisallow a drag down over the drop zone to be "reversed...
2014-06-09 Paul Davisforward scroll events from track control headers to...
2014-06-09 Paul Davischange height of canvas drop so last 20 pixels of botto...
2014-06-09 Paul Davisrename Editor::_canvas_bottom_rect as Editor::_canvas_d...
2014-06-09 Paul Davisfix up fit-selected-tracks so that we are filling the...
2014-06-08 Paul Davisfix problem with calls to Editor::trackview_by_y_positi...
2014-06-08 Paul DavisMerge branch 'waveview_caching_for_upstream' of https...
2014-06-08 nick_mUse global clip level from prefs. Restore clip colour, \
2014-06-08 Paul Davisintroduce Drag::_trackview_only which indicates that...
2014-06-08 Paul Davisfix crash caused by click-on-region-name if name highli...
2014-06-08 Robin Gareusfix 'use_latency_button' (broken in prev. commit)
2014-06-08 Robin Gareusbasic Midi latency measurement GUI (re-use Audio latenc...
2014-06-08 Robin Gareusprepare MIDI latency measurement (backend)
2014-06-07 Robin Gareusremove some 1920 tick constants and leave notes for...
2014-06-07 nick_mUse a dumb cache for waveview ImageSurfaces. This halve...
2014-06-07 Robin Gareuslimit automation event density - fixes #5928
2014-06-07 Robin Gareuscheck for xjadeo/xjremote >= 0.7.7
2014-06-07 Robin Gareusupdate for xjadeo 0.7.7 (don't connect to jackd by...
2014-06-07 Tim MayberryFix paths in ardour.sh
2014-06-06 Paul Davisfix position where rubberband rect is drawn
2014-06-05 Paul Davisfix up drawing and selection process for range selectio...
2014-06-05 Paul Davisfix issues with verbose canvas cursor because it was...
2014-06-05 Paul Davisremove needlessly-added method
2014-06-05 Paul Davisreinstate a canvas group where we reparent regions...
2014-06-05 Paul Davisstreamline logic for setting waveform colors
2014-06-05 Paul Davistweak logic for region coloring, particularly when...
2014-06-05 Robin Gareusunify Fade-Handle Cursors
2014-06-05 Robin GareusRevert "frankenstein'ed fade+trim cursors"
2014-06-05 Paul Davisremove more unusued colors from TimeAxisViewItem
2014-06-05 Paul Davisremove unused label_color from TimeAxisViewItem
2014-06-05 Paul Davishopefully fix up selection of color for region name...
2014-06-04 Robin Gareusbreak out ALSA related functions into libardouralsautil
2014-06-04 Robin Gareusfixes to change engines while Ardour is running.
2014-06-04 Robin Gareusdisable pluginbox in RouteUI window when a track is...
2014-06-03 Paul Davisfix two mysterious problems with stdint types
2014-06-03 Paul Davismerge onecanvas and cairocanvas branches, and manually...
2014-06-03 Paul Davismore profound changes to canvas scrolling, in particula...
2014-06-03 Paul Davisremove utterly useless unused code
2014-06-03 Paul Davisremove useless groups from timebar area, clarify scroll...
2014-06-03 Paul Davisremove timebar canvas item from markers
2014-06-03 Paul Davisremove timebar canvas and just use a single canvas...
2014-06-03 Paul Davisavoid recursing through the entire canvas when scrollin...
2014-06-03 Paul Davisremove incorrect calls to Editor::maybe_autoscroll...
2014-06-03 Paul Daviswhitespace deletion
2014-06-03 Paul Davisdifferent approach to independent scrolling, involving...
2014-06-03 Paul Davisremove unused variable
2014-06-03 Paul Davisinitial redesign of canvas scrolling to facilitate...
2014-06-03 Paul Davisnon-copy region drag now creates a new track when a...
2014-06-03 Paul Davispart one of allowing region drag to the bottom (drop...
2014-06-02 Robin Gareusfix linking against libasound
2014-06-02 Robin GareusALSA backend (based on Dummy backend and zita-alsa...
2014-06-02 Robin Gareusallow latency measurement at startup
2014-06-02 Robin Gareustentative fix for requesting driver+device list from...
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-06-01 Robin Gareusfix display of cd-track-detail UI
2014-05-31 Robin Gareusdisable snap fades to 'other' region (for now)
2014-05-31 Robin Gareusfrankenstein'ed fade+trim cursors
2014-05-31 Robin Gareusinitialize variables
2014-05-31 Robin Gareusshow fade+trim handles only if the operation is possible
2014-05-31 Robin Gareussession fade-region-visible is for fades - not controls
2014-05-31 Robin Gareusprepare fade+trim cursors (cursor image still missing)
2014-05-31 Robin Gareusreduce outline of fade-in/active rectangle to line
2014-05-31 Robin Gareusshow x-fade-rectangle only when hovering
2014-05-31 Robin Gareusfix fade+trim handle hover color
2014-05-31 Robin Gareusreset [trim] fade handle position if track-height changes
2014-05-31 Robin Gareustowards region-trims preserving fade duration
2014-05-29 Paul Davisback port 6576105 from cairocanvas as fix for data...
2014-05-29 Paul Davisfix data loss/file deletion caused by mistaken used...
2014-05-29 Robin Gareusset Gtk::RadioAction state on instant.xml load.
2014-05-29 Robin Gareusmore new fade icons from Chris Goddard
2014-05-29 Robin Gareusupdate x-fade context-menu
2014-05-29 Robin Gareusreplace use of Curve with XFadeCurve.
2014-05-28 Robin Gareusupdate fade icons
next