aboutsummaryrefslogtreecommitdiff
path: root/fastiv.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | So far they're inactive, and do not do anything. Change the icon for the current directory to stand out.
* 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
| | | | Now there are no missing items in the browsers.
* Add a customized sidebar widgetPřemysl Eric Janouch2021-11-191-48/+49
| | | | | Slowly eliminating all potential uses of GTK+'s standalone file open dialog, which is highly duplicitous.
* 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
| | | | Also, move Tab/Enter bindings to the view's key press handler.
* 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 it work without a display connection.
* Make the forward mouse button go back to the viewPřemysl Eric Janouch2021-11-181-3/+22
| | | | For symmetry.
* Make the Open dialog usefulPřemysl Eric Janouch2021-11-181-5/+24
| | | | In the meantime.
* Add a sidebar with placesPřemysl Eric Janouch2021-11-181-6/+47
| | | | | | It happens to fix an issue with scroll offset resets in the browser. Otherwise, it's very much WIP.
* 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
| | | | | | Iteration should be limited to the view. g_signal_connect_after() did not work as I hoped it would.
* 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
| | | | | | It's not fully hardcoded anymore, and the border is better adjustable. Item spacing and the fade constant can't be /meaningfully/ put in CSS.
* 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
| | | | Also, improve error messages when opening a file fails.
* 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
| | | | Also, make it possible to go back, in a roughly implemented manner.
* Add glowing borders around browser itemsPřemysl Eric Janouch2021-11-091-1/+1
| | | | The styling is mostly hardcoded for now, need to figure it out.
* Set a default window sizePřemysl Eric Janouch2021-11-081-0/+1
|
* Pre-layout the browserPřemysl Eric Janouch2021-11-061-1/+2
| | | | Now the widget is scrollable.
* Don't needlessly call setlocale()Přemysl Eric Janouch2021-11-041-4/+0
| | | | gtk_init_with_args() does it for us.
* Clean up and fix key handlingPřemysl Eric Janouch2021-11-011-30/+55
| | | | Arrow keys now work.
* Split out xdg.{c,h}Přemysl Eric Janouch2021-11-011-171/+2
|