Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-08-24 | imv: Move keyboard handling into window subsystem | Harry Jeffery | |
This is required as key repeating is going to need to be handled locally on Wayland, which means a slight refactor. | |||
2019-08-24 | window: Set Wayland/X11 class/app_id hints | Harry Jeffery | |
2019-08-23 | x11_window: Maintain keyboard modifiers state | Harry Jeffery | |
2019-08-23 | wl_window: Maintain keyboard modifiers state | Harry Jeffery | |
2019-08-23 | Fix out of date scaling command defaults | Harry Jeffery | |
2019-08-23 | Update default config | Harry Jeffery | |
2019-08-23 | README: Fix errors in examples | Harry Jeffery | |
2019-08-21 | README: Further tweaks | Harry Jeffery | |
2019-08-21 | README: Add missing dependency | Harry Jeffery | |
2019-08-21 | README: Update examples | Harry Jeffery | |
2019-08-21 | Reduce backend boilerplate | Harry Jeffery | |
2019-08-21 | imv: Use generic list for backends, not a linked list | Harry Jeffery | |
2019-08-21 | Improve header commenting | Harry Jeffery | |
2019-08-21 | README: Put dependencies in a table | Harry Jeffery | |
2019-08-20 | Release v4.0.0-rc1 | Harry Jeffery | |
2019-08-20 | Update CONTRIBUTING | Harry Jeffery | |
2019-08-20 | Update README | Harry Jeffery | |
2019-08-18 | /usr/bin/sh -> /bin/sh | Harry Jeffery | |
2019-08-18 | imv: Add -c option to specify commands to run at startup | Harry Jeffery | |
2019-08-18 | imv: Add bind command | Harry Jeffery | |
2019-08-18 | Rename imv-wl to imv-wayland | Harry Jeffery | |
2019-08-18 | Move src/imv.sh to files/imv | Harry Jeffery | |
2019-08-18 | x11_window: Use XCB to load keymap | Harry Jeffery | |
2019-08-16 | imv: Add index/all argument to close command | Harry Jeffery | |
2019-08-16 | Fix misspelling of slideshow_duration environment variable | rien333 | |
I noticed that echoing `$imv_slideshow_duration` always came up blank. Turns out, it's misspelled in imv.c. Correcting the spelling mistake makes it behave as expected. | |||
2019-08-15 | imv: Add imv_pid environment variable | Harry Jeffery | |
2019-08-15 | tests: Skip out of date navigator test | Harry Jeffery | |
2019-08-15 | wl_window: Check poll() return code | Harry Jeffery | |
2019-08-15 | imv_navigator_add: Check stat() return code | Harry Jeffery | |
2019-08-15 | imv_ipc_create: Fix resource leak | Harry Jeffery | |
2019-08-15 | imv_navigator_add: Fix resource leak | Harry Jeffery | |
2019-08-15 | commands: Fix buffer overrun | Harry Jeffery | |
2019-08-15 | imv_load_config: Fix memory leak | Harry Jeffery | |
2019-08-15 | wl/x11: Ensure event writes are always atomic | Harry Jeffery | |
2019-08-15 | imv: Fix backend chain memory leak | Harry Jeffery | |
2019-08-15 | binds: Fix memory leak | Harry Jeffery | |