aboutsummaryrefslogtreecommitdiff
path: root/fastiv.c
Commit message (Expand)AuthorAgeFilesLines
* Add a playback toggle buttonPřemysl Eric Janouch2021-12-191-7/+29
* Add toolbar toggle buttons for scale-to-fit/filterPřemysl Eric Janouch2021-12-191-8/+63
* Adopt shorter identifiersPřemysl Eric Janouch2021-12-181-55/+53
* Add a simple toolbar to the viewPřemysl Eric Janouch2021-12-171-14/+198
* Improve light theme compatibilityPřemysl Eric Janouch2021-12-161-3/+3
* Add more key bindingsPřemysl Eric Janouch2021-11-291-0/+4
* Use GFile a bit morePřemysl Eric Janouch2021-11-271-5/+9
* Allow opening in a new window from the sidebarPřemysl Eric Janouch2021-11-261-1/+1
* Add an "Open With" context menu to browser itemsPřemysl Eric Janouch2021-11-231-4/+2
* Improve memory managementPřemysl Eric Janouch2021-11-231-1/+2
* Register for opening directoriesPřemysl Eric Janouch2021-11-221-8/+19
* Add a better key binding for switchingPřemysl Eric Janouch2021-11-221-0/+7
* Fix further focus issuesPřemysl Eric Janouch2021-11-221-0/+1
* Fix browsing right after opening a file directlyPřemysl Eric Janouch2021-11-221-1/+2
* Another focus-related fixPřemysl Eric Janouch2021-11-221-1/+10
* Fix two issues with browser scrollingPřemysl Eric Janouch2021-11-221-0/+10
* Improve the window title situationPřemysl Eric Janouch2021-11-211-9/+22
* Bind double click to full screen togglePřemysl Eric Janouch2021-11-211-5/+17
* Remove insanityPřemysl Eric Janouch2021-11-211-11/+5
* Add ability to use different thumbnail sizesPřemysl Eric Janouch2021-11-211-11/+47
* Implement filtering by supported extensionsPřemysl Eric Janouch2021-11-211-1/+42
* Add some custom action buttons to the sidebarPřemysl Eric Janouch2021-11-201-0/+4
* Fix key handling and MesonPřemysl Eric Janouch2021-11-201-1/+1
* Fix some issues with browser/view switchingPřemysl Eric Janouch2021-11-201-10/+7
* Make a middle click open items in a new instancePřemysl Eric Janouch2021-11-201-7/+10
* Load symbolic icons as a fallbackPřemysl Eric Janouch2021-11-201-1/+5
* Add a customized sidebar widgetPřemysl Eric Janouch2021-11-191-48/+49
* Enable opening from sidebar in a new windowPřemysl Eric Janouch2021-11-181-8/+18
* Bind fullscreen switchingPřemysl Eric Janouch2021-11-181-7/+12
* Try to use more screen real estate by defaultPřemysl Eric Janouch2021-11-181-1/+17
* Bind F5 and r to refreshing the directoryPřemysl Eric Janouch2021-11-181-2/+12
* Add a command line option to list supported typesPřemysl Eric Janouch2021-11-181-7/+18
* Make the forward mouse button go back to the viewPřemysl Eric Janouch2021-11-181-3/+22
* Make the Open dialog usefulPřemysl Eric Janouch2021-11-181-5/+24
* Add a sidebar with placesPřemysl Eric Janouch2021-11-181-6/+47
* Actually fix adding to the list of recent filesPřemysl Eric Janouch2021-11-181-1/+1
* Fix adding images to the list of recent filesPřemysl Eric Janouch2021-11-161-1/+6
* Prefer the dark theme variantPřemysl Eric Janouch2021-11-161-0/+6
* Make this work at all in macOS/HomebrewPřemysl Eric Janouch2021-11-161-0/+1
* Bind the mouse back button on the viewPřemysl Eric Janouch2021-11-131-0/+13
* Improve key handlingPřemysl Eric Janouch2021-11-131-9/+22
* Fix GtkWidget::key-press-event callback prototypePřemysl Eric Janouch2021-11-121-4/+4
* Add support for defaulting to gdk-pixbufPřemysl Eric Janouch2021-11-101-1/+4
* Use a checkerboard pattern on item backgroundPřemysl Eric Janouch2021-11-101-4/+18
* Improve browser item rendition, use CSSPřemysl Eric Janouch2021-11-101-1/+3
* Add images to the list of recent filesPřemysl Eric Janouch2021-11-101-0/+1
* Add C-n to open a new instance in the directoryPřemysl Eric Janouch2021-11-101-0/+11
* Add elementary scrolling support to the viewPřemysl Eric Janouch2021-11-091-5/+11
* Enable opening images from the browserPřemysl Eric Janouch2021-11-091-6/+25
* Add glowing borders around browser itemsPřemysl Eric Janouch2021-11-091-1/+1