Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Made bar fields more distinguishable | Bert Münnich | 2013-03-19 | 1 | -2/+2 | |
| | ||||||
* | Polished info script execution | Bert Münnich | 2013-03-19 | 1 | -1/+2 | |
| | ||||||
* | Spawn info script & update bar contents only when needed | Bert Münnich | 2013-03-19 | 1 | -7/+17 | |
| | ||||||
* | Spawn and read from info script without blocking | Bert Münnich | 2013-03-19 | 1 | -52/+92 | |
| | ||||||
* | Merge remote-tracking branch '4z3/set-user-specified-sizehints' into sizehints | Bert Münnich | 2013-02-09 | 1 | -1/+0 | |
|\ | | | | | | | | | Conflicts: window.c | |||||
| * | When using -g hint the WM that we've got user specified geometry | tv | 2013-01-30 | 1 | -1/+0 | |
| | | | | | | | | | | Without this some window managers (e.g. fvwm) will ignore the initial window position and place it according to it's own rules. | |||||
* | | Refactored function definitions to use dangling brace | Bert Münnich | 2013-02-08 | 1 | -20/+40 | |
| | | ||||||
* | | Updated/corrected license header | Bert Münnich | 2013-02-08 | 1 | -13/+13 | |
|/ | ||||||
* | Simplified status bar, filled by user script | muennich | 2013-01-12 | 1 | -55/+90 | |
| | ||||||
* | Fixed issue #73 | Bert Münnich | 2012-12-27 | 1 | -1/+1 | |
| | ||||||
* | Fixed issue #72 | muennich | 2012-12-20 | 1 | -2/+4 | |
| | ||||||
* | Merge branch 'newdraw' | Bert Münnich | 2012-12-01 | 1 | -6/+18 | |
|\ | ||||||
| * | Overhauled window drawing | Bert Münnich | 2012-10-29 | 1 | -6/+18 | |
| | | | | | | | | | | | | | | - Draw onto pixmap as before, but use the same size for the pixmap as for the window, allocate new pixmap after configure requests - Use XCopyArea() instead of XSetWindowBackgroundPixmap(), which now requires handling of Expose events | |||||
* | | Next try to fix issue #71 | Bert Münnich | 2012-10-31 | 1 | -1/+1 | |
|/ | ||||||
* | Disregard obsolete events, fixed issue #64 | Bert Münnich | 2012-08-17 | 1 | -3/+11 | |
| | ||||||
* | New command: i_alternate, go to last image, issue #65 | Bert Münnich | 2012-08-16 | 1 | -0/+2 | |
| | ||||||
* | Optimized redraw timeout after window resize for tiling window managers; ↵ | Bert Münnich | 2012-03-13 | 1 | -1/+15 | |
| | | | | related to issue #44 | |||||
* | Fixed issue #39: missing include of <sys/select.h> | Bert Münnich | 2012-02-27 | 1 | -0/+1 | |
| | ||||||
* | Display full name in info bar, if there is enough space | Bert Münnich | 2012-02-21 | 1 | -12/+31 | |
| | ||||||
* | Show info message in bar while loading thumbnails | Bert Münnich | 2012-02-15 | 1 | -9/+12 | |
| | ||||||
* | Already in the year 2012 | Bert Münnich | 2012-02-15 | 1 | -1/+1 | |
| | ||||||
* | Added symbol BAR_SEPARATOR | Bert Münnich | 2012-02-15 | 1 | -9/+9 | |
| | ||||||
* | Added text bar on bottom of window | Bert Münnich | 2012-02-12 | 1 | -29/+38 | |
| | ||||||
* | Nicer window title | Bert Münnich | 2012-02-11 | 1 | -5/+5 | |
| | ||||||
* | Removed slideshow support | Bert Münnich | 2012-02-11 | 1 | -35/+6 | |
| | ||||||
* | Better fix for issue #25 | Bert Münnich | 2011-11-01 | 1 | -2/+5 | |
| | ||||||
* | Added screen-wise scrolling for thumbnail mode | Bert Münnich | 2011-10-27 | 1 | -1/+2 | |
| | ||||||
* | Pan by pixel count, if number prefix given | Bert Münnich | 2011-10-16 | 1 | -2/+4 | |
| | ||||||
* | Added support for number prefix for commands | Bert Münnich | 2011-10-16 | 1 | -0/+9 | |
| | ||||||
* | Updated contact information | Bert Münnich | 2011-10-14 | 1 | -1/+1 | |
| | ||||||
* | Strictly adhere to ANSI-C standard | Bert Münnich | 2011-10-13 | 1 | -3/+3 | |
| | ||||||
* | Use void for empty argument lists | Bert Münnich | 2011-10-12 | 1 | -11/+11 | |
| | ||||||
* | Made all conditionals more precise | Bert Münnich | 2011-09-29 | 1 | -52/+56 | |
| | ||||||
* | Transformed function macros in util.h to inline functions | Bert Münnich | 2011-09-29 | 1 | -3/+3 | |
| | ||||||
* | Make use of EXIT_* macros (2) | Bert Münnich | 2011-09-26 | 1 | -3/+3 | |
| | ||||||
* | make use of EXIT_ macros | rck | 2011-09-26 | 1 | -3/+3 | |
| | ||||||
* | Use win_t member in img_t & tns_t instead of parameters | Bert Münnich | 2011-09-17 | 1 | -7/+6 | |
| | ||||||
* | Added own bool type | Bert | 2011-09-11 | 1 | -44/+41 | |
| | ||||||
* | Added slideshow support | Bert | 2011-09-10 | 1 | -17/+47 | |
| | ||||||
* | Strict conformance to IEEE Std 1003.1-2001 | Bert | 2011-09-08 | 1 | -2/+7 | |
| | ||||||
* | Load as much of a corrupted gif file as possible | Bert | 2011-09-06 | 1 | -6/+6 | |
| | ||||||
* | Avoid conflicting macros | Bert | 2011-09-06 | 1 | -6/+6 | |
| | ||||||
* | Fixed title-update in thumb mode | Bert | 2011-09-04 | 1 | -1/+1 | |
| | ||||||
* | Reformated license header | Bert | 2011-09-03 | 1 | -11/+11 | |
| | ||||||
* | Fixed remove_file() | Bert | 2011-09-03 | 1 | -5/+5 | |
| | ||||||
* | Simplified cursor resetting | Bert | 2011-09-03 | 1 | -25/+32 | |
| | ||||||
* | Corrected timeout handling | Bert | 2011-09-02 | 1 | -6/+7 | |
| | ||||||
* | Corrected thumbnail loading and timeout handling | Bert | 2011-09-02 | 1 | -21/+21 | |
| | ||||||
* | Data driven timeout handling | Bert | 2011-09-02 | 1 | -69/+111 | |
| | ||||||
* | Added command to toggle gif animations | Bert | 2011-08-19 | 1 | -2/+6 | |
| |