index
:
ganv.git
main
Ganv canvas widget
d@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ganv
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-19
FDGL: Improve flow-directed layout.
David Robillard
3
-0
/
+15
2013-12-18
Add experimental (slow) force-directed graph layout to Ganv.
David Robillard
1
-0
/
+7
2013-06-09
Fix compilation with --jack-dbus (#917).
David Robillard
2
-0
/
+9
2013-06-08
Fix sizing for ports with enumeration or integer tag labels.
David Robillard
4
-0
/
+12
2013-03-25
Minor documentation improvements.
David Robillard
1
-3
/
+15
2013-02-03
Port control performance improvements (further improvement for #879).
David Robillard
1
-1
/
+1
2013-02-03
Fix compilation with GCC 4.6.
David Robillard
1
-2
/
+10
2013-02-02
GUI support for integer controls.
David Robillard
2
-0
/
+5
2013-02-02
Show check box for toggle ports and ellipsis for enumeration (menu) ports.
David Robillard
2
-0
/
+5
2013-01-13
Support resizing circles to fit label, and setting radius in ems.
David Robillard
1
-4
/
+3
2013-01-13
Add two connect modes for fast chaining and fanning.
David Robillard
1
-2
/
+2
2013-01-13
Better dot rendering and auto-arrange for graphs with circles.
David Robillard
1
-0
/
+4
2013-01-13
ganv_canvas_destroy => ganv_canvas_clear.
David Robillard
2
-3
/
+3
2013-01-12
Fix arrange with circles on the canvas.
David Robillard
1
-0
/
+3
2013-01-12
Fix text on circles.
David Robillard
1
-0
/
+4
2013-01-08
Add signals and default handlers for every property in conventional Gtkmm style.
David Robillard
3
-11
/
+26
2012-12-21
Implement item stacking.
David Robillard
2
-7
/
+7
2012-11-18
Disconnect animation signal when canvas is destroyed (fix potential crashes o...
David Robillard
1
-0
/
+2
2012-11-14
Fix wonky edge selection behaviour when selecting ports.
David Robillard
4
-15
/
+41
2012-09-17
Add Canvas::remove_edge and allow for_each_edge to be used to remove edges.
David Robillard
2
-0
/
+3
2012-08-10
Fix a ton of warnings.
David Robillard
1
-0
/
+4
2012-08-10
Remove unnecessary const Glib::wrap implementation which wasn't const correct...
David Robillard
1
-10
/
+0
2012-06-30
Fix occasional crashes after node deletion (fix #843).
David Robillard
1
-0
/
+4
2012-05-27
Clean up canvas.h and fix some problems with GIR generation.
David Robillard
1
-9
/
+21
2012-05-24
Delete trailing whitespace.
David Robillard
1
-1
/
+1
2012-04-28
Fix warnings about non-parent items.
David Robillard
1
-0
/
+3
2012-04-26
Fix undefined reference.
David Robillard
1
-4
/
+0
2012-04-26
Fix O(n_edges) Canvas::get_edge() to be O(lg(n_nodes)).
David Robillard
1
-0
/
+9
2012-04-26
Tidy.
David Robillard
6
-69
/
+52
2012-04-25
Move more functionality down to C canvas.
David Robillard
2
-14
/
+26
2012-04-25
Update copyright date.
David Robillard
24
-24
/
+24
2012-04-24
Fix crash when un-embedding plugin UI.
David Robillard
1
-1
/
+5
2012-04-24
Move more implementation to C GanvCanvas.
David Robillard
2
-27
/
+86
2012-04-24
Fix font size stuff.
David Robillard
2
-0
/
+7
2012-04-24
Fix downward signal flow display (i.e. port labels disabled).
David Robillard
6
-7
/
+29
2012-04-23
Resize modules when port labels change.
David Robillard
1
-2
/
+2
2012-04-05
Remove use of Glibmm variant wrapper which is inexplicably recent (fix #827).
David Robillard
1
-2
/
+1
2012-03-27
Squeeze blank lines.
David Robillard
3
-9
/
+0
2012-03-24
Add missing include.
David Robillard
1
-0
/
+1
2012-03-12
Make port controls actually do something.
David Robillard
1
-0
/
+2
2012-03-09
Fix "disconnect all".
David Robillard
3
-4
/
+27
2012-01-11
Fix crash on shutdown and item deletion.
David Robillard
2
-5
/
+4
2012-01-09
Build with old cairo without cairo_rectangle_int_t (fix #792).
David Robillard
1
-1
/
+1
2012-01-09
Build with old cairo without cairo_region_t (fix #792).
David Robillard
1
-2
/
+2
2011-12-14
Make node no longer a subclass of group.
David Robillard
1
-3
/
+2
2011-12-13
Update comments to reflect reality of group's demoted status.
David Robillard
1
-7
/
+7
2011-12-13
Move group implementation to separate files.
David Robillard
6
-77
/
+74
2011-12-13
Remove ganv_item_raise and ganv_item_lower.
David Robillard
1
-10
/
+0
2011-12-13
Remove libart dependency.
David Robillard
1
-28
/
+15
2011-12-13
Replace ArtUta* redraw_area with cairo_region_t* redraw_region.
David Robillard
1
-8
/
+5
[next]