Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-12 | Make rotation clockwise | Anton Älgmyr | |
The documentation already stated that it should be clockwise, seems like I switched/intended to switch and some point. | |||
2020-06-12 | Reset transforms on image switch. | Anton Älgmyr | |
2020-06-12 | Unify rotation commands, reset transformation properly | Anton Älgmyr | |
2020-06-12 | Add rotation and flipping commands. | Anton Älgmyr | |
Rotation can be done by any amount (not limited to multiples of 90). Commands allow flipping horizontally and vertically. The flips are done relative to the current rotation. | |||
2020-05-21 | Add HEIF support | Carlo Abelli | |
Support the HEIF format using libheif. | |||
2020-05-21 | fix nearest_neighbour upscaling method | nycex | |
2020-05-21 | Fix memory leak in imv_event structure | Robert Sacks | |
2020-02-08 | drop the old Makefile and update the docs | Eric Engestrom | |
2020-02-08 | test meson in the CI | Eric Engestrom | |
2020-02-08 | add meson build system | Eric Engestrom | |
2019-12-21 | Release v4.1.0 | Harry Jeffery | |
2019-12-21 | Update imv.desktop | Harry Jeffery | |
2019-12-21 | Fix the name of the GNU LGPL | Paride Legovini | |
2019-11-23 | Fix typo in manpages | Jason | |
2019-11-23 | .builds/archlinux.yml: add dependency on libglvnd & glu | Ivy Foster | |
2019-11-23 | Fix 'curl foo | imv -'. Closes #189 | Ben Vickery | |
Fix to the fix contributed by escondida. | |||
2019-11-05 | png: Increase max data chunk size | Harry Jeffery | |
2019-10-17 | navigator relative fix | Andreas Stallinger | |
move from % to division rem since higher numbers for prev failed i have "<Shift+P> prev 10" in my configs which was not working properly | |||
2019-10-17 | add somefiles to gitignore | Andreas Stallinger | |
added doc/imv.1 doc/imv.5 doc/imv-msg.txt and the build folder to the .gitignore | |||
2019-09-07 | srht: Add asciidoc to CI dependencies | Harry Jeffery | |
2019-09-07 | Update version in Makefile | Markus Hauck | |
2019-09-07 | Fix typo in config | Markus Hauck | |
2019-09-04 | Makefile: Add make all target as default | Harry Jeffery | |
2019-09-02 | source/backend: Improve comments | Harry Jeffery | |
2019-09-02 | libnsgif: Add libnsgif backend | Harry Jeffery | |
2019-09-02 | README: Correct libjpeg -> libjpeg-turbo | Harry Jeffery | |
2019-09-02 | wl_window: Remove unused includes | Harry Jeffery | |
2019-09-02 | console: Implement command history | Harry Jeffery | |
2019-09-02 | console: Don't allow newline/control characters to be typed | Harry Jeffery | |
2019-09-02 | console: Use icu to provide proper UTF-8 editing | Harry Jeffery | |
2019-08-30 | README: Use repology packages badge | Harry Jeffery | |
2019-08-30 | source: Refactor out common async logic | Harry Jeffery | |
2019-08-28 | Release v4.0.1 | Harry Jeffery | |
2019-08-28 | imv: Warn about legacy bind syntax | Harry Jeffery | |
2019-08-28 | man: Document default binds | Harry Jeffery | |
2019-08-28 | imv: Add aliases to improve backwards compatibility with v3 | Harry Jeffery | |
2019-08-27 | Add app icon to imv.desktop | Rohan Kumar | |
2019-08-27 | README: Add package list | Harry Jeffery | |
2019-08-27 | Release v4.0.0 | Harry Jeffery | |
2019-08-25 | Release v4.0.0-rc3 | Harry Jeffery | |
2019-08-25 | Added crop scaling method | Sebastian Parborg | |
Added a method that scales and crop the image so that the image will fill the whole window. Also made viewport update respect the current scaling mode. | |||
2019-08-25 | Add initial_pan option to set the starting pan position | Sebastian Parborg | |
2019-08-25 | man: Remove non-existent feature from manpage | Harry Jeffery | |
2019-08-25 | Add upscaling method command | Sebastian Parborg | |
This works the same way as the existing scale command except that it changes the upscaling method. Also did some code reduction on the scaling command. | |||
2019-08-25 | Add INSTALL_SCRIPT to install scripts | Tobias Kortkamp | |
It could be a distinct action to INSTALL_PROGRAM which might be overwritten to strip binaries. | |||
2019-08-25 | wl_window: Fix segfault under velox WM | Harry Jeffery | |
2019-08-25 | Release v4.0.0-rc2 | Harry Jeffery | |
2019-08-25 | wl_window: Fix incorrect timer_delete | Harry Jeffery | |
2019-08-25 | Remove unused imv_window_get_keymap function | Harry Jeffery | |
2019-08-25 | wl_window: Implement key repeating | Harry Jeffery | |