Commit Graph

195 Commits (9574150f2d54790a9482e9c49f118f99ab84c552)

Author SHA1 Message Date
Bert Münnich 9574150f2d Check file modification time after key handler 11 years ago
Bert Münnich cd34aa2a6b Fixed slideshow delay corruption after GIF animation 11 years ago
Bert Münnich 6a0fa2507c Slideshow mode is back, in a simplified version 11 years ago
Bert Münnich f2e0c492bd Moved external shell commands into exec/key-handler script
Gets called on all unset key mappings. Arguments are: key combo and
current file. Thanks to Francesco Orsenigo (xarvh) for the idea.
11 years ago
Bert Münnich b2eae528ed Proper support for Ctrl/Shift/Alt modifiers in key & mouse mappings 11 years ago
Bastien Dejean 4780ec5463 Close info file descriptor after reading 11 years ago
Bert Münnich cc479ca5ac Fixed segfault when removing first image from file list, fixes issue #112 11 years ago
Bert Münnich 50f9ad14de Refactored remote changes 11 years ago
Bert Münnich 2737fc8b81 Merge remote-tracking branch 'ariand/gamma' 11 years ago
Bert Münnich 38bc23405d Highlight edges of marked images in thumbnail mode 11 years ago
András Mohari 0353e6eea2 Add support for changing the gamma value 11 years ago
Bert Münnich 450c1ed9b5 Fixed inconsistencies in navigation when removing invalid files 11 years ago
Bert Münnich 7d878bd16d Added file marks; fixes issue #94
- 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
11 years ago
Bert Münnich 98972e98f9 Fixed segfault caused by FD_ISSET() on negative fd
Reported by Kris Siwiec
11 years ago
Bert Münnich 6f05e77728 New options: -[io], read/write files from/to stdin/out
Fixes issue #84
11 years ago
Bert Münnich 825c52c33f Made bar fields more distinguishable 11 years ago
Bert Münnich 38ecea3b4d Polished info script execution 11 years ago
Bert Münnich 30802cec0f Spawn info script & update bar contents only when needed 11 years ago
Bert Münnich f3298400e6 Spawn and read from info script without blocking 11 years ago
Bert Münnich bf41012493 Merge remote-tracking branch '4z3/set-user-specified-sizehints' into sizehints
Conflicts:
	window.c
12 years ago
Bert Münnich 08ae25da22 Refactored function definitions to use dangling brace 12 years ago
Bert Münnich 6d3bbc6d5e Updated/corrected license header 12 years ago
tv 3f25b907bd When using -g hint the WM that we've got user specified geometry
Without this some window managers (e.g. fvwm) will ignore the initial
window position and place it according to it's own rules.
12 years ago
muennich d6a475e4b1 Simplified status bar, filled by user script 12 years ago
Bert Münnich cd929eabfe Fixed issue #73 12 years ago
muennich 5106472d8b Fixed issue #72 12 years ago
Bert Münnich 0155223a1a Merge branch 'newdraw' 12 years ago
Bert Münnich 1ae06ffd09 Next try to fix issue #71 12 years ago
Bert Münnich 4a5d5d26aa Overhauled window drawing
- 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
12 years ago
Bert Münnich fd519ffc40 Disregard obsolete events, fixed issue #64 12 years ago
Bert Münnich f2a3d73212 New command: i_alternate, go to last image, issue #65 12 years ago
Bert Münnich d7ff54bb6e Optimized redraw timeout after window resize for tiling window managers; related to issue #44 12 years ago
Bert Münnich 751ebb3b29 Fixed issue #39: missing include of <sys/select.h> 13 years ago
Bert Münnich ed2c9f7caa Display full name in info bar, if there is enough space 13 years ago
Bert Münnich a329615c68 Show info message in bar while loading thumbnails 13 years ago
Bert Münnich d407dd65d5 Already in the year 2012 13 years ago
Bert Münnich b752d5c594 Added symbol BAR_SEPARATOR 13 years ago
Bert Münnich b8458271fb Added text bar on bottom of window 13 years ago
Bert Münnich 8fc7cb73b3 Nicer window title 13 years ago
Bert Münnich c3c95ab218 Removed slideshow support 13 years ago
Bert Münnich 71a7940d74 Better fix for issue #25 13 years ago
Bert Münnich 1cdbeb972a Added screen-wise scrolling for thumbnail mode 13 years ago
Bert Münnich 867940ea85 Pan by pixel count, if number prefix given 13 years ago
Bert Münnich dc727b8dce Added support for number prefix for commands 13 years ago
Bert Münnich 36177fb180 Updated contact information 13 years ago
Bert Münnich 4383a651c7 Strictly adhere to ANSI-C standard 13 years ago
Bert Münnich a09b20c5e6 Use void for empty argument lists 13 years ago
Bert Münnich 8dcf682de9 Made all conditionals more precise 13 years ago
Bert Münnich 22d4e991d5 Transformed function macros in util.h to inline functions 13 years ago
Bert Münnich d08408e942 Make use of EXIT_* macros (2) 13 years ago