aboutsummaryrefslogtreecommitdiff
path: root/fiv-browser.c
Commit message (Expand)AuthorAgeFilesLines
* Do not restart all thumbnailers on new entriesPřemysl Eric Janouch2024-01-301-19/+32
* Clean up thumbnailingPřemysl Eric Janouch2024-01-301-18/+18
* Make the Delete key move files to trash in browserPřemysl Eric Janouch2024-01-261-1/+9
* Resolve spurious overshoot indicatorsPřemysl Eric Janouch2023-12-281-5/+4
* Fix build under CygwinPřemysl Eric Janouch2023-07-071-3/+6
* Avoid invisible browser entriesPřemysl Eric Janouch2023-06-041-4/+8
* Slightly optimize file monitoring event handlingPřemysl Eric Janouch2023-06-011-18/+28
* Distinguish removed files more prettilyPřemysl Eric Janouch2023-06-011-8/+26
* Process some GFileMonitor eventsPřemysl Eric Janouch2023-05-311-33/+123
* Fix crash when right-clicking removed filesPřemysl Eric Janouch2023-05-311-1/+3
* Deduplicate file information structuresPřemysl Eric Janouch2023-04-141-41/+29
* Check filesize when retrieving thumbnailsPřemysl Eric Janouch2023-04-141-12/+26
* Remove a commentPřemysl Eric Janouch2023-04-141-3/+0
* Add optional browser filename labelsPřemysl Eric Janouch2023-04-111-17/+102
* Use a GQueue for thumbnailingPřemysl Eric Janouch2022-08-091-18/+13
* Do produce thumbnails of thumbnails, but in memoryPřemysl Eric Janouch2022-08-091-11/+0
* Remove a stale commentPřemysl Eric Janouch2022-08-091-1/+0
* Support opening collections of filesPřemysl Eric Janouch2022-08-081-11/+29
* Make Alt+Return work in the browser as wellPřemysl Eric Janouch2022-08-061-0/+10
* Use gdk_event_triggers_context_menu()Přemysl Eric Janouch2022-08-031-7/+11
* Centre ultra-wide items verticallyPřemysl Eric Janouch2022-07-311-1/+1
* Extend a commentPřemysl Eric Janouch2022-07-241-0/+1
* Work around broken Cairo Quartz backend on macOSPřemysl Eric Janouch2022-07-231-38/+62
* Only offer horizontal browser scrolling if usefulPřemysl Eric Janouch2022-07-211-13/+19
* Use GDK event handling return value constantsPřemysl Eric Janouch2022-07-211-28/+28
* Fix touch screen drag scrolling in the browserPřemysl Eric Janouch2022-07-211-7/+20
* Handle the long press gesture on browser itemsPřemysl Eric Janouch2022-07-211-0/+40
* Support horizontal scrolling in the browserPřemysl Eric Janouch2022-07-171-1/+8
* Implement GtkScrollable in FivViewPřemysl Eric Janouch2022-07-171-6/+5
* Make the browser scroll with touchpad on WaylandPřemysl Eric Janouch2022-07-151-2/+36
* Move the browser's popup menu to its own filePřemysl Eric Janouch2022-07-041-182/+8
* Employ embedded thumbnail extractionPřemysl Eric Janouch2022-06-081-12/+39
* Add a command line option to extract thumbnailsPřemysl Eric Janouch2022-06-081-1/+2
* Clean upPřemysl Eric Janouch2022-06-051-2/+2
* Cache thumbnails across reloadsPřemysl Eric Janouch2022-06-041-7/+34
* Attach mtime to the browser's rescaled thumbnailsPřemysl Eric Janouch2022-06-041-1/+14
* Use the model's mtime for validating thumbnailsPřemysl Eric Janouch2022-06-041-7/+8
* Expose the mtime of the model's entriesPřemysl Eric Janouch2022-06-041-6/+6
* Prevent thumbnailing from disrupting mouse clicksPřemysl Eric Janouch2022-02-241-9/+9
* Turn the browser into a DnD sourcePřemysl Eric Janouch2022-02-221-14/+99
* Use the X-GNOME-FullName desktop file keyPřemysl Eric Janouch2022-02-211-2/+3
* Avoid g_app_info_should_show() in context menusPřemysl Eric Janouch2022-02-211-4/+2
* Clean upPřemysl Eric Janouch2022-02-201-3/+3
* Make thumbnailers pass back raw imagesPřemysl Eric Janouch2022-02-201-30/+51
* Show application icons in context menu itemsPřemysl Eric Janouch2022-02-201-2/+20
* Open items on mouse button release, not pressPřemysl Eric Janouch2022-02-141-25/+31
* Scroll to selection when returning from the viewerPřemysl Eric Janouch2022-02-131-2/+15
* Make changing the browser zoom launch thumbnailersPřemysl Eric Janouch2022-02-131-0/+3
* Add keyboard shortcuts for thumbnail sizePřemysl Eric Janouch2022-01-231-1/+13
* Fully support GNOME's inode/directory mechanismPřemysl Eric Janouch2022-01-121-9/+23