Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-31 | Fix bug handling multi-key binds | Harry Jeffery | |
2020-08-31 | treewide: fix typos | Torstein Husebø | |
2020-08-31 | Add missing documentation for overlay_position_bottom | Harry Jeffery | |
2020-08-31 | colored overlay: config options in man, split rgba | Andreas Stallinger | |
split color_rgba into color_rgb and alpha added configuration options to man pages cleanup gitignore: the man pages output is now in the build directory, so there is no to ignore man pages individually | |||
2020-08-31 | colored overlay | Andreas Stallinger | |
* first steps for colored overlay * overlay color wip * add option for overlay position if overlay_positiion_bottom is true overlay is at the bottom * remove enum for overlay position | |||
2020-07-21 | Support rotate and flip commands on SVG | Tuomas Siipola | |
2020-07-21 | FreeBSD: use librsvg2-rust instead of librsvg2 | Andreas Stallinger | |
the library is rewritten in rust and on freebsd there is an other package for it. | |||
2020-07-21 | Sort directory entries alphabetically | Clownacy | |
Previously, they would be sorted by however readdir returned them. I suppose a proper configuration option to control sorting would be nice, but for now, I think replacing forced random order with forced alphabetical order is an improvement. | |||
2020-07-21 | Use private mapping for memfd with keymap. | Aleksei Bavshin | |
mmap with MAP_SHARED would fail if the compositor provides a read-only descriptor with keymap. And at least weston applies F_SEAL_WRITE to the memfd if supported by the platform. Fixes #263 | |||
2020-07-21 | README: Improve build instructions | Manuel Zimmermann | |
The .gitignore file ignores the directory build/, therefore it makes most sense to use this directory in the example as well. | |||
2020-07-21 | Fix `XVisualInfo` leak | Tuomas Siipola | |
It's not documented when this value should be freed but other GLX applications free it here. | |||
2020-07-21 | Fix X11 window cleanup | Tuomas Siipola | |
2020-07-21 | Fix `keymap` leak | Tuomas Siipola | |
2020-07-21 | Fix librsvg usage to prevent memory leak | Tuomas Siipola | |
Calling `rsvg_handle_close` doesn't do anything here because the handle is already constructed with data or file. `g_object_unref` is called instead to free memory. | |||
2020-07-21 | Add libheif dependency to readme | Carlo Abelli | |
2020-07-21 | wayland: Do not commit surface until configure | Kenny Levinsen | |
2020-07-21 | wayland: Use wl_display_roundtrip to wait for globals | Kenny Levinsen | |
2020-06-12 | Fix double-quoted version when building without git | Aleksei Bavshin | |
Use pkg-config for libtiff dependency Fixes #228 | |||
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 | |