|
b46244d527
|
finally (?) fix up logic for rectangle drawing (fill+stroke) to tackle what is hopefully the last of the expose problems
|
2013-10-31 11:49:36 -04:00 |
|
|
9d2e4fbec6
|
fix computation of rectangle bounding box
|
2013-10-24 17:13:03 -04:00 |
|
|
144fdfbbd0
|
fix drawing of rectangles larger than 2000 pixels, caused by silly hard-coding of width limit
|
2013-06-27 17:27:58 -04:00 |
|
|
0e656f0a13
|
workaround/hack/fix for cairo pattern gradient space exceeding 2^16 size limit
|
2013-06-27 10:41:00 -04:00 |
|
|
a1f858d3b2
|
an awful lot of tweaks to drawing details
|
2013-06-24 16:28:53 -04:00 |
|
|
691be68ac2
|
fix rect redraw problems caused by intersection requiring the usual 0.5 expansion (though consider a more general fix for this at teh group level)
|
2013-06-18 13:46:24 -04:00 |
|
|
77f5f4c4bf
|
basically operational switch to canvas drawing coordinates, although text and waves don't work, and redraw areas are too small
|
2013-06-18 08:23:06 -04:00 |
|
|
c358e77e1e
|
move setup_outline_context() to a more sensible shared location
|
2013-05-02 18:21:35 -04:00 |
|
|
d1a05240ef
|
fix clamping of line and rect coordinates to avoid issues with cairo when drawing way outside a surface's dimensions; move various coordinate methods down to Canvas, because they don't require GTK information; make visible_area() a Canvas virtual method so that we don't have to cast to call it
|
2013-04-17 10:53:17 -04:00 |
|
|
37dd7e952b
|
add headers to all canvas .cc and .h files
|
2013-04-15 22:10:18 -04:00 |
|
|
64d3763652
|
remove all xml++.h inclusion by canvas implementations
|
2013-04-15 22:00:13 -04:00 |
|
|
84fb0a8dce
|
remove all XML related API from canvas. it may have been useful during development, but it is just a distraction - we will NEVER be saving or restoring canvas state via XML or any kind of serialized state
|
2013-04-15 21:57:08 -04:00 |
|
|
4258a34912
|
change all frame_to_pixel and pixel_to_frame to sample_to_pixel and pixel_to_sample
|
2013-04-12 11:15:45 -04:00 |
|
|
fcb423f3f6
|
slightly optimize drawing of rectangles with all 4 sides outlined to avoid multiple paths etc
|
2013-04-12 11:08:24 -04:00 |
|
|
7caf517b27
|
add (bezier) curves to canvas, use for automation lines; fix issue with rectangles missing their upper line segment; more cairo canvas fixes
|
2013-04-11 22:54:12 -04:00 |
|
|
aaea166135
|
initial commit of hand merging, plus getting "ancient" waf script to work correctly
|
2013-04-04 00:32:52 -04:00 |
|