Age | Commit message (Collapse) | Author |
|
- Command it_toggle_image_mark (bound to 'm') toggles mark of current
image
- Command it_navigate_marked (bound to 'N'/'P') can be used to go to
the next/previous marked image
- When option -o is given, all marked files get printed
|
|
Reported by Kris Siwiec
|
|
Fixes issue #84
|
|
|
|
|
|
|
|
|
|
Conflicts:
window.c
|
|
|
|
|
|
Without this some window managers (e.g. fvwm) will ignore the initial
window position and place it according to it's own rules.
|
|
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
related to issue #44
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|