| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Hopefully, that is.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Used 'when' when I meant to use 'if' and therefore both branches of
what should have been a conditional were executed. :(
|
|
|
|
| |
Oops.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
The functional procedures weren't working because of a quirk with
Guile's handling of the top level.
|
| |
|
| |
|
| |
|
|
|
|
| |
I can't believe this didn't cause me trouble before now. Wow.
|
|
|
|
|
| |
Rectangles that have no area shouldn't be considered as part of the
union.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
It's just not useful.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Use 'make-color' instead.
|
| |
|
| |
|
|
|
|
|
| |
Without this it is impossible to render multiple framebuffers on top
of each other and get the desired result.
|
| |
|
| |
|
| |
|
| |
|