Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Put event handling back into main.c; events -> commands | Bert | 2011-08-19 | 1 | -601/+0 |
| | |||||
* | Added force parameter to tns_load() to disregard cache | Bert | 2011-08-19 | 1 | -4/+4 |
| | |||||
* | Renamed application modes | Bert | 2011-08-19 | 1 | -31/+31 |
| | |||||
* | Renamed key/mouse commands to indicate supported modes | Bert | 2011-08-19 | 1 | -78/+81 |
| | |||||
* | Small refactorings | Bert | 2011-08-18 | 1 | -3/+3 |
| | |||||
* | Corrected FSF address in license headers | Bert | 2011-08-18 | 1 | -7/+7 |
| | |||||
* | Revised handling of file names & paths | Bert | 2011-08-18 | 1 | -15/+15 |
| | |||||
* | Made run_command() a normal key/button handler | Bert | 2011-08-12 | 1 | -101/+132 |
| | |||||
* | Much better drag() | Bert | 2011-08-12 | 1 | -80/+85 |
| | | | | No more need to pass XEvent* to handler functions | ||||
* | Renamed scroll() to pan_screen() | Bert | 2011-08-05 | 1 | -1/+1 |
| | |||||
* | Major code refactoring | Bert | 2011-07-26 | 1 | -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.c | Bert | 2011-01-19 | 1 | -72/+0 |
| | |||||
* | Simplified keysym lookup | Bert | 2011-01-18 | 1 | -3/+1 |
| | |||||
* | Encapsulate window environment in win_env_t | Bert | 2011-01-18 | 1 | -4/+2 |
| | |||||
* | Reordered function definitions | Bert | 2011-01-18 | 1 | -19/+23 |
| | |||||
* | Small refactorings | Bert | 2011-01-17 | 1 | -2/+2 |
| | |||||
* | Return value != 0 on Escape | Bert | 2011-01-17 | 1 | -0/+3 |
| | |||||
* | React to ConfigureNotify | Bert | 2011-01-17 | 1 | -0/+4 |
| | |||||
* | Added event loop | Bert | 2011-01-17 | 1 | -0/+7 |
| | |||||
* | Added event handlers | Bert | 2011-01-17 | 1 | -0/+58 |