Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |