Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Spawn info script & update bar contents only when needed | Bert Münnich | 2013-03-19 | 1 | -2/+3 | |
| | ||||||
* | Spawn and read from info script without blocking | Bert Münnich | 2013-03-19 | 1 | -29/+30 | |
| | ||||||
* | Merge branch 'sizehints', fixed issue #78 | Bert Münnich | 2013-02-09 | 1 | -26/+47 | |
|\ | ||||||
| * | No checks on window size, use whatever the user has specified | Bert Münnich | 2013-02-09 | 1 | -14/+3 | |
| | | ||||||
| * | Refined US{Position,Size} & WinGravity handling | Bert Münnich | 2013-02-09 | 1 | -39/+39 | |
| | | ||||||
| * | Merge remote-tracking branch '4z3/set-user-specified-sizehints' into sizehints | Bert Münnich | 2013-02-09 | 1 | -18/+50 | |
| |\ | | | | | | | | | | | | | Conflicts: window.c | |||||
| | * | When using -g hint the WM that we've got user specified geometry | tv | 2013-01-30 | 1 | -18/+50 | |
| | | | | | | | | | | | | | | | Without this some window managers (e.g. fvwm) will ignore the initial window position and place it according to it's own rules. | |||||
* | | | Correctly set window height after i_fit_to_img() | Bert Münnich | 2013-02-09 | 1 | -0/+3 | |
|/ / | ||||||
* | | Correctly updated window pixmap after i_fit_to_img() | Bert Münnich | 2013-02-08 | 1 | -0/+5 | |
| | | ||||||
* | | Refactored function definitions to use dangling brace | Bert Münnich | 2013-02-08 | 1 | -18/+36 | |
| | | ||||||
* | | 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 | -69/+72 | |
| | ||||||
* | Merge branch 'winname' | Bert Münnich | 2012-12-01 | 1 | -1/+1 | |
|\ | ||||||
| * | New option: -N, set X window resource name | Bert Münnich | 2012-10-29 | 1 | -1/+1 | |
| | | ||||||
* | | Fixed BadDrawable errors caused by invalid window pixmap | Bert Münnich | 2012-10-29 | 1 | -6/+5 | |
| | | ||||||
* | | Overhauled window drawing | Bert Münnich | 2012-10-29 | 1 | -11/+28 | |
|/ | | | | | | | - 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 | |||||
* | Fixed WMProtocols registration order (before mapping window) | Bert Münnich | 2012-08-07 | 1 | -3/+4 | |
| | ||||||
* | Fixed issue #47 | Bert Münnich | 2012-03-28 | 1 | -1/+1 | |
| | ||||||
* | Fixed issue #44 | Bert Münnich | 2012-03-16 | 1 | -1/+2 | |
| | ||||||
* | Fixed issue #41, added WIN_FS_COLOR to config.h | Bert Münnich | 2012-03-02 | 1 | -5/+4 | |
| | ||||||
* | Display full name in info bar, if there is enough space | Bert Münnich | 2012-02-21 | 1 | -12/+14 | |
| | ||||||
* | Added option -b: disable bar | Bert Münnich | 2012-02-16 | 1 | -2/+5 | |
| | ||||||
* | Added it_toggle_bar command; default mapping: XK_b | Bert Münnich | 2012-02-15 | 1 | -0/+13 | |
| | ||||||
* | 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 | -3/+4 | |
| | ||||||
* | Changed default font string, removed missing fontset warnings | Bert Münnich | 2012-02-12 | 1 | -4/+1 | |
| | ||||||
* | Added text bar on bottom of window | Bert Münnich | 2012-02-12 | 1 | -26/+152 | |
| | ||||||
* | Updated contact information | Bert Münnich | 2011-10-14 | 1 | -1/+1 | |
| | ||||||
* | Made all conditionals more precise | Bert Münnich | 2011-09-29 | 1 | -26/+26 | |
| | ||||||
* | Added own bool type | Bert | 2011-09-11 | 1 | -15/+14 | |
| | ||||||
* | Strict conformance to IEEE Std 1003.1-2001 | Bert | 2011-09-08 | 1 | -0/+2 | |
| | ||||||
* | Reformated license header | Bert | 2011-09-03 | 1 | -11/+11 | |
| | ||||||
* | Unified feature test macro requirements | Bert | 2011-09-03 | 1 | -3/+2 | |
| | ||||||
* | Corrected FSF address in license headers | Bert | 2011-08-18 | 1 | -7/+7 | |
| | ||||||
* | Major code refactoring | Bert | 2011-07-26 | 1 | -0/+2 | |
| | | | | | - Configurable key and mouse mappings in config.h - Put event handling code from main.c into events.[ch] | |||||
* | Reduced usage of preprocessor macros | Bert | 2011-07-22 | 1 | -2/+2 | |
| | ||||||
* | Made fullscreen work under buggy window managers | Bert | 2011-04-19 | 1 | -2/+1 | |
| | ||||||
* | Fix fullscreen mode | Bert | 2011-04-14 | 1 | -1/+1 | |
| | ||||||
* | Remove invalid images when loading them; refactorings | Bert | 2011-04-11 | 1 | -30/+48 | |
| | ||||||
* | Use imlib-handles in thumbs.c instead of pixmaps | Bert | 2011-03-15 | 1 | -23/+6 | |
| | ||||||
* | White background for images with alpha | Bert | 2011-03-09 | 1 | -15/+15 | |
| | ||||||
* | Support for external commands like mogrify & jpegtran | Bert | 2011-03-01 | 1 | -0/+2 | |
| | ||||||
* | Hide cursor on redraw or after 1.5s mouse inactivity | Bert | 2011-02-21 | 1 | -3/+16 | |
| | ||||||
* | Highlight selected thumbnail | Bert | 2011-02-17 | 1 | -17/+42 | |
| | ||||||
* | Fill window before loading thumbs | Bert | 2011-02-17 | 1 | -2/+1 | |
| | ||||||
* | Use watch-cursor while loading thumbnails | Bert | 2011-02-17 | 1 | -8/+14 | |
| | ||||||
* | Refactored thumbs, new files thumbs.[ch] | Bert | 2011-02-16 | 1 | -7/+9 | |
| | ||||||
* | Render thumbnails | Bert | 2011-02-16 | 1 | -0/+7 | |
| | ||||||
* | First things for thumbnail mode | Bert | 2011-02-16 | 1 | -0/+8 | |
| | ||||||
* | Handle WM_DELETE_WINDOW messages correctly, thanks to fungt | Bert | 2011-02-09 | 1 | -1/+5 | |
| |