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
/
module.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-13
Support resizing circles to fit label, and setting radius in ems.
David Robillard
1
-2
/
+1
2012-12-21
Implement item stacking.
David Robillard
1
-1
/
+0
2012-11-14
Fix wonky edge selection behaviour when selecting ports.
David Robillard
1
-6
/
+10
2012-08-10
Fix a ton of warnings.
David Robillard
1
-8
/
+8
2012-05-22
Size modules large enough to fit label with downward signal flow.
David Robillard
1
-1
/
+1
2012-05-15
Fix module width in vertical mode.
David Robillard
1
-7
/
+10
2012-05-13
Fix dead assignment.
David Robillard
1
-2
/
+1
2012-04-28
Fix vertical module port layout.
David Robillard
1
-25
/
+12
2012-04-26
Tidy.
David Robillard
1
-3
/
+3
2012-04-25
Remove icon stuff.
David Robillard
1
-70
/
+15
2012-04-24
Fix font size stuff.
David Robillard
1
-5
/
+18
2012-04-24
Fix downward signal flow display (i.e. port labels disabled).
David Robillard
1
-27
/
+17
2012-04-23
Remove stuff from botched last commit.
David Robillard
1
-67
/
+10
2012-04-23
Fix errors when port has no label.ganv/src/port.c
David Robillard
1
-12
/
+25
2012-04-23
Resize modules when port labels change.
David Robillard
1
-9
/
+2
2012-04-22
Fix wonky port sizes when restoring a patch.
David Robillard
1
-37
/
+28
2012-04-22
Fix various problems with embedding plugin GUIs.
David Robillard
1
-0
/
+16
2012-03-28
Fix control rect colour and label stacking.
David Robillard
1
-1
/
+8
2012-01-11
Fix crash on shutdown and item deletion.
David Robillard
1
-108
/
+129
2011-12-18
Fix port controls update while dragging/clicking.
David Robillard
1
-2
/
+0
2011-12-18
Fix module layout.
David Robillard
1
-2
/
+2
2011-12-14
Draw directly to window cairo context instead of gdk pixmap.
David Robillard
1
-4
/
+6
2011-12-14
Make node no longer a subclass of group.
David Robillard
1
-1
/
+1
2011-12-14
Custom module point and port draw handlers.
David Robillard
1
-0
/
+38
2011-12-13
Make items responsible for drawing their own children.
David Robillard
1
-0
/
+21
2011-12-13
Remove libart dependency.
David Robillard
1
-4
/
+7
2011-12-13
Replace ArtUta* redraw_area with cairo_region_t* redraw_region.
David Robillard
1
-0
/
+1
2011-12-12
Remove unused clip_path parameter to item update method.
David Robillard
1
-2
/
+1
2011-12-10
Change GanvGroup* to GanvItem* for parent pointers.
David Robillard
1
-8
/
+7
2011-12-09
Remove GnomeCanvas dependency.
David Robillard
1
-53
/
+58
2011-12-08
Don't expose GET_PRIVATE macros.
David Robillard
1
-1
/
+3
2011-12-08
Delete trailing whitespace.
David Robillard
1
-1
/
+1
2011-12-08
Hide implementations.
David Robillard
1
-126
/
+156
2011-12-08
Make canvas direction a property.
David Robillard
1
-6
/
+6
2011-12-07
Sshh.
David Robillard
1
-3
/
+0
2011-12-07
Support creating modules via pure GObject construction.
David Robillard
1
-14
/
+22
2011-12-07
Add C test program.
David Robillard
1
-1
/
+20
2011-12-06
Trim license header.
David Robillard
1
-10
/
+8
2011-12-06
FlowCanvas's successor is hereby dubbed Ganv.
David Robillard
1
-0
/
+792