提交图

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • | *
  • | *
  • | *
  • | *
  • |/
  • *
  • *
  • |\
  • | *
  • |/
  • *
  • *
  • |\
  • | *
  • * |
  • | *
  • | *
  • | |\
  • |/ /
  • * |
  • * |
  • * |
  • * |
  • * |
  • | *
  • |/
  • *
  • *
  • |\
  • | *
  • * |
  • | *
  • | *
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • * \
  • |\ \
  • * | |
  • | * |
  • * | |
  • | * |
  • |/ /
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • * |
  • * |
  • | *
  • |/
  • *
  • *
  • *
  • |\
  • * |
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • * |
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • aac28cc Fixed non-ASCII characters in window bar, issue #88 by Bert Münnich 2013-04-06 14:04:46 +0200
  • 264a345 Updated .gitignore by Bert Münnich 2013-04-02 22:48:13 +0200
  • 7ea8a4e Updated source tarball URLs in README.md by Bert Münnich 2013-04-02 19:43:55 +0200
  • 98972e9 Fixed segfault caused by FD_ISSET() on negative fd by Bert Münnich 2013-04-02 19:32:59 +0200
  • af69b2a Stable version 1.1 by Bert Münnich 2013-03-30 12:50:54 +0100
  • 6f05e77 New options: -[io], read/write files from/to stdin/out by Bert Münnich 2013-03-19 21:11:29 +0100
  • 447bc1c Merge branch 'asyncinfo' by Bert Münnich 2013-03-19 20:40:11 +0100
  • 825c52c Made bar fields more distinguishable by Bert Münnich 2013-02-24 20:04:55 +0100
  • 38ecea3 Polished info script execution by Bert Münnich 2013-02-24 14:55:49 +0100
  • 30802ce Spawn info script & update bar contents only when needed by Bert Münnich 2013-02-12 17:55:47 +0100
  • f329840 Spawn and read from info script without blocking by Bert Münnich 2013-02-11 23:05:26 +0100
  • 9ee3447 Applied code style on merged changes by Bert Münnich 2013-03-04 19:23:07 +0100
  • ce84601 Merge pointer warping in i_drag from Rob Pilling by Bert Münnich 2013-03-04 19:18:58 +0100
  • c8fcc3d Wrap the pointer when the edge of the window is reached by Rob Pilling 2013-03-03 18:16:32 +0000
  • 408b75a Ignore dotfiles for -r by Bert Münnich 2013-02-11 21:39:41 +0100
  • c6bfac1 Merge branch 'sizehints', fixed issue #78 by Bert Münnich 2013-02-09 19:07:29 +0100
  • 1e2ddc4 No checks on window size, use whatever the user has specified by Bert Münnich 2013-02-09 17:24:41 +0100
  • a527025 Correctly set window height after i_fit_to_img() by Bert Münnich 2013-02-09 01:39:18 +0100
  • cef8d51 Refined US{Position,Size} & WinGravity handling by Bert Münnich 2013-02-09 01:36:10 +0100
  • bf41012 Merge remote-tracking branch '4z3/set-user-specified-sizehints' into sizehints by Bert Münnich 2013-02-09 01:21:57 +0100
  • f7301cf Correctly updated window pixmap after i_fit_to_img() by Bert Münnich 2013-02-08 23:26:06 +0100
  • e810072 Use bool from stdbool.h after switching to C99 by Bert Münnich 2013-02-08 23:20:11 +0100
  • b3f3bc2 Be honest about using C99 by Bert Münnich 2013-02-08 22:07:48 +0100
  • 08ae25d Refactored function definitions to use dangling brace by Bert Münnich 2013-02-08 22:05:31 +0100
  • 6d3bbc6 Updated/corrected license header by Bert Münnich 2013-02-08 21:52:41 +0100
  • 3f25b90 When using -g hint the WM that we've got user specified geometry by tv 2013-01-30 20:39:28 +0100
  • bcbe3b1 Fixed issue #77, limit geometry info to first image frame by Bert Münnich 2013-01-29 18:45:10 +0100
  • aa6ccf4 Merge branch 'userinfo' by Bert Münnich 2013-01-27 18:03:07 +0100
  • 9c0a53b Added documentation for image-info script by Bert Münnich 2013-01-27 18:03:01 +0100
  • 3a0a1ae Removed old definitions from commands.h by hut 2013-01-24 08:25:30 +0100
  • cae5358 Added skeleton for image-info user script by Bert Münnich 2013-01-10 19:25:49 +0100
  • b6a6c26 Moved thumbnail cache to ~/.sxiv/cache/ by Bert Münnich 2013-01-08 20:55:02 +0100
  • d6a475e Simplified status bar, filled by user script by muennich 2013-01-07 14:30:42 +0100
  • 385ba28 Fixed completely insane {C,LD}FLAGS -I/-L settings by Bert Münnich 2013-01-12 23:39:59 +0100
  • ec73827 Made Makefile more verbose by Bert Münnich 2013-01-10 19:11:57 +0100
  • eea8b7a Fixed compilation with giflib version 4.2.1 by Bert Münnich 2013-01-04 20:55:30 +0100
  • 97a2c05 Fixed issue #74, conditional compilation of gif support by Bert Münnich 2012-12-27 16:43:19 +0100
  • cd929ea Fixed issue #73 by Bert Münnich 2012-12-27 16:34:51 +0100
  • b542d63 Moved screenshots to gh-pages branch by Bert Münnich 2012-12-21 23:37:36 +0100
  • b39f34a Added Download/Changelog section to README by Bert Münnich 2012-12-21 23:36:59 +0100
  • 5106472 Fixed issue #72 by muennich 2012-12-20 09:57:36 +0100
  • 69a6df2 Merge branch 'winname' by Bert Münnich 2012-12-01 18:50:59 +0100
  • 0155223 Merge branch 'newdraw' by Bert Münnich 2012-12-01 18:50:10 +0100
  • 1ae06ff Next try to fix issue #71 by Bert Münnich 2012-10-31 23:24:21 +0100
  • 22a8b66 Fixed BadDrawable errors caused by invalid window pixmap by Bert Münnich 2012-10-29 23:23:50 +0100
  • 5dbf1b8 Smaller minimum gif delay, fixed issue #71 by Bert Münnich 2012-10-29 20:55:55 +0100
  • 4a5d5d2 Overhauled window drawing by Bert Münnich 2012-10-29 18:25:17 +0100
  • 6f9b4f5 New option: -N, set X window resource name by Bert Münnich 2012-10-29 00:53:50 +0100
  • 65d5d44 Changed default font to support more encodings; fixed issue #66 by Bert Münnich 2012-08-24 18:25:03 +0200
  • fd519ff Disregard obsolete events, fixed issue #64 by Bert Münnich 2012-08-17 16:54:29 +0200
  • c78f55e Simplified zoomdiff function by Bert Münnich 2012-08-16 21:21:08 +0200
  • f2a3d73 New command: i_alternate, go to last image, issue #65 by Bert Münnich 2012-08-16 13:40:04 +0200
  • 8a652a7 Corrected zoom level handling by Bert Münnich 2012-08-16 13:09:44 +0200
  • 4ce3232 Slightly changed the doc after merging remote changes by Bert Münnich 2012-08-07 13:11:53 +0200
  • 795beac Merge remote-tracking branch 'baskerville/master' by Bert Münnich 2012-08-07 12:57:07 +0200
  • c86079e Removed dropped slideshow mappings from man page & README by Bert Münnich 2012-08-07 12:46:20 +0200
  • d5f0a20 Fixed WMProtocols registration order (before mapping window) by Bert Münnich 2012-08-07 12:09:52 +0200
  • b56989f New commands: fit to the window's height/width by baskerville 2012-07-19 12:28:44 +0200
  • 5b64679 Made remote changes adhere to code style by Bert Münnich 2012-07-15 18:52:30 +0200
  • c330b55 handle count prefix in thumbnail movements by baskerville 2012-07-15 10:30:58 +0200
  • 4451f4a Merge remote-tracking branch 'origin/master' by Bert Münnich 2012-06-07 21:04:22 +0200
  • 496c540 Reduced file size of screenshots, thanks Kevin by Bert Münnich 2012-06-07 21:01:05 +0200
  • e86b713 Fixed mail address in man page by muennich 2012-05-16 11:18:55 +0200
  • dde2fd0 Added baskerville to Contributors list in man page by Bert Münnich 2012-05-15 20:42:14 +0200
  • 57c211e Updated screenshots by Bert Münnich 2012-05-14 22:01:46 +0200
  • 9d74a57 Fixed issue #51, no more bar artifact when switching to fullscreen by Bert Münnich 2012-05-14 21:45:24 +0200
  • 60f8419 Added section CONTRIBUTORS to man page by Bert Münnich 2012-05-14 21:43:18 +0200
  • 72071d5 Fixed mem-leak in tns_init/tns_free by Bert Münnich 2012-05-13 22:01:09 +0200
  • d1a1e01 Simplified & sped up reloading of all thumbnails by Bert Münnich 2012-05-13 21:52:53 +0200
  • 4057453 Merge remote-tracking branch 'baskerville/master' by Bert Münnich 2012-05-13 21:40:56 +0200
  • b605b98 Made Makefile more POSIX-compliant by Bert Münnich 2012-05-13 21:39:36 +0200
  • de4e9fc Added a command to refresh the thumbnails by baskerville 2012-05-08 16:30:56 +0200
  • 4c40cc2 Slightly refactored flipping by Bert Münnich 2012-05-06 13:02:34 +0200
  • ba0a5b8 Added horizontal and vertical flip commands by baskerville 2012-05-06 09:39:45 +0200
  • 56b6d23 Only provide the .desktop file, do not install it by default by muennich 2012-04-18 06:05:27 +0200
  • dd15e31 Fixed typo in Makefile; increases unstable version number by Bert Münnich 2012-04-17 22:09:01 +0200
  • 45f4f6d Add desktop file and appropriate lines to Makefile. by Bartłomiej Piotrowski 2012-04-17 17:48:51 +0200
  • bca3666 Fixed issue #47 by Bert Münnich 2012-03-28 21:14:01 +0200
  • 8ab3cee Fixed issue #44 by Bert Münnich 2012-03-16 21:03:49 +0100
  • edd0169 Fixed it_scroll_move(DIR_DOWN) in thumb mode for last line by Bert Münnich 2012-03-16 20:56:10 +0100
  • d7ff54b Optimized redraw timeout after window resize for tiling window managers; related to issue #44 by Bert Münnich 2012-03-13 21:58:48 +0100
  • 3238ef6 Fixed issue #41, added WIN_FS_COLOR to config.h by Bert Münnich 2012-03-02 19:42:14 +0100
  • 37a42db Added alternative empty directory removal command line to manpage, fixed issue #40 by Bert Münnich 2012-03-02 19:32:56 +0100
  • 497880e Fixed issue #42: image dragging broken by commit b845827 by Bert Münnich 2012-03-02 19:19:27 +0100
  • 751ebb3 Fixed issue #39: missing include of <sys/select.h> by Bert Münnich 2012-02-27 19:22:05 +0100
  • ed2c9f7 Display full name in info bar, if there is enough space by Bert Münnich 2012-02-21 12:49:29 +0100
  • 9c346c3 Updated homepage URL in manpage by Bert Münnich 2012-02-21 08:19:12 +0100
  • 2d4264a Added option -b: disable bar by Bert Münnich 2012-02-16 23:20:27 +0100
  • b418df7 Removed unneeded members from img type by Bert Münnich 2012-02-15 22:43:34 +0100
  • c666d30 Added it_toggle_bar command; default mapping: XK_b by Bert Münnich 2012-02-15 22:33:39 +0100
  • 011dac9 Removed debug output by Bert Münnich 2012-02-15 19:37:19 +0100
  • a329615 Show info message in bar while loading thumbnails by Bert Münnich 2012-02-15 19:29:56 +0100
  • d407dd6 Already in the year 2012 by Bert Münnich 2012-02-15 19:16:24 +0100
  • 691c6d7 Added own exif tag handling in files exif.[ch] by Bert Münnich 2012-02-15 19:13:44 +0100
  • b752d5c Added symbol BAR_SEPARATOR by Bert Münnich 2012-02-15 18:25:45 +0100
  • b8fa2e8 Fixed typo in Makefile by Bert Münnich 2012-02-14 22:12:57 +0100
  • b410c02 Fix recreation of thumbnail cache file after manual reload by Bert Münnich 2012-02-14 22:12:09 +0100
  • 7177270 Changed default font string, removed missing fontset warnings by Bert Münnich 2012-02-12 19:06:07 +0100
  • b845827 Added text bar on bottom of window by Bert Münnich 2012-02-12 19:00:41 +0100
  • 8fc7cb7 Nicer window title by Bert Münnich 2012-02-11 03:36:15 +0100