move all (G)UI related configuration parameters into UIConfiguration, not RCConfiguration
[ardour.git] / gtk2_ardour / editor_canvas.cc
2014-12-22 Paul Davismove all (G)UI related configuration parameters into...
2014-12-20 David RobillardFix various cursor problems.
2014-12-19 David RobillardRemove internal edit mode and add "content" tool.
2014-12-16 David RobillardFix marker bars "gradient" colors.
2014-12-15 Paul Davismake editor rubber band rect have appropriate transparency
2014-12-15 Paul Davisnext modifier
2014-12-15 Paul Davisnext modifier
2014-12-15 Paul Davisnext modifier, and remove color 102 since nothing uses it
2014-12-14 Paul Davisfix up requested color names everywhere.
2014-12-14 Paul Davisinitial pass to replace all UIConfiguration::get_XXXXXX...
2014-12-08 David RobillardUnify gain and draw tools.
2014-12-05 Paul Davisworking compilation for new color code
2014-11-18 David RobillardAvoid possible use of uninitialized values.
2014-11-14 Jeremy CarterMerge remote-tracking branch 'upstream/master'
2014-11-14 David RobillardFix various sticky/broken cursor issues.
2014-11-10 Paul Davisredraw entire canvas when ColorsChanged is emitted
2014-11-10 Paul Davisset canvas background color
2014-11-01 David RobillardRemove unused variable.
2014-10-22 Paul Davisremove "canvasvar_" from all functions related to obtai...
2014-10-21 Paul Davisremove mouse zoom mode; bind z to zoom-to-range
2014-10-21 Paul Davisfix note 15897 on #5589 - only use fader cursor for...
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-10-13 Paul Davisfix note 0015900 on #5589 (cursor doesn't change when...
2014-09-15 Paul Davisfix compiler warnings
2014-08-31 David RobillardRemove unused variables (fix warnings).
2014-07-18 Paul DavisMerge branch 'waveview_hacks' of https://github.com...
2014-07-15 Paul Davisadd Editor::trackviews_height() convenience function...
2014-07-14 Paul Davisscroll up/down by tracks uses top edge as "focal point...
2014-07-07 Ben Loftisfix inconsistency in smart mode where it shows a trim...
2014-07-07 Paul Davisadd basics of Cut mouse mode, no functionality yet...
2014-07-01 Paul Davisgive drop zone its own cursor-ability
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Paul Davismerge with master.
2014-06-30 Paul Davisremove canvas cursor debug output
2014-06-27 Paul Davisreplace old implementation of Editor::_ensure_time_axis...
2014-06-27 Paul Davismake verbose canvas cursor color be set in its construc...
2014-06-25 Robin Gareusmove utility functions into a dedicated namespace
2014-06-24 Paul Davisadd ability to save current action sensitivities and...
2014-06-22 Paul Davismore canvas refactoring.
2014-06-22 Paul DavisMerge branch 'canvasredesign' into cairocanvas
2014-06-21 Paul Davisuse newly factored canvas in gtk2_ardour
2014-06-19 Paul Daviscorrect conversion of drop y-position into trackview...
2014-06-19 Paul Davisfix potential crash in Editor::set_canvas_cursor()...
2014-06-19 Paul Davismore work on cursor tracking state
2014-06-18 Paul DavisMerge branch 'canvas_tweaks' of https://github.com...
2014-06-18 Paul Davisa whole slew of changes related to centralizing and...
2014-06-17 Paul DavisMerge branch 'pathscanner-refactor' of https://github...
2014-06-17 Paul DavisMerge branch 'summary_background' of https://github...
2014-06-17 Paul Davisa set of inter-related subtle changes to get vertical...
2014-06-13 Paul Davisfix erroneous start of autoscroll when mouse pointer...
2014-06-13 Paul Davisdo most of the work related to adding new anchored...
2014-06-13 Paul Davisfix scrolling behaviour in track headers (event was...
2014-06-12 Paul Davismake rulers color-sensitive (e.g. theme manager editabl...
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-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-06 Paul Davisfix position where rubberband rect is drawn
2014-06-05 Paul Davisreinstate a canvas group where we reparent regions...
2014-06-03 Paul Davismore profound changes to canvas scrolling, in particula...
2014-06-03 Paul Davisremove useless groups from timebar area, clarify scroll...
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 Daviswhitespace deletion
2014-06-03 Paul Davisdifferent approach to independent scrolling, involving...
2014-06-03 Paul Davisinitial redesign of canvas scrolling to facilitate...
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-05-19 Paul DavisMerge branch 'noppc' of https://github.com/mojofunk...
2014-05-19 Paul DavisMerge branch 'mingw-updates' of https://github.com...
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-05-19 Paul Davisremove unnecessary and wierd constant for bottom rect...
2014-04-16 Paul Davisadd a transparent rect that is always located at the...
2014-04-16 Paul Davisnot that anyone ever runs with the SAE profile and...
2014-04-16 Paul Davismake our intentions even clearer when call Editor:...
2014-04-16 Paul Davismake our intentions clear when call Editor::track_canva...
2014-04-10 Paul Davisremove reference to JACK constant
2014-04-10 Paul Davisremove final reference to jack headers
2014-04-01 Paul Daviscomment edit
2014-03-25 Paul Davismost of the support for save/restore of visible track...
2014-03-24 Paul Davisadd optional arg to Editor::ensure_time_axis_view_is_vi...
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-03-21 Paul Davislatest tweaks to autoscroll: symmetrical boundary on...
2014-03-21 Paul Davisfirst pass at quantizing vertical scroll to whole tracks.
2014-03-20 Paul Davisbig rework of scrolling, horizontal part considered...
2014-02-26 Paul Davisconvert canvas_event_frame() and window_event_frame...
2014-02-25 Paul Davisreorder (in source only) positioning of ruler/marker...
2014-02-12 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul Davismerge with master, with minor conflict fixes
2014-02-04 Paul Davismerge (w/fix) with master
2014-01-30 Paul DavisMerge branch 'master' into cairocanvas
2014-01-29 Paul DavisMerge branch 'master' into cairocanvas
2014-01-26 Paul Davisfix visibility of punch and loop rects.
2014-01-23 Paul Davisfix merge conflict with master
2014-01-20 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-19 Paul Davisvisibility macros and flush() added to SrcFileSource...
2014-01-17 Paul DavisMerge branch 'master' into cairocanvas
2014-01-17 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
next