summary refs log tree commit diff
path: root/bin/gfx (follow)
Commit message (Collapse)AuthorAge
* Tabify binJune McEnroe2018-05-13
|
* Call status after draw in gfx frontendsJune McEnroe2018-04-14
|
* Print message in gfx/noneJune McEnroe2018-02-27
|
* Add "Close Window" menu item to gfx/cocoaJune McEnroe2018-02-11
|
* Fix X11 KeySym lookup with modifiersJune McEnroe2018-02-09
| | | | | | On friends' systems there appear to be modifiers that are always set which were intefering with selecting the KeySym based on the state of shift.
* Clean up bin/gfx/x11.cJune McEnroe2018-02-09
| | | | | Only behavior that should have changed is avoiding reallocating the pixmap unless the width or height is larger.
* Move gfx interface to header fileJune McEnroe2018-02-09
| | | | | .o files should technically depend on this, but I don't think it will matter much.
* Move gfx frontends around to simplify buildJune McEnroe2018-02-09
I forgot that you can expand variables inside variables names in make. Certainly makes some fun things possible.