| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
kind of dirty. need to find a way to hide windows completely
when not needed. ;o;
|
| |
|
| |
|
|
|
|
|
| |
Previews didn't show up when pressing i on the first time, you had to
preview twice.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Signal handlers with dead weak references are only cleaned up
when using signal_emit. If no signals are emitted, dead signal
handlers will accumulate. This is avoided by adding the function
signal_garbage_collect() and calling it in env.garbage_collect()
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This allows you to hide the last column if there's nothing
inside, saving some space.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|