summaryrefslogtreecommitdiff
path: root/grc/gui/canvas/flowgraph.py
Commit message (Expand)AuthorAgeFilesLines
* cmake: replace deprecated distutilsVolker Schroer2021-12-201-1/+1
* grc: pep8 formattingJosh Morman2021-11-241-27/+39
* grc: Fix desync when dragging blockDavid Winter2021-07-091-4/+10
* grc : fix block can move outside top and left boundaryChristophe SEGUINOT2021-04-061-1/+16
* grc: Don't draw disabled and hidden blocks, even if they are selectedHåkon Vågsether2021-01-131-1/+3
* grc: fix pylint C0330: wrong hanging indentationClayton Smith2020-10-201-1/+1
* grc: fix pylint C0326: wrong number of spacesClayton Smith2020-10-201-2/+2
* grc: remove sixClayton Smith2020-10-051-2/+0
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-031-1/+0
* grc: draw selected elements lastSebastian Koslowski2020-05-281-0/+3
* grc: auto-shift colliding blocks when pastingSebastian Koslowski2020-05-281-1/+6
* grc: fix pasting connections when block were renamed (fixes #3499)Sebastian Koslowski2020-05-281-14/+11
* grc: iterate all selected blocks when changing port type (fixes #3500)Sebastian Koslowski2020-05-281-2/+2
* Update license header to SPDX formatdevnulling2020-01-271-13/+2
* grc: Fix drag style block connection with auto-hide port labelsCMorin2020-01-031-2/+2
* grc: include comments in flowgraph extent calculation (fixes #2854)Sebastian Koslowski2019-11-011-5/+11
* grc: restore copy/paste behaviorJosh Morman2019-07-191-2/+8
* Fix for misc. documentation + trivial typosluz.paz2019-07-171-1/+1
* grc: add busports back into 3.8Josh Morman2019-07-151-1/+7
* grc: Restore right click menu. Fixes #2062Brennan Ashton2018-11-021-4/+32
* Merge branch 'python3_fix' into python3_mergeAndrej Rode2018-06-231-2/+2
|\
| * Merge branch 'merges/next' into merges/python3Sebastian Koslowski2017-10-261-2/+2
* | Fixed pasting blocks from clipboardHåkon Vågsether2018-03-221-27/+16
|/
* grc: added yaml/mako supportSebastian Koslowski2017-06-291-13/+11
* grc: gtk3: drag to connectSebastian Koslowski2017-01-111-11/+45
* grc: gtk3: curved connectionsSebastian Koslowski2017-01-111-8/+6
* grc: gtk3: reimplemented custom bg colors for param entry boxesSebastian Koslowski2017-01-111-0/+1
* grc: gtk3: fix block layout sizes when zoomingSebastian Koslowski2017-01-111-5/+4
* grc: gtk3: fix canvas extent after zoomingSebastian Koslowski2017-01-061-8/+5
* grc: gtk3: fix multi-block moveSebastian Koslowski2016-09-231-10/+11
* grc: refactor: Cleaned up importsSeth Hitefield2016-09-221-1/+2
* grc: refactor: move drawables in subpackageSebastian Koslowski2016-09-131-0/+754