| .. |
|
benchmark
|
initial commit of hand merging, plus getting "ancient" waf script to work correctly
|
2013-04-04 00:32:52 -04:00 |
|
canvas
|
new API for TrackingText and similar items
|
2014-06-26 15:10:24 -04:00 |
|
doc
|
initial commit of hand merging, plus getting "ancient" waf script to work correctly
|
2013-04-04 00:32:52 -04:00 |
|
MSVCcanvas
|
Add newly introduced sources to our MSVC projects
|
2014-06-15 09:56:49 +01:00 |
|
test
|
initial commit of hand merging, plus getting "ancient" waf script to work correctly
|
2013-04-04 00:32:52 -04:00 |
|
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
|
initial commit of hand merging, plus getting "ancient" waf script to work correctly
|
2013-04-04 00:32:52 -04:00 |
|
build-and-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 |
|
build-and-run-tests.sh
|
initial commit of hand merging, plus getting "ancient" waf script to work correctly
|
2013-04-04 00:32:52 -04:00 |
|
canvas.cc
|
new API for TrackingText and similar items
|
2014-06-26 15:10:24 -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
|
more canvas refactoring.
|
2014-06-22 11:41:05 -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 |
|
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 |
|
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
|
initial commit of hand merging, plus getting "ancient" waf script to work correctly
|
2013-04-04 00:32:52 -04:00 |
|
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
|
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_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
|
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 |
|
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
|
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 |
|
tracking_text.cc
|
new TrackingText canvas item, to resolve conceptual issues with the Editor::VerboseCursor
|
2014-06-26 15:10:24 -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
|
add a utility function to Canvas to compute distance from a point to a line segment
|
2013-12-09 13:35:07 -05:00 |
|
wave_view.cc
|
return of the zero line
|
2014-06-23 15:24:08 -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-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 |