aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/statictable.cpp
Commit message (Collapse)AuthorAge
* Don't insert another column when statictable widget is not widerKarel Kočí2018-04-08
| | | | | This makes static table widget to have only one column until it's wider then higher.
* Fix some uninitialized jumpsKarel Kočí2018-01-27
|
* Drop some debug outputsKarel Kočí2018-01-25
|
* Implement memoryviewKarel Kočí2018-01-25
|
* Better layout registersKarel Kočí2018-01-23
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.