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
2016-10-14
Fix port position on modules with embedded widgets
David Robillard
1
-14
/
+17
2016-07-31
Fix compilation with C++
David Robillard
1
-1
/
+1
2016-07-24
Fix overlap when port sizes vary
David Robillard
1
-18
/
+10
2015-02-21
Add API to specify module port order.
David Robillard
1
-55
/
+68
2015-02-16
Destroy embedded widget on module destruction.
David Robillard
1
-4
/
+5
2015-02-14
Use the same border width for ports and modules.
David Robillard
1
-5
/
+5
2015-02-11
Pad edges so ports don't overlap radiused border.
David Robillard
1
-6
/
+6
2015-02-11
Line up ports precisely at module border edges.
David Robillard
1
-15
/
+24
2015-02-08
Fix size of vertical flow modules.
David Robillard
1
-1
/
+13
2014-08-29
Fix positioning of embedded widgets when changing layout.
David Robillard
1
-0
/
+1
2014-08-29
Fix positioning of embedded widgets during sprung layout.
David Robillard
1
-0
/
+5
2014-04-26
Clean up Ganv API.
David Robillard
1
-7
/
+7
2014-03-30
Reimplement canvas zoom.
David Robillard
1
-17
/
+8
2014-03-15
Clean up public canvas interface.
David Robillard
1
-3
/
+3
2014-01-18
Fix some minor issues found by clang.
David Robillard
1
-1
/
+0
2014-01-07
Remove debug printf.
David Robillard
1
-1
/
+0
2014-01-04
Fix sizing of vertical modules with embedded widgets.
David Robillard
1
-6
/
+8
2013-12-19
FDGL: Improve flow-directed layout.
David Robillard
1
-1
/
+0
2013-03-17
Update copyright date.
David Robillard
1
-1
/
+1
2013-02-02
Show check box for toggle ports and ellipsis for enumeration (menu) ports.
David Robillard
1
-1
/
+1
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
[next]