.. |
benchmark
|
|
|
canvas
|
Merge branch 'waveview_hacks' of https://github.com/nmains/ardour into cairocanvas
|
2014-07-18 10:46:22 -04:00 |
doc
|
|
|
MSVCcanvas
|
Make sure all our VC projects agree that the product is called 'Mixbus3' (as opposed to just 'Mixbus')
|
2014-08-28 07:57:20 +01:00 |
test
|
|
|
arc.cc
|
refactor Canvas so that all Items have children; add Container abstract base class; rename Group as "Layout" and retain only drawing semantics
|
2014-06-21 11:43:42 -04:00 |
arrow.cc
|
more canvas refactoring.
|
2014-06-22 11:41:05 -04:00 |
build-and-run-benchmark.sh
|
|
|
build-and-run-manual-test.sh
|
|
|
build-and-run-tests.sh
|
|
|
canvas.cc
|
more canvas debugging for current item tracing
|
2014-07-18 10:43:52 -04:00 |
circle.cc
|
refactor Canvas so that all Items have children; add Container abstract base class; rename Group as "Layout" and retain only drawing semantics
|
2014-06-21 11:43:42 -04:00 |
container.cc
|
more canvas refactoring.
|
2014-06-22 11:41:05 -04:00 |
curve.cc
|
refactor Canvas so that all Items have children; add Container abstract base class; rename Group as "Layout" and retain only drawing semantics
|
2014-06-21 11:43:42 -04:00 |
debug.cc
|
mingw build fixes (tested with i686-w64-mingw32 on linux-x86_64)
|
2014-03-04 15:25:58 +01:00 |
fill.cc
|
change Canvas heirarchy and constructors
|
2014-06-12 14:53:44 -04:00 |
flag.cc
|
more canvas refactoring.
|
2014-06-22 11:41:05 -04:00 |
i18n.h
|
make stateful image canvas item actually compile
|
2014-02-17 16:05:52 -05:00 |
image.cc
|
refactor Canvas so that all Items have children; add Container abstract base class; rename Group as "Layout" and retain only drawing semantics
|
2014-06-21 11:43:42 -04:00 |
item.cc
|
add event-insensitivity to the list of conditions that causes a container to NOT add its children to the list of items-at-point
|
2014-06-30 16:31:31 -04:00 |
line_set.cc
|
refactor Canvas so that all Items have children; add Container abstract base class; rename Group as "Layout" and retain only drawing semantics
|
2014-06-21 11:43:42 -04:00 |
line.cc
|
refactor Canvas so that all Items have children; add Container abstract base class; rename Group as "Layout" and retain only drawing semantics
|
2014-06-21 11:43:42 -04:00 |
lookup_table.cc
|
refactor Canvas so that all Items have children; add Container abstract base class; rename Group as "Layout" and retain only drawing semantics
|
2014-06-21 11:43:42 -04:00 |
Notes
|
|
|
outline.cc
|
change Canvas heirarchy and constructors
|
2014-06-12 14:53:44 -04:00 |
pixbuf.cc
|
refactor Canvas so that all Items have children; add Container abstract base class; rename Group as "Layout" and retain only drawing semantics
|
2014-06-21 11:43:42 -04:00 |
poly_item.cc
|
slightly increase size of a Canvas::PolyItem, to avoid left-over pixels when dragging (as well as other general incorrectness
|
2014-06-27 10:30:09 -04:00 |
poly_line.cc
|
refactor Canvas so that all Items have children; add Container abstract base class; rename Group as "Layout" and retain only drawing semantics
|
2014-06-21 11:43:42 -04:00 |
polygon.cc
|
refactor Canvas so that all Items have children; add Container abstract base class; rename Group as "Layout" and retain only drawing semantics
|
2014-06-21 11:43:42 -04:00 |
rectangle.cc
|
Match canvas outline to rectangle
|
2014-09-01 18:05:09 +02:00 |
root_group.cc
|
more canvas refactoring.
|
2014-06-22 11:41:05 -04:00 |
ruler.cc
|
refactor Canvas so that all Items have children; add Container abstract base class; rename Group as "Layout" and retain only drawing semantics
|
2014-06-21 11:43:42 -04:00 |
run-manual-test.sh
|
initial commit of hand merging, plus getting "ancient" waf script to work correctly
|
2013-04-04 00:32:52 -04:00 |
run-tests.sh
|
initial commit of hand merging, plus getting "ancient" waf script to work correctly
|
2013-04-04 00:32:52 -04:00 |
scroll_group.cc
|
more canvas refactoring.
|
2014-06-22 11:41:05 -04:00 |
stateful_image.cc
|
Rename PBD::find_file_in_search_path to just PBD::find_file
|
2014-06-25 12:40:10 -04:00 |
text.cc
|
allow Canvas::Text to have outline drawn in a contrasting color (based on actual color)
|
2014-06-30 10:39:26 -04:00 |
tracking_text.cc
|
verbose cursor text is always outlined
|
2014-06-30 10:39:41 -04:00 |
types.cc
|
don't queue redraws when various canvas item properties are "reset" to the same value, plus supporting functions
|
2014-03-11 07:36:09 -04:00 |
utils.cc
|
tweaks for the monitor section. refactoring of some buttons, using new ArdourKnob instead of VolumeController. New ArdourDisplay shows a controllables user value, and provides support for preset values (hardcoded at present). Further refactoring to come, so that ArdourWidgets are derived from a common class. Controllable now has more responsibility for scaling between internal, user, and interface (knob percent) values. This also needs more refactoring and might have some unintended consequences. tested with audio and nothing seems amiss, yet.
|
2014-07-18 08:47:45 -05:00 |
wave_view.cc
|
Render waveview components onto alpha masks to simplify drawing.
|
2014-07-15 21:59:22 +10:00 |
widget.cc
|
refactor Canvas so that all Items have children; add Container abstract base class; rename Group as "Layout" and retain only drawing semantics
|
2014-06-21 11:43:42 -04:00 |
wscript
|
add tracking_text.cc to canvas wscript
|
2014-06-26 15:10:24 -04:00 |
xfade_curve.cc
|
refactor Canvas so that all Items have children; add Container abstract base class; rename Group as "Layout" and retain only drawing semantics
|
2014-06-21 11:43:42 -04:00 |