Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added README.md | Bert | 2011-01-21 | 2 | -0/+44 |
| | |||||
* | Added todo list | Bert | 2011-01-21 | 1 | -0/+6 |
| | |||||
* | Implemented panning | Bert | 2011-01-21 | 3 | -21/+74 |
| | |||||
* | Made config.h a bit clearer | Bert | 2011-01-21 | 1 | -5/+5 |
| | |||||
* | Stricter object encapsulation | Bert | 2011-01-21 | 5 | -31/+25 |
| | |||||
* | Merged img_display() into img_render() | Bert | 2011-01-21 | 3 | -33/+32 |
| | |||||
* | Described options in config.h | Bert | 2011-01-21 | 1 | -4/+8 |
| | |||||
* | Removed debug output | Bert | 2011-01-21 | 1 | -2/+0 |
| | |||||
* | More robust key handling | Bert | 2011-01-21 | 1 | -10/+27 |
| | |||||
* | Nicer zooming | Bert | 2011-01-21 | 2 | -26/+45 |
| | |||||
* | First try on zooming | Bert | 2011-01-20 | 4 | -0/+79 |
| | |||||
* | Bigger background pixmap | Bert | 2011-01-20 | 1 | -4/+7 |
| | |||||
* | No more expose handling | Bert | 2011-01-20 | 5 | -43/+47 |
| | |||||
* | Put some useful information in the window title | Bert | 2011-01-20 | 3 | -2/+37 |
| | |||||
* | Fixed initial window title | Bert | 2011-01-20 | 1 | -2/+5 |
| | |||||
* | Check all given files before open the first | Bert | 2011-01-20 | 3 | -9/+33 |
| | |||||
* | Go to next/previous image | Bert | 2011-01-20 | 1 | -0/+14 |
| | |||||
* | Fixed filenames in parse_options() | Bert | 2011-01-20 | 1 | -3/+3 |
| | |||||
* | Brighter default background color | Bert | 2011-01-20 | 1 | -1/+1 |
| | |||||
* | Handle expose events | Bert | 2011-01-20 | 3 | -22/+39 |
| | |||||
* | Rebuild all object files after changing config.h | Bert | 2011-01-20 | 1 | -1/+1 |
| | |||||
* | Made parse_options void | Bert | 2011-01-19 | 3 | -7/+5 |
| | |||||
* | Removed im member from img struct | Bert | 2011-01-19 | 2 | -5/+4 |
| | |||||
* | Option handling, merged app.c & events.c into main.c | Bert | 2011-01-19 | 8 | -163/+143 |
| | |||||
* | Render image on window | Bert | 2011-01-18 | 6 | -7/+75 |
| | |||||
* | Renamed FATAL to DIE | Bert | 2011-01-18 | 3 | -5/+5 |
| | |||||
* | Basic image loading | Bert | 2011-01-18 | 4 | -1/+35 |
| | |||||
* | Initialize imlib2 | Bert | 2011-01-18 | 4 | -1/+18 |
| | |||||
* | Simplified keysym lookup | Bert | 2011-01-18 | 1 | -3/+1 |
| | |||||
* | Encapsulate window environment in win_env_t | Bert | 2011-01-18 | 3 | -41/+42 |
| | |||||
* | Fixed scalemode initialization | Bert | 2011-01-18 | 1 | -1/+1 |
| | |||||
* | Reordered function definitions | Bert | 2011-01-18 | 2 | -26/+30 |
| | |||||
* | Added LICENSE | Bert | 2011-01-18 | 1 | -0/+339 |
| | |||||
* | Fixed compiler warning about missing include | Bert | 2011-01-17 | 1 | -0/+1 |
| | |||||
* | Small refactorings | Bert | 2011-01-17 | 3 | -9/+15 |
| | |||||
* | Return value != 0 on Escape | Bert | 2011-01-17 | 1 | -0/+3 |
| | |||||
* | Gray window background | Bert | 2011-01-17 | 1 | -1/+8 |
| | |||||
* | React to ConfigureNotify | Bert | 2011-01-17 | 3 | -2/+24 |
| | |||||
* | Added event loop | Bert | 2011-01-17 | 2 | -0/+8 |
| | |||||
* | New BG_COLOR setting in config.h | Bert | 2011-01-17 | 2 | -4/+5 |
| | |||||
* | Added event handlers | Bert | 2011-01-17 | 2 | -0/+84 |
| | |||||
* | Added win_open & win_close | Bert | 2011-01-17 | 2 | -0/+75 |
| | |||||
* | WARN and FATAL macros | Bert | 2011-01-17 | 1 | -0/+18 |
| | |||||
* | Basic main skeleton | Bert | 2011-01-17 | 1 | -2/+12 |
| | |||||
* | Fixed scalemode enum | Bert | 2011-01-17 | 1 | -5/+5 |
| | |||||
* | Basic app_* stuff | Bert | 2011-01-17 | 2 | -1/+27 |
| | |||||
* | Fixed Makefile | Bert | 2011-01-17 | 1 | -3/+3 |
| | |||||
* | added .gitignore | Bert | 2011-01-17 | 1 | -0/+5 |
| | |||||
* | Non-working skeleton | Bert | 2011-01-17 | 10 | -0/+262 |