| Commit message (Expand) | Author | Age | Files | Lines |
* | grc: don't blacklist default fg id | Josh Morman | 2022-01-06 | 1 | -1/+1 |
* | cmake: replace deprecated distutils | Volker Schroer | 2021-12-20 | 3 | -3/+3 |
* | grc: pep8 formatting | Josh Morman | 2021-11-24 | 26 | -289/+466 |
* | grc: Dependent variables sometimes fail to evaluate | Volker Schroer | 2021-10-27 | 1 | -1/+0 |
* | grc: Move menu init debug log to MainWindow.py | Mark Pentler | 2021-10-22 | 2 | -11/+1 |
* | grc: added shortcuts zoom in/out/reset | Jeff Dumps | 2021-10-11 | 5 | -10/+50 |
* | grc: block comment font size incorrect, ignoring config file | Chris | 2021-10-11 | 1 | -23/+19 |
* | grc: Write "ID", not "Id" | Håkon Vågsether | 2021-10-11 | 1 | -1/+1 |
* | grc: Fix category and module tooltips | Clayton Smith | 2021-10-01 | 1 | -1/+1 |
* | grc: Include scale factor when computing drawing area size. | Ryan Volz | 2021-09-30 | 1 | -1/+5 |
* | grc: fix the evaluation of interdependent variables | Volker Schroer | 2021-08-07 | 1 | -0/+1 |
* | grc: Fix desync when dragging block | David Winter | 2021-07-09 | 1 | -4/+10 |
* | grc: Update flowgraph vars controlled by vars | Solomon Tan | 2021-06-19 | 1 | -1/+1 |
* | grc: handle variables of type raw correctly | Volker Schroer | 2021-06-01 | 1 | -15/+1 |
* | GRC: Distinguishing colors for deprecated blocks | Marcus Müller | 2021-06-01 | 2 | -10/+38 |
* | grc: fix dark theme name not affecting colors | Chuang Zhu | 2021-06-01 | 1 | -3/+3 |
* | grc: fix dark theme on ParamWidgets | Chuang Zhu | 2021-06-01 | 1 | -1/+1 |
* | grc: Fix vector length bug | Solomon Tan | 2021-05-24 | 1 | -1/+1 |
* | grc : fix block can move outside top and left boundary | Christophe SEGUINOT | 2021-04-06 | 1 | -1/+16 |
* | grc: optionally show variable names in graph #4109 (#4279) | Jason Uher | 2021-03-16 | 4 | -19/+70 |
* | Revert " grc: restore pre-3.8 block id behavior" | Josh Morman | 2021-03-10 | 2 | -3/+3 |
* | Fix typos | luz paz | 2021-02-08 | 1 | -1/+1 |
* | grc: ensure that strings are valid utf8 when evaluating parameters | Daniel Estévez | 2021-01-29 | 2 | -0/+9 |
* | Fix drag n' drop issue with Quartz (macOS) backend | Emmanuel Blot | 2021-01-14 | 1 | -1/+2 |
* | grc: Don't draw disabled and hidden blocks, even if they are selected | Håkon Vågsether | 2021-01-13 | 1 | -1/+3 |
* | GRC: Actions with preferences now explicitly default to something | Marcus Müller | 2021-01-13 | 1 | -2/+9 |
* | GRC: Actions.py needed code formatting to be workable | Marcus Müller | 2021-01-13 | 1 | -102/+197 |
* | grc: Save config before execution and update recent file sub-menu. | David Pi | 2021-01-12 | 3 | -15/+25 |
* | grc: Make it possible to copy error message | Oleksandr Kravchuk | 2021-01-11 | 1 | -1/+17 |
* | grc: restore pre-3.8 block id behavior | Jacob Gilbert | 2020-12-17 | 2 | -3/+3 |
* | grc: remove gnome-terminal deprecation warning | mormj | 2020-12-17 | 1 | -1/+4 |
* | grc: Fix multiple 'Apply' in modify block parameters dialog box | David Pi | 2020-12-17 | 1 | -4/+1 |
* | grc: add wiki link to properties dialog docs (#3933) | Jeff Long | 2020-11-22 | 1 | -2/+9 |
* | Fix typos throughout the code | luzpaz | 2020-10-29 | 1 | -2/+2 |
* | grc: fix pylint C0330: wrong hanging indentation | Clayton Smith | 2020-10-20 | 5 | -40/+39 |
* | grc: fix pylint C0326: wrong number of spaces | Clayton Smith | 2020-10-20 | 8 | -24/+24 |
* | grc: fix pylint C0303: Trailing whitespace | Clayton Smith | 2020-10-20 | 7 | -19/+18 |
* | grc: update the "Get Involved" dialog | Clayton Smith | 2020-10-05 | 1 | -3/+3 |
* | grc: remove six | Clayton Smith | 2020-10-05 | 9 | -34/+11 |
* | grc: prevent search keystrokes from modifying flowgraph, take two | Clayton Smith | 2020-08-20 | 1 | -1/+2 |
* | grc: prevent search keystrokes from modifying flowgraph | Clayton Smith | 2020-08-19 | 2 | -12/+11 |
* | Revert "grc: Unselect all on Ctrl+F" | Clayton Smith | 2020-08-19 | 1 | -1/+0 |
* | grc: do not run stale flowgraph | Josh Morman | 2020-08-14 | 1 | -12/+15 |
* | python: Remove unnecessary 'from __future__ import' | Oleksandr Kravchuk | 2020-08-03 | 28 | -28/+0 |
* | grc: Add dir_select parameter type | Yamakaja | 2020-07-23 | 2 | -0/+41 |
* | grc: draw selected elements last | Sebastian Koslowski | 2020-05-28 | 1 | -0/+3 |
* | grc: auto-shift colliding blocks when pasting | Sebastian Koslowski | 2020-05-28 | 1 | -1/+6 |
* | grc: fix pasting connections when block were renamed (fixes #3499) | Sebastian Koslowski | 2020-05-28 | 1 | -14/+11 |
* | grc: iterate all selected blocks when changing port type (fixes #3500) | Sebastian Koslowski | 2020-05-28 | 1 | -2/+2 |
* | grc: Fix background color of raw types for dark themes | Volker Schroer | 2020-05-21 | 1 | -1/+1 |