aboutsummaryrefslogtreecommitdiff
path: root/events.h
Commit message (Collapse)AuthorAgeFilesLines
* Made run_command() a normal key/button handlerBert2011-08-121-8/+6
|
* Much better drag()Bert2011-08-121-20/+20
| | | | No more need to pass XEvent* to handler functions
* Renamed scroll() to pan_screen()Bert2011-08-051-1/+1
|
* Major code refactoringBert2011-07-261-0/+67
| | | | | - Configurable key and mouse mappings in config.h - Put event handling code from main.c into events.[ch]
* Option handling, merged app.c & events.c into main.cBert2011-01-191-26/+0
|
* Added event handlersBert2011-01-171-0/+26