Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add license to the source files. | Pavel Pisa | 2019-02-04 |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | ||
* | Don't insert another column when statictable widget is not wider | Karel Kočí | 2018-04-08 |
| | | | | | This makes static table widget to have only one column until it's wider then higher. | ||
* | Fix some uninitialized jumps | Karel Kočí | 2018-01-27 |
| | |||
* | Drop some debug outputs | Karel Kočí | 2018-01-25 |
| | |||
* | Implement memoryview | Karel Kočí | 2018-01-25 |
| | |||
* | Better layout registers | Karel 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. |