Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Advertise Webp support in desktop file. | Aman Verma | 2021-09-16 | 1 | -1/+1 | |
| | ||||||
* | set title based on prefix and suffix (#23) | qsmodo | 2021-09-16 | 7 | -7/+74 | |
| | | | | | | Co-authored-by: Guilherme Rugai Freire <41879254+GRFreire@users.noreply.github.com> Co-authored-by: NRK <nrk@disroot.org> Co-authored-by: Berke Kocaoğlu <berke.kocaoglu@metu.edu.tr> | |||||
* | change gamma on -G | NRK | 2021-09-16 | 1 | -1/+1 | |
| | | | | Closes: https://github.com/nsxiv/nsxiv/issues/30 | |||||
* | add new keybind, Ctrl-a to toggle animation (#33) | N-R-K | 2021-09-16 | 2 | -1/+2 | |
| | | | | | | | | | | | | * add new keybind, Ctrl-a to toggle animation Closes: https://github.com/nsxiv/nsxiv/issues/27 * Format consistency This keeps in line with other actions that have multiple keybinds Co-authored-by: eylles <ed.ylles1997@gmail.com> Co-authored-by: Berke Kocaoğlu <berke.kocaoglu@metu.edu.tr> | |||||
* | Custom bar colors (#10) | Guilherme Freire | 2021-09-16 | 5 | -22/+34 | |
| | | | | | | | | | * set bar and text colors independently * change xresources to Program.class.resource * rename color variables to win/bar_bg/fg * change default bar colors to match window colors | |||||
* | Set the _NET_WM_PID and WM_CLIENT_MACHINE X properties (#13) | eylles | 2021-09-16 | 2 | -0/+21 | |
| | | | | | | | Set the _NET_WM_PID and WM_CLIENT_MACHINE X properties Co-authored-by: Leon Kowarschick <lkowarschick@gmail.com> Co-authored-by: Kian Kasad <kian@kasad.com> Co-authored-by: NRK <nrk@disroot.org> | |||||
* | Fix documentation (#14) | eylles | 2021-09-16 | 1 | -4/+4 | |
| | | | | | | | | * Update manpage for marking commands * Fix hyphen-used-as-minus-sign and typo lintian warning in manpage this fix was originally made by the debian mantainer for sxiv Daniel Echeverry <epsilon77@gmail.com> Co-authored-by: Mihail Snitkovski <msnitkovski@gmail.com> | |||||
* | Fix in tabbed with alpha patch (#3) | Berke Kocaoğlu | 2021-09-16 | 2 | -9/+23 | |
| | | | | | * Fix in tabbed with alpha patch Co-authored-by: Jared Forrest <jared_forrest@mailbox.org> | |||||
* | Added ICCCM WM_HINTS | Arthur Williams | 2021-09-16 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | | When the window is mapped, some ICCCM WM_HINTS are set. The input field is set to true and state is set to NormalState. To quote the spec, "The input field is used to communicate to the window manager the input focus model used by the client" and "[c]lients with the Passive and Locally Active models should set the input flag to True". sxiv falls under the Passive Input model, since it expects keyboard input, but only listens for key events on its single, top-level window instead of subordinate windows (Locally Active) or the root window (Globally Active). From the end users prospective, all EWMH/ICCCM compliant WMs (especially the minimalistic ones) will allow the user to focus sxiv, which will allow sxiv to receive key events. If the input field is not set, WMs are allowed to assume that sxiv doesn't require focus. | |||||
* | Implement fill scale mode | Berke Kocaoğlu | 2021-09-16 | 5 | -2/+10 | |
| | ||||||
* | Stable version 26 | Bert Münnich | 2020-01-16 | 2 | -1/+6 | |
| | ||||||
* | Document dependencies | Bert Münnich | 2020-01-16 | 1 | -1/+19 | |
| | | | | Fixes issues #378 and #374. | |||||
* | Fix memory leak in win_res() | Bert Münnich | 2020-01-16 | 1 | -11/+13 | |
| | | | | Fixes issue #372. | |||||
* | Fix indentation | Bert Münnich | 2020-01-16 | 1 | -4/+4 | |
| | ||||||
* | Do not keep track of fullscreen state | Bert Münnich | 2019-07-16 | 3 | -53/+3 | |
| | | | | | There is no more need for this after the removal of the special color handling for fullscreen mode in commit 2886876. | |||||
* | Use normal win colors in fullscreen mode | Bert Münnich | 2019-07-16 | 4 | -31/+11 | |
| | | | | Fixes issues #361 and #367 | |||||
* | Hint to xrdb for changing X resources | Bert Münnich | 2019-04-19 | 1 | -0/+2 | |
| | ||||||
* | Mention supported X resources in man page | Bert Münnich | 2019-04-19 | 1 | -2/+13 | |
| | ||||||
* | Change colors and font only via X resources | Bert Münnich | 2019-04-19 | 2 | -14/+6 | |
| | ||||||
* | Add Xresources font support | vxid | 2019-04-19 | 2 | -2/+4 | |
| | ||||||
* | gitignore: Ignore autogenerated version.h | Chris Down | 2019-04-14 | 1 | -0/+1 | |
| | | | | | It looks to me like this is also worthy of ignoring, since it's autogenerated at make time. | |||||
* | Fix comparison broken by signedness | Bert Münnich | 2019-03-15 | 1 | -16/+17 | |
| | | | | Warning generated on MacOS, reported in issue #350. | |||||
* | Match fallback font FC_SIZE to original font | Foldex | 2019-03-15 | 1 | -1/+4 | |
| | ||||||
* | Search freetype headers under PREFIX too | Bert Münnich | 2019-02-16 | 1 | -3/+4 | |
| | | | | Related to PR #346. | |||||
* | Stable version 25 | Bert Münnich | 2019-01-26 | 2 | -1/+8 | |
| | ||||||
* | New colors | Bert Münnich | 2019-01-26 | 1 | -2/+2 | |
| | ||||||
* | Mention X resource properties in build-time color config | Bert Münnich | 2019-01-26 | 1 | -0/+1 | |
| | ||||||
* | Overhaul introductionary text | Bert Münnich | 2019-01-26 | 2 | -8/+6 | |
| | ||||||
* | Align compile-time color options with X resource colors | Bert Münnich | 2019-01-23 | 5 | -32/+37 | |
| | | | | Two colors are more than enough! | |||||
* | Simplify X resource retrieval | Bert Münnich | 2019-01-23 | 2 | -23/+22 | |
| | | | | Also makes the color names in config.def.h constant again. | |||||
* | Support X resource entries with Sxiv class name | Bert Münnich | 2019-01-23 | 1 | -13/+9 | |
| | ||||||
* | Fix code style of merged code | Bert Münnich | 2019-01-23 | 1 | -14/+10 | |
| | ||||||
* | Add Xresources capability | noamcore | 2019-01-23 | 2 | -6/+41 | |
| | ||||||
* | Add rawtherapee entry to key-handler | Bert Münnich | 2019-01-01 | 1 | -0/+1 | |
| | ||||||
* | Copy to primary buffer and clipboard | Bert Münnich | 2019-01-01 | 1 | -1/+1 | |
| | | | | | The file names are separated with newlines in the primary and with spaces in the clipboard. | |||||
* | Remove tags from image-info | Bert Münnich | 2019-01-01 | 1 | -3/+1 | |
| | ||||||
* | Remove tagging from key-handler | Bert Münnich | 2018-12-31 | 1 | -24/+1 | |
| | ||||||
* | Document undocumented "-" behavior | Bert Münnich | 2018-12-29 | 1 | -1/+1 | |
| | ||||||
* | Fix file list indexes when deleting last image | Bert Münnich | 2018-12-29 | 1 | -3/+3 | |
| | | | | Fixes issue #331 | |||||
* | Set window title only once at startup | Bert Münnich | 2018-10-15 | 2 | -12/+0 | |
| | | | | | | | Putting image info in the title predates the info bar; it no longer seems necessary. Fixes issue #318. | |||||
* | Revise Makefile | Bert Münnich | 2018-10-11 | 1 | -24/+18 | |
| | | | | | | | Use uppercase for externally defined macros and lowercase for macros defined in the makefile. Also simplify generation of version.h. | |||||
* | Set executable bit on scripts in exec folder | Patryk Czachurski | 2018-08-04 | 2 | -0/+0 | |
| | ||||||
* | Respect updated path format when cleaning cache | Kacper Gutowski | 2018-07-30 | 1 | -11/+2 | |
| | | | | | | 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. | |||||
* | Don't skip dot files when cleaning cache | Kacper Gutowski | 2018-07-30 | 4 | -6/+12 | |
| | ||||||
* | Simplify cg_mark_range further | Bert Münnich | 2018-06-10 | 1 | -5/+3 | |
| | ||||||
* | Set global markidx whenever a single img is (un)marked | Bert Münnich | 2018-06-09 | 2 | -4/+4 | |
| | | | | This also sets *markidx* when using the right mouse button in thumbnail mode. | |||||
* | (Un)mark thumbnails while holding Button3 down | Bert Münnich | 2018-06-09 | 1 | -4/+13 | |
| | ||||||
* | (Un)mark single image through generic function | Bert Münnich | 2018-06-09 | 2 | -14/+18 | |
| | ||||||
* | Simplify cg_mark_range | Bert Münnich | 2018-06-09 | 1 | -22/+11 | |
| | ||||||
* | Rename variable toggledidx to markidx | Bert Münnich | 2018-06-09 | 2 | -9/+9 | |
| |