aboutsummaryrefslogtreecommitdiffstats
path: root/gui
Commit message (Expand)AuthorAgeFilesLines
* option to disable anti aliasing in guiMiodrag Milanovic2019-05-252-3/+4
* Merge pull request #169 from ajeakins/masterMiodrag Milanović2019-05-233-20/+24
|\
| * Bring back check that GL contexts get the format requested.Adrian Jeakins2019-05-011-0/+13
| * Reduce GL shader version for wider compatibility.Adrian Jeakins2018-12-201-2/+2
| * Remove format versioning now this is set at the top level application.Adrian Jeakins2018-12-201-14/+0
| * Fix device view not showing anything on macOS.Adrian Jeakins2018-12-052-6/+11
* | gui: Fix warning: catching polymorphic type by valueMichael Buesch2019-05-201-1/+1
* | generic: Disable GUI as it isn't supported yetDavid Shah2019-04-171-8/+5
* | generic: GUI Python bindingsDavid Shah2019-04-031-1/+2
* | clangformatDavid Shah2019-03-221-5/+5
* | Merge pull request #249 from koriakin/gui-tab-fixMiodrag Milanović2019-03-121-4/+4
|\ \
| * | gui: Fix Cells/Nets tab contents.Marcin Kościelnicki2019-03-121-4/+4
* | | gui/fpgaviewwidget: Make background opaqueDavid Shah2019-03-121-1/+1
* | | gui: Allow shift+drag to move around the viewSylvain Munaut2019-02-221-5/+14
|/ /
* | Better resize, FPGAViewWidget minimal is now 320x200, fixes #222Miodrag Milanovic2019-02-071-1/+1
* | Fix reading conflicting wire in GUI for pips, fixes #225Miodrag Milanovic2019-02-071-2/+6
* | Add GUI for executing python fileMiodrag Milanovic2018-12-148-0/+45
* | Fix crash exiting nextpnr guiMiodrag Milanovic2018-12-061-0/+1
|/
* Fix crash starting the GUI on macOS where we must request a core profile.Adrian Jeakins2018-12-041-0/+1
* Refactor log code and add log file supportDavid Shah2018-11-211-1/+0
* clangformatDavid Shah2018-11-166-97/+86
* Merge pull request #107 from YosysHQ/router_improveEddie Hung2018-11-131-0/+4
|\
| * clangformatClifford Wolf2018-11-111-4/+4
| * Add getConflictingWireWire() arch API, streamline getConflictingXY semanticClifford Wolf2018-11-111-2/+4
| * Add getConflictingPipWire() arch API, router1 improvementsClifford Wolf2018-11-111-0/+2
* | Make zoom in/out always display contentMiodrag Milanovic2018-11-121-1/+1
* | Show wires in tree for ECP5 as wellMiodrag Milanovic2018-11-111-2/+7
* | multiple selection fixMiodrag Milanovic2018-11-111-1/+14
* | Pip visible for all archsMiodrag Milanovic2018-11-111-6/+6
* | Propagate proper ctx, fixes fetchMoreMiodrag Milanovic2018-11-113-13/+14
* | Sorted out zoomout, works for all nowMiodrag Milanovic2018-11-112-42/+12
* | Merge pull request #93 from YosysHQ/gui_changesMiodrag Milanović2018-11-107-213/+323
|\ \ | |/ |/|
| * change to const auto&Miodrag Milanovic2018-10-301-1/+1
| * Changes to cover issues from code reviewMiodrag Milanovic2018-10-292-26/+25
| * fix unselect from treeMiodrag Milanovic2018-10-281-4/+2
| * Fix keep selection on multiple treesMiodrag Milanovic2018-10-271-8/+32
| * update properties based on move historyMiodrag Milanovic2018-10-271-17/+37
| * Update grid properlyMiodrag Milanovic2018-10-272-16/+28
| * clangformatMiodrag Milanovic2018-10-276-56/+74
| * CleanupMiodrag Milanovic2018-10-273-30/+15
| * simplify and move arroundMiodrag Milanovic2018-10-273-85/+58
| * Split tree models and make other features work with itMiodrag Milanovic2018-10-274-143/+221
| * make grid cover device only, do not zoom in if there are no elementsMiodrag Milanovic2018-10-271-4/+7
* | Fix method override in guiMiodrag Milanovic2018-11-053-3/+3
* | Fix lpf button actionMiodrag Milanovic2018-11-031-0/+1
* | Added image generator and regenerate iconsMiodrag Milanovic2018-11-037-0/+6
* | Added LPF support and all chip models available for selectMiodrag Milanovic2018-11-034-6/+50
|/
* fix edge caseMiodrag Milanovic2018-10-271-1/+1
* No gain in optimizing this, but lead to wrong displayMiodrag Milanovic2018-10-261-10/+4
* Merge pull request #96 from YosysHQ/imguiMiodrag Milanović2018-10-263-4/+62
|\