| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-15 | Fix comparison broken by signedness | Bert Münnich | |
| Warning generated on MacOS, reported in issue #350. | |||
| 2019-03-15 | Match fallback font FC_SIZE to original font | Foldex | |
| 2019-02-16 | Search freetype headers under PREFIX too | Bert Münnich | |
| Related to PR #346. | |||
| 2019-01-26 | Stable version 25 | Bert Münnich | |
| 2019-01-26 | New colors | Bert Münnich | |
| 2019-01-26 | Mention X resource properties in build-time color config | Bert Münnich | |
| 2019-01-26 | Overhaul introductionary text | Bert Münnich | |
| 2019-01-23 | Align compile-time color options with X resource colors | Bert Münnich | |
| Two colors are more than enough! | |||
| 2019-01-23 | Simplify X resource retrieval | Bert Münnich | |
| Also makes the color names in config.def.h constant again. | |||
| 2019-01-23 | Support X resource entries with Sxiv class name | Bert Münnich | |
| 2019-01-23 | Fix code style of merged code | Bert Münnich | |
| 2019-01-23 | Add Xresources capability | noamcore | |
| 2019-01-01 | Add rawtherapee entry to key-handler | Bert Münnich | |
| 2019-01-01 | Copy to primary buffer and clipboard | Bert Münnich | |
| The file names are separated with newlines in the primary and with spaces in the clipboard. | |||
| 2019-01-01 | Remove tags from image-info | Bert Münnich | |
| 2018-12-31 | Remove tagging from key-handler | Bert Münnich | |
| 2018-12-29 | Document undocumented "-" behavior | Bert Münnich | |
| 2018-12-29 | Fix file list indexes when deleting last image | Bert Münnich | |
| Fixes issue #331 | |||
| 2018-10-15 | Set window title only once at startup | Bert Münnich | |
| Putting image info in the title predates the info bar; it no longer seems necessary. Fixes issue #318. | |||
| 2018-10-11 | Revise Makefile | Bert Münnich | |
| Use uppercase for externally defined macros and lowercase for macros defined in the makefile. Also simplify generation of version.h. | |||
| 2018-08-04 | Set executable bit on scripts in exec folder | Patryk Czachurski | |
| 2018-07-30 | Respect updated path format when cleaning cache | Kacper Gutowski | |
| Since d8114e8 the file name is used for caching as-is without adding .jpg at the end, but sxiv -c still expected old format causing it to remove all fresh thumbnails. | |||
| 2018-07-30 | Don't skip dot files when cleaning cache | Kacper Gutowski | |
| 2018-06-10 | Simplify cg_mark_range further | Bert Münnich | |
| 2018-06-09 | Set global markidx whenever a single img is (un)marked | Bert Münnich | |
| This also sets *markidx* when using the right mouse button in thumbnail mode. | |||
| 2018-06-09 | (Un)mark thumbnails while holding Button3 down | Bert Münnich | |
| 2018-06-09 | (Un)mark single image through generic function | Bert Münnich | |
| 2018-06-09 | Simplify cg_mark_range | Bert Münnich | |
| 2018-06-09 | Rename variable toggledidx to markidx | Bert Münnich | |
| 2018-06-09 | Fix cg_mark_range after removing images from file list | Bert Münnich | |
| 2018-06-09 | Remove unnecessary special cases in cg_mark_range | Bert Münnich | |
| 2018-06-09 | Change default key-bindings of mark commands | Bert Münnich | |
| *Shift-m* feels much more natural for *mark_range* and *Ctrl-u* is decent enough for *unmark_all*. | |||
| 2018-06-09 | Add mark range function | Daniel Lublin | |
| Sets the marked state of all images ranging from the latest marked/unmarked image to the current image, to the state of that latest toggled image. | |||
| 2018-06-09 | New version scheme | Bert Münnich | |
| VERSION string between releases is last release suffixed with '+'. Additionally, use output of git-describe instead of VERSION string, if it is not empty. | |||
| 2018-04-11 | Initialize window bar buffers to empty string | Bert Münnich | |
| Fixes issue #308. | |||
| 2018-02-18 | Revise waiting for child processes | Bert Münnich | |
| 2018-02-18 | Close image-info explicitly | Bert Münnich | |
| 2018-02-18 | Skip imlib cache when reloading due to inotify event | Bert Münnich | |
| 2018-02-18 | Ignore outdated inotify events | Bert Münnich | |
| 2018-01-22 | Do not limit fit-to-win to smallest zoom level | Bert Münnich | |
| Related to issue #303 | |||
| 2018-01-22 | Make zoomdiff compare impact on image dimensions | Bert Münnich | |
| Before that zoomdiff was a merely heuristic. Related to issue #303 | |||
| 2018-01-22 | Use float for ox/oy compare values | Bert Münnich | |
| Fixes issue #302 | |||
| 2018-01-22 | Use argument to select between two drag methods | phi | |
| 2018-01-09 | Refactoring | Bert Münnich | |
| 2018-01-09 | Fix a potential uninitialized variable | Hyleus | |
| 2017-12-13 | Fix autoreload-nop accidentally selecting on stdin | Leonardo Taccari | |
| When sxiv is built with AUTORELOAD=nop if something is feed via stdin it will start to infinitely call select() leading to a 100% CPU usage. Thanks to @sdx23 for helping in analyzing that problem! Fixes issue #297. | |||
| 2017-12-07 | Separate bar fields only by spaces | Bert Münnich | |
| 2017-12-07 | Simplify drawing of bar text | Bert Münnich | |
| Non-fitting text is truncated by simply cutting it off. win_textwidth() has been replaced by a simple macro wrapper around win_draw_text() with a maximum width of zero, which results in a dry-run that still calculates the number of pixels used by the text, much like snprintf(3) with a buffer length of zero. | |||
| 2017-12-07 | Replace utf8codepoint with Chris Wellons' utf8_decode | Bert Münnich | |
| Code under a different license should be kept in a separate file. This implemention is a single header file with ~65 lines, so it better fits this requirement. | |||
| 2017-12-07 | win_textwidth is no longer needed outside window.c | Bert Münnich | |
