aboutsummaryrefslogtreecommitdiff
path: root/fiv.c
Commit message (Expand)AuthorAgeFilesLines
* Make binaries say what git commit they come fromPřemysl Eric Janouch2022-08-131-3/+8
* Resolve a few issues with MSYS2 cross-buildsPřemysl Eric Janouch2022-08-111-1/+7
* Fix the argument list of a callbackPřemysl Eric Janouch2022-08-101-1/+2
* Overload the F9 keyboard shortcutPřemysl Eric Janouch2022-08-091-7/+7
* Support opening collections of filesPřemysl Eric Janouch2022-08-081-27/+113
* Don't crash on orphan URIsPřemysl Eric Janouch2022-08-081-0/+4
* Make Alt+Return work in the browser as wellPřemysl Eric Janouch2022-08-061-0/+1
* Integrate dconf-editorPřemysl Eric Janouch2022-08-051-0/+18
* Improve support for opening HTTP URIsPřemysl Eric Janouch2022-08-051-6/+23
* Add support for copying to clipboardPřemysl Eric Janouch2022-08-041-0/+1
* Capitalize modifier names, prefer Command on macOSPřemysl Eric Janouch2022-08-041-22/+22
* Make the switch-to-browser button select last filePřemysl Eric Janouch2022-07-261-5/+13
* Add sidebar/toolbar toggles to GSettingsPřemysl Eric Janouch2022-07-251-2/+8
* Add thumbnail size to GSettingsPřemysl Eric Janouch2022-07-251-4/+6
* Add a dark theme toggle to GSettingsPřemysl Eric Janouch2022-07-251-7/+16
* Make the window assume a centred position on macOSPřemysl Eric Janouch2022-07-231-0/+10
* Fix thumbnail passing on WindowsPřemysl Eric Janouch2022-07-221-0/+9
* Fix a function name conflict on Mingw-w64Přemysl Eric Janouch2022-07-221-6/+6
* Handle back/forward mouse buttons on Win32/macOSPřemysl Eric Janouch2022-07-221-0/+3
* Print errors from launching new instancesPřemysl Eric Janouch2022-07-211-3/+5
* Fix the About dialog animation on macOSPřemysl Eric Janouch2022-07-171-0/+11
* Add a key binding for keeping the zoom/positionPřemysl Eric Janouch2022-07-171-1/+2
* Add ability to keep zoom/position when browsingPřemysl Eric Janouch2022-07-171-1/+5
* Let FivView take care of its drag gesturePřemysl Eric Janouch2022-07-171-73/+0
* Simplify view dragging code a bitPřemysl Eric Janouch2022-07-161-26/+16
* Support dragging the viewPřemysl Eric Janouch2022-07-151-0/+85
* Downscale embedded thumbnails within minionsPřemysl Eric Janouch2022-06-081-3/+3
* Add a command line option to extract thumbnailsPřemysl Eric Janouch2022-06-081-23/+43
* Clean upPřemysl Eric Janouch2022-06-051-8/+8
* Expose the mtime of the model's entriesPřemysl Eric Janouch2022-06-041-1/+6
* Fix sort changes taking way too much timePřemysl Eric Janouch2022-06-021-2/+8
* Make thumbnailers pass back raw imagesPřemysl Eric Janouch2022-02-201-1/+6
* Implement wide thumbnail cache invalidationPřemysl Eric Janouch2022-02-201-1/+8
* Make the view a drop targetPřemysl Eric Janouch2022-02-171-0/+24
* Adjust keyboard shortcutsPřemysl Eric Janouch2022-01-261-28/+46
* Only show the info bar when appropriatePřemysl Eric Janouch2022-01-251-0/+3
* Start a basic user guidePřemysl Eric Janouch2022-01-251-1/+21
* Redirect image open failure messagesPřemysl Eric Janouch2022-01-241-15/+40
* Add keyboard shortcuts for thumbnail sizePřemysl Eric Janouch2022-01-231-0/+2
* Update command line usage stringPřemysl Eric Janouch2022-01-161-1/+1
* Apply some bits of GNOME HIG 1.0Přemysl Eric Janouch2022-01-131-1/+1
* Add a normally hidden, stubbed-out menu barPřemysl Eric Janouch2022-01-131-1/+64
* Select the file when Return-ing from the viewerPřemysl Eric Janouch2022-01-121-0/+1
* Fully support GNOME's inode/directory mechanismPřemysl Eric Janouch2022-01-121-2/+3
* Put reloading the image as its own actionPřemysl Eric Janouch2022-01-121-13/+14
* Don't hardcode the project name in its URIPřemysl Eric Janouch2022-01-121-1/+1
* Implement selection in the browserPřemysl Eric Janouch2022-01-111-3/+28
* Make the browser implement its own scrollablePřemysl Eric Janouch2022-01-101-5/+0
* Clean up the About animationPřemysl Eric Janouch2022-01-101-38/+42
* Add an unnecessarily fancy about dialogPřemysl Eric Janouch2022-01-091-0/+257