| Commit message (Expand) | Author | Age | Files | Lines |
* | Sorted out zoomout, works for all now | Miodrag Milanovic | 2018-11-11 | 1 | -22/+9 |
* | Update grid properly | Miodrag Milanovic | 2018-10-27 | 1 | -16/+25 |
* | clangformat | Miodrag Milanovic | 2018-10-27 | 1 | -2/+2 |
* | make grid cover device only, do not zoom in if there are no elements | Miodrag Milanovic | 2018-10-27 | 1 | -4/+7 |
* | fix edge case | Miodrag Milanovic | 2018-10-27 | 1 | -1/+1 |
* | No gain in optimizing this, but lead to wrong display | Miodrag Milanovic | 2018-10-26 | 1 | -10/+4 |
* | Merge pull request #96 from YosysHQ/imgui | Miodrag Milanović | 2018-10-26 | 1 | -3/+51 |
|\ |
|
| * | Fix tooltip position when doing screenshot | Miodrag Milanovic | 2018-10-24 | 1 | -1/+4 |
| * | Added cell and net info in hint | Miodrag Milanovic | 2018-10-24 | 1 | -1/+10 |
| * | Fix propagating events | Miodrag Milanovic | 2018-10-24 | 1 | -0/+11 |
| * | Display hint on mouse over | Miodrag Milanovic | 2018-10-24 | 1 | -0/+19 |
| * | dummy imgui processing | Miodrag Milanovic | 2018-10-24 | 1 | -4/+10 |
* | | update last_render in case of change of any element, not just number of them | Miodrag Milanovic | 2018-10-26 | 1 | -4/+18 |
* | | proper update of empty decal | Miodrag Milanovic | 2018-10-25 | 1 | -4/+2 |
|/ |
|
* | gui: improved FPGAViewWidget::paintGL() performance | Mateusz Zalega | 2018-10-23 | 1 | -27/+69 |
* | Recalculate max zoom level depending of arch | Miodrag Milanovic | 2018-10-14 | 1 | -5/+7 |
* | Hover on items in tree | Miodrag Milanovic | 2018-08-22 | 1 | -0/+8 |
* | Fix hover when cursor leaves view, fixes #63 | Miodrag Milanovic | 2018-08-22 | 1 | -0/+8 |
* | gui: fix #57 | Serge Bazanski | 2018-08-19 | 1 | -3/+17 |
* | fix zoom on elements, fixes #61 | Miodrag Milanovic | 2018-08-19 | 1 | -1/+1 |
* | gui: fix zoom outbound not happening with fast startup time | Sergiusz Bazanski | 2018-08-01 | 1 | -6/+10 |
* | gui: unselect on click and zoom fixes | Sergiusz Bazanski | 2018-07-27 | 1 | -6/+24 |
* | gui: deunionize PickedElement to support arches with typedefd Ids | Sergiusz Bazanski | 2018-07-27 | 1 | -9/+18 |
* | gui: allow selecting pips | Sergiusz Bazanski | 2018-07-27 | 1 | -0/+2 |
* | gui: do not allow selecting FRAMEs | Sergiusz Bazanski | 2018-07-27 | 1 | -1/+1 |
* | gui: don't keep stale hover selections | Sergiusz Bazanski | 2018-07-27 | 1 | -1/+7 |
* | gui: ctrl click to select multiple elements | Sergiusz Bazanski | 2018-07-27 | 1 | -5/+11 |
* | gui: implement zoom to selection | Sergiusz Bazanski | 2018-07-27 | 1 | -42/+47 |
* | gui: clang-format | Sergiusz Bazanski | 2018-07-27 | 1 | -66/+65 |
* | gui: implement zoom to outbounds | Sergiusz Bazanski | 2018-07-27 | 1 | -21/+85 |
* | gui: implement basic cursor picking | Sergiusz Bazanski | 2018-07-26 | 1 | -46/+221 |
* | wip | Sergiusz Bazanski | 2018-07-26 | 1 | -46/+71 |
* | Merge branch 'master' into q3k/clickity | Sergiusz Bazanski | 2018-07-26 | 1 | -349/+151 |
|\ |
|
| * | gui: move polyline/lineshader to gui/lineshader.{h,cc} | Sergiusz Bazanski | 2018-07-26 | 1 | -211/+0 |
| * | gui: refactor FPGAViewWidget even more slightly | Sergiusz Bazanski | 2018-07-26 | 1 | -7/+9 |
| * | gui: refactor FPGAViewWidget slightly | Sergiusz Bazanski | 2018-07-26 | 1 | -130/+142 |
| * | common: rename GraphicElement::{style,type} enums, add _MAX members | Sergiusz Bazanski | 2018-07-26 | 1 | -10/+10 |
* | | Merge branch 'master' into q3k/clickity | Sergiusz Bazanski | 2018-07-26 | 1 | -4/+4 |
|\| |
|
| * | gui: style fixes | Sergiusz Bazanski | 2018-07-26 | 1 | -4/+4 |
* | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | Sergiusz Bazanski | 2018-07-26 | 1 | -14/+25 |
|\| |
|
| * | added buttons for new zoom operations | Miodrag Milanovic | 2018-07-26 | 1 | -14/+25 |
* | | gui: clickable bels, WIP | Sergiusz Bazanski | 2018-07-26 | 1 | -15/+59 |
|/ |
|
* | Fix for zero length case | Miodrag Milanovic | 2018-07-25 | 1 | -0/+2 |
* | Change G_FRAME color to be significantly darker than G_ACTIVE | Clifford Wolf | 2018-07-24 | 1 | -1/+1 |
* | Add G_ARROW (for now same look as G_LINE) | Clifford Wolf | 2018-07-24 | 1 | -2/+2 |
* | Proper highlight/selected cleanup on context re-init | Miodrag Milanovic | 2018-07-23 | 1 | -0/+3 |
* | QTimer::start(std::chrono::duration -> int) | Sergiusz Bazanski | 2018-07-21 | 1 | -2/+2 |
* | Use UI lock for yielding | Sergiusz Bazanski | 2018-07-20 | 1 | -2/+2 |
* | clang-format and uncomment debug | Sergiusz Bazanski | 2018-07-20 | 1 | -11/+10 |
* | Refactor renderer thread | Sergiusz Bazanski | 2018-07-20 | 1 | -24/+7 |