Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use -e for X window embedding | Bert Münnich | 2016-10-30 | 1 | -1/+0 |
| | |||||
* | added support for XEMBED into other windows (ie tabbed) with -w | shuall | 2016-10-28 | 1 | -0/+1 |
| | |||||
* | Use Xft for font loading and text drawing | Bert Münnich | 2016-08-06 | 1 | -6/+7 |
| | |||||
* | Revised error handling | Bert Münnich | 2015-10-28 | 1 | -1/+1 |
| | | | | | | | - Functions warn() and die() replaced by GNU-like error(3) function - Register cleanup() with atexit(3) - Functions called by cleanup() are marked with CLEANUP and are not allowed to call exit(3) | ||||
* | Corrected & refactored handling of window bar content... | Bert Münnich | 2014-10-01 | 1 | -2/+8 |
| | | | | Old snprintf calls could have overflowed the buffers. | ||||
* | Simplified thumbnail selection and marks | Bert Münnich | 2014-08-17 | 1 | -2/+1 |
| | |||||
* | Overhauled window drawing, yet again; fixes issue #155 | Bert Münnich | 2014-07-28 | 1 | -4/+6 |
| | | | | | | | | - Buffer for window content is bigger than the window, minimizes artifacts when window is resized - Back to using XSetWindowBackgroundPixmap() instead of XCopyArea(), no need to handle exposure events; X server can show gray background directly after resize event before sxiv redraws the window contents | ||||
* | Use a checkerboard background for alpha layer; fixes issue #138 | Bert Münnich | 2014-04-06 | 1 | -1/+0 |
| | |||||
* | Removed command line option -F | Bert Münnich | 2014-02-05 | 1 | -2/+0 |
| | |||||
* | Removed fit-win-to-img command | Bert Münnich | 2014-02-04 | 1 | -1/+0 |
| | |||||
* | Check if window manager supports fullscreen; related to issue #128 | Bert Münnich | 2014-02-02 | 1 | -0/+1 |
| | |||||
* | Unified X atom initialization | Bert Münnich | 2014-02-02 | 1 | -1/+11 |
| | |||||
* | Spawn and read from info script without blocking | Bert Münnich | 2013-03-19 | 1 | -3/+9 |
| | |||||
* | Merge remote-tracking branch '4z3/set-user-specified-sizehints' into sizehints | Bert Münnich | 2013-02-09 | 1 | -0/+3 |
|\ | | | | | | | | | Conflicts: window.c | ||||
| * | When using -g hint the WM that we've got user specified geometry | tv | 2013-01-30 | 1 | -0/+3 |
| | | | | | | | | | | Without this some window managers (e.g. fvwm) will ignore the initial window position and place it according to it's own rules. | ||||
* | | 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 | -8/+8 |
| | |||||
* | Overhauled window drawing | Bert Münnich | 2012-10-29 | 1 | -0/+1 |
| | | | | | | | - 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 issue #41, added WIN_FS_COLOR to config.h | Bert Münnich | 2012-03-02 | 1 | -1/+1 |
| | |||||
* | Display full name in info bar, if there is enough space | Bert Münnich | 2012-02-21 | 1 | -0/+2 |
| | |||||
* | Removed unneeded members from img type | Bert Münnich | 2012-02-15 | 1 | -1/+1 |
| | |||||
* | Added it_toggle_bar command; default mapping: XK_b | Bert Münnich | 2012-02-15 | 1 | -0/+1 |
| | |||||
* | 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 | -0/+2 |
| | |||||
* | Added text bar on bottom of window | Bert Münnich | 2012-02-12 | 1 | -0/+7 |
| | |||||
* | Updated contact information | Bert Münnich | 2011-10-14 | 1 | -1/+1 |
| | |||||
* | Added own bool type | Bert | 2011-09-11 | 1 | -5/+5 |
| | |||||
* | Reformated license header | Bert | 2011-09-03 | 1 | -11/+11 |
| | |||||
* | Corrected FSF address in license headers | Bert | 2011-08-18 | 1 | -7/+7 |
| | |||||
* | No more need for CLEANMASK macro | Bert | 2011-08-12 | 1 | -2/+0 |
| | |||||
* | Reduced usage of preprocessor macros | Bert | 2011-07-22 | 1 | -8/+3 |
| | |||||
* | Remove invalid images when loading them; refactorings | Bert | 2011-04-11 | 1 | -0/+1 |
| | |||||
* | Use imlib-handles in thumbs.c instead of pixmaps | Bert | 2011-03-15 | 1 | -5/+1 |
| | |||||
* | White background for images with alpha | Bert | 2011-03-09 | 1 | -1/+4 |
| | |||||
* | Shorter typedefs | Bert | 2011-03-01 | 1 | -3/+3 |
| | |||||
* | Hide cursor on redraw or after 1.5s mouse inactivity | Bert | 2011-02-21 | 1 | -0/+1 |
| | |||||
* | Highlight selected thumbnail | Bert | 2011-02-17 | 1 | -1/+3 |
| | |||||
* | Use watch-cursor while loading thumbnails | Bert | 2011-02-17 | 1 | -1/+2 |
| | |||||
* | Refactored thumbs, new files thumbs.[ch] | Bert | 2011-02-16 | 1 | -1/+2 |
| | |||||
* | Render thumbnails | Bert | 2011-02-16 | 1 | -0/+1 |
| | |||||
* | First things for thumbnail mode | Bert | 2011-02-16 | 1 | -0/+2 |
| | |||||
* | Handle WM_DELETE_WINDOW messages correctly, thanks to fungt | Bert | 2011-02-09 | 1 | -0/+2 |
| | |||||
* | Nicer fit window to image | Bert | 2011-02-06 | 1 | -1/+1 |
| | |||||
* | New key mapping: W, resize window to fit image | Bert | 2011-02-04 | 1 | -2/+3 |
| | |||||
* | Replace -w with well-known geometry option | Bert | 2011-01-30 | 1 | -3/+3 |
| | |||||
* | Mouse-panning while pressing button2 | Bert | 2011-01-29 | 1 | -0/+7 |
| | |||||
* | Added plenty lots of options | Bert | 2011-01-28 | 1 | -1/+1 |
| | |||||
* | Complete mouse support | Bert | 2011-01-26 | 1 | -0/+2 |
| | |||||
* | Implemented fullscreen mode | Bert | 2011-01-23 | 1 | -1/+3 |
| | |||||
* | Stricter object encapsulation | Bert | 2011-01-21 | 1 | -1/+1 |
| |