index
:
ganv.git
main
Ganv canvas widget
d@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
canvas-base.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-23
Fix documentation.
David Robillard
1
-7
/
+7
2012-04-22
Fix various problems with embedding plugin GUIs.
David Robillard
1
-34
/
+2
2012-03-27
Squeeze blank lines.
David Robillard
1
-3
/
+0
2012-01-11
Fix crash on shutdown and item deletion.
David Robillard
1
-1
/
+5
2012-01-09
Fix compilation on old glib with no g_slist_free_full (fix #792).
David Robillard
1
-2
/
+4
2012-01-09
Build with old cairo without cairo_rectangle_int_t (fix #792).
David Robillard
1
-7
/
+13
2012-01-09
Build with old cairo without cairo_region_t (fix #792).
David Robillard
1
-34
/
+34
2011-12-14
Remove dubious include.
David Robillard
1
-1
/
+0
2011-12-14
Draw directly to window cairo context instead of gdk pixmap.
David Robillard
1
-31
/
+7
2011-12-14
Tidy.
David Robillard
1
-12
/
+1
2011-12-14
Make node no longer a subclass of group.
David Robillard
1
-9
/
+35
2011-12-13
Move group implementation to separate files.
David Robillard
1
-597
/
+40
2011-12-13
Remove ganv_item_raise and ganv_item_lower.
David Robillard
1
-80
/
+0
2011-12-13
Remove libart dependency.
David Robillard
1
-380
/
+103
2011-12-13
Remove unnecessary use of ArtIRect.
David Robillard
1
-8
/
+6
2011-12-13
Replace ArtUta* redraw_area with cairo_region_t* redraw_region.
David Robillard
1
-210
/
+39
2011-12-13
Remove ganv_canvas_base_request_redraw_uta.
David Robillard
1
-56
/
+26
2011-12-12
Remove HACKISH_AFFINE gunk.
David Robillard
1
-31
/
+0
2011-12-12
Remove unused clip_path parameter to item update method.
David Robillard
1
-9
/
+8
2011-12-10
Change GanvGroup* to GanvItem* for parent pointers.
David Robillard
1
-5
/
+3
2011-12-10
Make item draw method take a cairo_t instead of GdkDrawable.
David Robillard
1
-4
/
+8
2011-12-09
Remove GnomeCanvas dependency.
David Robillard
1
-0
/
+3820