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
/
port.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-26
Resize value labels when font size changes
David Robillard
1
-4
/
+1
2015-03-15
Add support for beveled box corners.
David Robillard
1
-9
/
+9
2015-02-24
Add light theme for typesettable canvas export.
David Robillard
1
-16
/
+16
2015-02-24
Fix port label vertical alignment.
David Robillard
1
-3
/
+3
2015-02-21
Add API to specify module port order.
David Robillard
1
-9
/
+13
2015-02-14
Fix label alignment in ports without value labels.
David Robillard
1
-1
/
+2
2015-02-14
Indicate sequence ports with an arrow tag.
David Robillard
1
-9
/
+0
2015-02-14
Show type tags for more port types.
David Robillard
1
-43
/
+58
2015-02-14
Use the same border width for ports and modules.
David Robillard
1
-2
/
+2
2015-02-11
Clip control rectangles to radiused ports.
David Robillard
1
-8
/
+39
2015-02-11
Join connections precisely at port borders.
David Robillard
1
-8
/
+10
2014-04-26
Clean up Ganv API.
David Robillard
1
-15
/
+15
2014-03-30
Reimplement canvas zoom.
David Robillard
1
-6
/
+4
2014-03-15
Clean up public canvas interface.
David Robillard
1
-6
/
+6
2014-01-04
Make only control inputs controllable by user.
David Robillard
1
-2
/
+14
2014-01-03
Draw and layout performance improvements.
David Robillard
1
-6
/
+6
2014-01-03
Don't abuse show_label property for vertical/horizontal mode.
David Robillard
1
-3
/
+4
2013-12-27
Remove dead code.
David Robillard
1
-1
/
+0
2013-12-27
Performance improvements.
David Robillard
1
-8
/
+11
2013-06-09
Redraw control slider when range changes.
David Robillard
1
-10
/
+12
2013-06-08
Fix sizing for ports with enumeration or integer tag labels.
David Robillard
1
-3
/
+12
2013-03-17
Update copyright date.
David Robillard
1
-1
/
+1
2013-02-03
Port control performance improvements (further improvement for #879).
David Robillard
1
-42
/
+48
2013-02-02
GUI support for integer controls.
David Robillard
1
-6
/
+19
2013-02-02
Show check box for toggle ports and ellipsis for enumeration (menu) ports.
David Robillard
1
-37
/
+136
2013-02-02
Fix strange bug where canvas stops updating entirely on node removal.
David Robillard
1
-1
/
+0
2013-01-12
Fix text on circles.
David Robillard
1
-0
/
+1
2012-11-14
Fix wonky edge selection behaviour when selecting ports.
David Robillard
1
-6
/
+4
2012-08-10
Fix a ton of warnings.
David Robillard
1
-9
/
+9
2012-08-10
Fix unnecessary implicit float=>double conversions.
David Robillard
1
-2
/
+2
2012-08-09
Fix prototypes.
David Robillard
1
-2
/
+2
2012-05-24
Delete trailing whitespace.
David Robillard
1
-1
/
+1
2012-05-12
Fix glib variant reference warnings.
David Robillard
1
-1
/
+1
2012-04-28
Fix warnings about non-parent items.
David Robillard
1
-0
/
+1
2012-04-24
Fix port resizing when reducing font size.
David Robillard
1
-4
/
+2
2012-04-24
Fix downward signal flow display (i.e. port labels disabled).
David Robillard
1
-15
/
+70
2012-04-23
Fix errors when port has no label.ganv/src/port.c
David Robillard
1
-15
/
+17
2012-04-22
Fix wonky port sizes when restoring a patch.
David Robillard
1
-23
/
+9
2012-03-28
Fix control rect colour and label stacking.
David Robillard
1
-1
/
+11
2012-03-12
Make port controls actually do something.
David Robillard
1
-6
/
+24
2012-01-11
Fix crash on shutdown and item deletion.
David Robillard
1
-3
/
+2
2011-12-18
Fix port controls update while dragging/clicking.
David Robillard
1
-1
/
+0
2011-12-18
Fix module layout.
David Robillard
1
-7
/
+9
2011-12-14
Make node no longer a subclass of group.
David Robillard
1
-0
/
+3
2011-12-14
Custom module point and port draw handlers.
David Robillard
1
-0
/
+18
2011-12-13
Replace ArtUta* redraw_area with cairo_region_t* redraw_region.
David Robillard
1
-0
/
+1
2011-12-10
Change GanvGroup* to GanvItem* for parent pointers.
David Robillard
1
-11
/
+11
2011-12-10
Fix event handling.
David Robillard
1
-4
/
+5
2011-12-09
Remove GnomeCanvas dependency.
David Robillard
1
-21
/
+21
2011-12-09
Improve documentation and GIR bindings.
David Robillard
1
-2
/
+2
[next]