summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-12-15Clean up includesDavid Robillard17-114/+261
2020-11-29Fix Wunused-parameter warningsDavid Robillard10-12/+62
2020-07-30Expand canvas automatically to fit nodesDavid Robillard2-0/+39
2020-07-30Use modern casts in C++ codeDavid Robillard3-9/+6
2020-07-18Fix potential use of uninitialized variablesDavid Robillard1-1/+4
2020-07-18Add missing casts for C++ compatibilityDavid Robillard10-10/+17
2020-07-18Remove spurious semicolonsDavid Robillard7-87/+87
2020-07-18Add missing static specifiersDavid Robillard1-2/+2
2018-09-16Remove use of deprecated g_type_class_add_private()David Robillard11-53/+32
2018-09-16Rename private implementation types according to new Gtk conventionsDavid Robillard12-125/+125
2018-09-16Remove checks for ancient graphvizDavid Robillard1-14/+6
2017-02-12Work around broken Graphviz header warningsDavid Robillard1-0/+5
2016-10-14Fix buggy drawing of embedded widgetsDavid Robillard1-2/+2
2016-10-14Fix port position on modules with embedded widgetsDavid Robillard1-14/+17
2016-10-02Make ganv_port_show_control() idempotentDavid Robillard1-1/+5
2016-10-02Round reported value for integer control portsDavid Robillard1-1/+1
2016-09-18Update copyright datesDavid Robillard15-15/+15
2016-08-01Use consistent feature test macrosDavid Robillard1-0/+1
2016-07-31Fix compilation with C++David Robillard7-19/+33
2016-07-24Fix whitespaceDavid Robillard1-1/+1
2016-07-24Fix overlap when port sizes varyDavid Robillard1-18/+10
2015-10-26Add support for edges that do not constrain the layoutDavid Robillard3-2/+35
2015-10-26Resize value labels when font size changesDavid Robillard2-4/+3
2015-10-05Highlight connected edges on port hoverDavid Robillard2-5/+30
2015-03-16Fix removal of non-existent idle callbacks.David Robillard1-3/+10
2015-03-15Add support for beveled box corners.David Robillard3-11/+37
2015-02-28Clear selected edges list along with selection.David Robillard1-0/+1
2015-02-28Remove animate idle callback on destruction.David Robillard1-0/+2
2015-02-24Add light theme for typesettable canvas export.David Robillard9-41/+77
2015-02-24Fix port label vertical alignment.David Robillard1-3/+3
2015-02-22Improve appearance of graphs with circle nodes.David Robillard2-17/+30
2015-02-22Fix offset of graph layout with circles.David Robillard1-4/+11
2015-02-21Add API to specify module port order.David Robillard11-140/+225
2015-02-20Fix circle drawing bugs.David Robillard1-0/+1
2015-02-20Fix connecting to ports with controls.David Robillard1-1/+1
2015-02-20Dampen sprung layout energy over time to prevent oscillation.David Robillard1-5/+6
2015-02-17Delete trailing whitespace.David Robillard2-17/+17
2015-02-17Fix crash when getting empty label.David Robillard1-1/+1
2015-02-16Destroy embedded widget on module destruction.David Robillard1-4/+5
2015-02-16Distinguish edge color from port color slighly.David Robillard1-3/+10
2015-02-16Only highlight borders on hover.David Robillard1-1/+1
2015-02-16Preserve selection for quickly making several connections.David Robillard1-5/+0
2015-02-14Fix label alignment in ports without value labels.David Robillard1-1/+2
2015-02-14Indicate sequence ports with an arrow tag.David Robillard1-9/+0
2015-02-14Show type tags for more port types.David Robillard3-50/+81
2015-02-14Use the same border width for ports and modules.David Robillard3-13/+13
2015-02-11Pad edges so ports don't overlap radiused border.David Robillard1-6/+6
2015-02-11Clip control rectangles to radiused ports.David Robillard3-37/+83
2015-02-11Join connections precisely at port borders.David Robillard1-8/+10
2015-02-11Line up ports precisely at module border edges.David Robillard2-16/+24