aboutsummaryrefslogtreecommitdiffstats
path: root/events.h
AgeCommit message (Collapse)Author
2011-08-19Put event handling back into main.c; events -> commandsBert
2011-08-19Renamed key/mouse commands to indicate supported modesBert
2011-08-18Corrected FSF address in license headersBert
2011-08-12Made run_command() a normal key/button handlerBert
2011-08-12Much better drag()Bert
No more need to pass XEvent* to handler functions
2011-08-05Renamed scroll() to pan_screen()Bert
2011-07-26Major code refactoringBert
- Configurable key and mouse mappings in config.h - Put event handling code from main.c into events.[ch]
2011-01-19Option handling, merged app.c & events.c into main.cBert
2011-01-17Added event handlersBert