aboutsummaryrefslogtreecommitdiffstats
path: root/grc/gui (follow)
Commit message (Expand)AuthorAgeFilesLines
* grc: don't blacklist default fg idJosh Morman2022-01-061-1/+1
* cmake: replace deprecated distutilsVolker Schroer2021-12-203-3/+3
* grc: pep8 formattingJosh Morman2021-11-2426-289/+466
* grc: Dependent variables sometimes fail to evaluateVolker Schroer2021-10-271-1/+0
* grc: Move menu init debug log to MainWindow.pyMark Pentler2021-10-222-11/+1
* grc: added shortcuts zoom in/out/resetJeff Dumps2021-10-115-10/+50
* grc: block comment font size incorrect, ignoring config fileChris2021-10-111-23/+19
* grc: Write "ID", not "Id"Håkon Vågsether2021-10-111-1/+1
* grc: Fix category and module tooltipsClayton Smith2021-10-011-1/+1
* grc: Include scale factor when computing drawing area size.Ryan Volz2021-09-301-1/+5
* grc: fix the evaluation of interdependent variablesVolker Schroer2021-08-071-0/+1
* grc: Fix desync when dragging blockDavid Winter2021-07-091-4/+10
* grc: Update flowgraph vars controlled by varsSolomon Tan2021-06-191-1/+1
* grc: handle variables of type raw correctlyVolker Schroer2021-06-011-15/+1
* GRC: Distinguishing colors for deprecated blocksMarcus Müller2021-06-012-10/+38
* grc: fix dark theme name not affecting colorsChuang Zhu2021-06-011-3/+3
* grc: fix dark theme on ParamWidgetsChuang Zhu2021-06-011-1/+1
* grc: Fix vector length bugSolomon Tan2021-05-241-1/+1
* grc : fix block can move outside top and left boundaryChristophe SEGUINOT2021-04-061-1/+16
* grc: optionally show variable names in graph #4109 (#4279)Jason Uher2021-03-164-19/+70
* Revert " grc: restore pre-3.8 block id behavior"Josh Morman2021-03-102-3/+3
* Fix typosluz paz2021-02-081-1/+1
* grc: ensure that strings are valid utf8 when evaluating parametersDaniel Estévez2021-01-292-0/+9
* Fix drag n' drop issue with Quartz (macOS) backendEmmanuel Blot2021-01-141-1/+2
* grc: Don't draw disabled and hidden blocks, even if they are selectedHåkon Vågsether2021-01-131-1/+3
* GRC: Actions with preferences now explicitly default to somethingMarcus Müller2021-01-131-2/+9
* GRC: Actions.py needed code formatting to be workableMarcus Müller2021-01-131-102/+197
* grc: Save config before execution and update recent file sub-menu.David Pi2021-01-123-15/+25
* grc: Make it possible to copy error messageOleksandr Kravchuk2021-01-111-1/+17
* grc: restore pre-3.8 block id behaviorJacob Gilbert2020-12-172-3/+3
* grc: remove gnome-terminal deprecation warningmormj2020-12-171-1/+4
* grc: Fix multiple 'Apply' in modify block parameters dialog boxDavid Pi2020-12-171-4/+1
* grc: add wiki link to properties dialog docs (#3933)Jeff Long2020-11-221-2/+9
* Fix typos throughout the codeluzpaz2020-10-291-2/+2
* grc: fix pylint C0330: wrong hanging indentationClayton Smith2020-10-205-40/+39
* grc: fix pylint C0326: wrong number of spacesClayton Smith2020-10-208-24/+24
* grc: fix pylint C0303: Trailing whitespaceClayton Smith2020-10-207-19/+18
* grc: update the "Get Involved" dialogClayton Smith2020-10-051-3/+3
* grc: remove sixClayton Smith2020-10-059-34/+11
* grc: prevent search keystrokes from modifying flowgraph, take twoClayton Smith2020-08-201-1/+2
* grc: prevent search keystrokes from modifying flowgraphClayton Smith2020-08-192-12/+11
* Revert "grc: Unselect all on Ctrl+F"Clayton Smith2020-08-191-1/+0
* grc: do not run stale flowgraphJosh Morman2020-08-141-12/+15
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-0328-28/+0
* grc: Add dir_select parameter typeYamakaja2020-07-232-0/+41
* 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
* grc: Fix background color of raw types for dark themesVolker Schroer2020-05-211-1/+1