| .. |
|
benchmark
|
|
|
|
canvas
|
add API to Ruler to optionally draw a divider (2 single pixel horizontal lines) at some position within the vertical extent of the ruler
|
2014-11-24 19:29:22 +02:00 |
|
doc
|
[Summary] Fixed MAC build
|
2014-03-26 06:31:34 -05:00 |
|
macosx/canvas/canvas.xcodeproj
|
[Summary] Added new files to Xcode project
|
2014-09-29 12:59:42 +03:00 |
|
MSVCcanvas
|
Update vcproj files for changed LILV config define.
|
2014-08-18 12:30:01 -04: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-08-17 17:42:59 -04:00 |
|
arrow.cc
|
more canvas refactoring.
|
2014-08-17 17:44:17 -04:00 |
|
build-and-run-benchmark.sh
|
[Summary] Fixed MAC build
|
2014-03-26 06:31:34 -05:00 |
|
build-and-run-manual-test.sh
|
[Summary] Fixed MAC build
|
2014-03-26 06:31:34 -05:00 |
|
build-and-run-tests.sh
|
[Summary] Fixed MAC build
|
2014-03-26 06:31:34 -05:00 |
|
canvas.cc
|
[Summary] No chance of using cairo image surface
|
2014-11-20 21:04:51 +02: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-08-17 17:42:59 -04:00 |
|
container.cc
|
more canvas refactoring.
|
2014-08-17 17:44:17 -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-08-17 17:42:59 -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
|
add ArdourCanvas::Fill::set_pattern() to allow any filled canvas item to be filled using an arbitrary Cairo Pattern
|
2014-09-19 16:24:40 -04:00 |
|
flag.cc
|
more canvas refactoring.
|
2014-08-17 17:44:17 -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-08-17 17:42:59 -04:00 |
|
item.cc
|
raising/lowering canvas items should trigger a redraw
|
2014-11-06 10:53:48 -05: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-08-17 17:42:59 -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-08-17 17:42:59 -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-08-17 17:42:59 -04:00 |
|
Notes
|
|
|
|
outline.cc
|
change Canvas heirarchy and constructors
|
2014-08-17 15:08:56 -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-08-17 17:42:59 -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-08-17 19:47:16 -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-08-17 17:42:59 -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-08-17 17:42:59 -04:00 |
|
rectangle.cc
|
correct implementation for Rectangle::vertical_fraction()
|
2014-11-24 19:29:22 +02:00 |
|
root_group.cc
|
more canvas refactoring.
|
2014-08-17 17:44:17 -04:00 |
|
ruler.cc
|
add missing API
|
2014-11-24 19:29:22 +02:00 |
|
run-manual-test.sh
|
[Summary] Fixed MAC build
|
2014-03-26 06:31:34 -05:00 |
|
run-tests.sh
|
[Summary] Fixed MAC build
|
2014-03-26 06:31:34 -05:00 |
|
scroll_group.cc
|
more canvas refactoring.
|
2014-08-17 17:44:17 -04:00 |
|
stateful_image.cc
|
Rename PBD::find_file_in_search_path to just PBD::find_file
|
2014-08-17 18:36:02 -04:00 |
|
text.cc
|
changing the clamp_width of an ArdourCanvas::Text needs to potentially provoke an entire redraw
|
2014-11-06 20:36:11 -05:00 |
|
tracking_text.cc
|
remove outline from now-small verbose cursor (TrackingText) text
|
2014-09-11 17:00:18 -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
|
alter implementation of ArdourCanvas::contrasting_text_color() to use gamma-adjusted luminance values rather than simple contrast
|
2014-11-05 11:09:47 -05:00 |
|
wave_view.cc
|
waveform drawing details:
|
2014-09-17 07:06:05 -04: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-08-17 17:42:59 -04:00 |
|
wscript
|
add tracking_text.cc to canvas wscript
|
2014-08-17 19:28:42 -04:00 |
|
xfade_curve.cc
|
[Summary] Should have been committed with previous: made background fade optional and not shown by default
|
2014-09-26 23:43:18 +03:00 |
|
xml_ui.cc
|
Canvas::Group was removed
|
2014-08-17 18:04:05 -04:00 |