aboutsummaryrefslogtreecommitdiff
path: root/events.c
Commit message (Collapse)AuthorAgeFilesLines
* Corrected FSF address in license headersBert2011-08-181-7/+7
|
* Revised handling of file names & pathsBert2011-08-181-15/+15
|
* Made run_command() a normal key/button handlerBert2011-08-121-101/+132
|
* Much better drag()Bert2011-08-121-80/+85
| | | | 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/+562
| | | | | - 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-72/+0
|
* Simplified keysym lookupBert2011-01-181-3/+1
|
* Encapsulate window environment in win_env_tBert2011-01-181-4/+2
|
* Reordered function definitionsBert2011-01-181-19/+23
|
* Small refactoringsBert2011-01-171-2/+2
|
* Return value != 0 on EscapeBert2011-01-171-0/+3
|
* React to ConfigureNotifyBert2011-01-171-0/+4
|
* Added event loopBert2011-01-171-0/+7
|
* Added event handlersBert2011-01-171-0/+58