| Commit message (Collapse) | Author | Age |
|
|
|
| |
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
|
| |
|
|
|
|
| |
It needs some more work to look nice but it already works.
|
|
|
|
|
| |
This generalizes CoreView to be used with other parts of the project
too.
|
| |
|
| |
|
|
|
|
|
|
|
| |
This does dynamic layout of registers. This implemntation is just
terrible. It works but it's almost unreadable. It's just too much code
for such a small feature. But I can't be bothered to refactor it on top
of hacking it.
|
|
|
|
|
|
|
|
|
|
| |
This commit adds few more bits to scheme but mainly it chnages how
connectors specify angles. Originally it was in radians but we was
mapping that trough mathematical operations directly to sizes. But that
was problematic because of floating point inacuracy and we sometimes
founded intersection where there should be one. So this commit gets rid
of this at all and instead allows just some fixes axes to be used
instead of arbitrary angles.
|
| |
|
|
|
|
|
| |
For now no settings and no direct machine configuration but graphics is
there.
|
|
|
|
|
| |
This was just place holder and in future this will be implemented the
same way as for example registersdock is.
|
| |
|
| |
|
|
|
|
| |
For now a memory view is missing so there is no content.
|
|
|
|
| |
I am missing memory view for now.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Well I should commit every change instead of this madness. I am not
documenting changes as all this is just improvements and implementation
progression.
|
|
Adding work done so far.
|