summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view_item.cc
AgeCommit message (Expand)Author
2013-01-05improve international understanding.Robin Gareus
2013-01-05pluralis suckusmatisRobin Gareus
2012-05-23Fix extended region names on reloading sessions with short regions (part of #...Carl Hetherington
2012-05-07hide xfades while dragging region(s)Paul Davis
2012-04-30Patch from colinf to fix selection of short regions (#4744).Carl Hetherington
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2012-04-14Fix a few framecnt / framepos type confusions.Carl Hetherington
2011-10-18make Stateful::_id private and provide appropriate methods to set it, and use...Paul Davis
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-06-02audio clock switchover part2: remove most egregious include-time dependency o...Paul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2011-05-05Fix non-appearance of MIDI region names (#3891).Carl Hetherington
2011-03-14add separate color for the border of a selected time axis view itemPaul Davis
2011-03-04forward unhandled button events from MidiRegionView back to EditorPaul Davis
2011-03-03deframe audio regions as well as MIDI when entering internal edit modePaul Davis
2011-03-03experiment with making MIDI region boxes vanish when in note/internal edit mo...Paul Davis
2011-02-08Option to colour region background using the track colour (#3759).Carl Hetherington
2011-02-08Change the background colour of regions when they are small enough to not sho...Carl Hetherington
2011-02-08Tidy up region view colouring code slightly.Carl Hetherington
2011-02-08Remove always-true should_show_selection code.Carl Hetherington
2011-02-08Minor tidy-up.Carl Hetherington
2010-11-14Fix region name highlight drawing slightly (#2948)Carl Hetherington
2010-09-26correct version of: port cairo ARGB/BGRA -> pixbuf RGBA patch from recent 2.X...Paul Davis
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-09-17megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags fo...Paul Davis
2010-09-14put a gray line above the region view name highlight; make region view name h...Paul Davis
2010-09-14remove Glib::ustring from gtk2_ardourPaul Davis
2010-09-06Cleanup of region drag code to be a bit more efficient and shorter. Fixes cr...Carl Hetherington
2010-09-01Don't give automation region views left/right trim handles. Fixes #3428.Carl Hetherington
2010-07-19Remove fade handles from recording regions. Fixes #3322.Carl Hetherington
2010-07-17Tweak region view wave height. Fixes #3318.Carl Hetherington
2010-07-16Patch from Lincoln (#3319) to make the range selection box not display trim h...Carl Hetherington
2010-06-03move computation of TimeAxisViewItem fixed heights into a static member funct...Paul Davis
2010-04-07No-op: copy-edit comments, remove duplicate comments, coding style.Carl Hetherington
2010-03-16changes from 2.X starting in march 2009 through oct 20 2009 (5826 inclusive)Paul Davis
2010-01-08Make a new action "escape", bound to the Escape key, and make itCarl Hetherington
2009-12-20remove a couple of boost::signals2 trouble spots; fix some --strict compile t...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-12-11Remove unused pre_drag_region_selection, fix ugly regions when drag-copying (...Nick Mainsbridge
2009-12-04Fix crash that I introduced with a recent bug fix.Carl Hetherington
2009-12-03Move region name slightly to partially fix #2948.Carl Hetherington
2009-12-03Fix previous commit.Carl Hetherington
2009-12-03Fix #2947.Carl Hetherington
2009-11-25carl's wondrous DnD VBox patch - processor boxes are now vboxes and not listv...Paul Davis
2009-11-12tidy up (a bit) locations editing widget ; use pixbuf/string code from 2.0;re...Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-09-09time line items now have 64 bit location + duration; start making note resize...Paul Davis
2009-08-10region trimming and height patch from lincoln. great workPaul Davis
2009-08-08waf build works on OS X ; new bindings file and processing system in place fo...Paul Davis
2009-07-21Fix some unused parameter warnings.Carl Hetherington