aboutsummaryrefslogtreecommitdiff
path: root/events.c
Commit message (Expand)AuthorAgeFilesLines
* Put event handling back into main.c; events -> commandsBert2011-08-191-601/+0
* Added force parameter to tns_load() to disregard cacheBert2011-08-191-4/+4
* Renamed application modesBert2011-08-191-31/+31
* Renamed key/mouse commands to indicate supported modesBert2011-08-191-78/+81
* Small refactoringsBert2011-08-181-3/+3
* 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
* Renamed scroll() to pan_screen()Bert2011-08-051-1/+1
* Major code refactoringBert2011-07-261-0/+562
* 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