aboutsummaryrefslogtreecommitdiff
path: root/fiv-browser.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Avoid blank browser space when resizing the windowPřemysl Eric Janouch2022-01-121-2/+10
|
* Implement browser keyboard navigationPřemysl Eric Janouch2022-01-111-8/+166
|
* Support invoking a context menu from keyboardPřemysl Eric Janouch2022-01-111-4/+54
|
* Implement selection in the browserPřemysl Eric Janouch2022-01-111-12/+61
| | | | Keyboard controls are missing so far.
* Make the browser implement its own scrollablePřemysl Eric Janouch2022-01-101-5/+114
| | | | It's quite rough around the edges so far.
* Add an unnecessarily fancy about dialogPřemysl Eric Janouch2022-01-091-1/+1
|
* Parallelize thumbnail productionPřemysl Eric Janouch2022-01-081-47/+75
|
* Fix browsing the "resource" GVfs schemaPřemysl Eric Janouch2022-01-051-0/+4
|
* Rename the whole project shorterPřemysl Eric Janouch2022-01-051-1/+1
| | | | | | | There is no point in claiming speed, it turns out to be a strange focus to have, considering the amount of available innovations to make. The new name does not appear to be taken by anything important.
* Use a unified filesystem modelPřemysl Eric Janouch2022-01-051-61/+41
| | | | | | This removes some duplication of effort. So far, sorting adjustments are not exposed in the UI.
* A bunch of additional fixesPřemysl Eric Janouch2021-12-311-4/+5
|
* Minor URL-related fix-upsPřemysl Eric Janouch2021-12-311-13/+3
|
* Convert all loading to use GFilePřemysl Eric Janouch2021-12-301-15/+18
| | | | Now we're able to make use of GVfs, with some caveats.
* Fix thumbnailing cancellationPřemysl Eric Janouch2021-12-281-0/+5
| | | | Everything's according to GAsyncResult documentation.
* Move thumbnails into their own source filePřemysl Eric Janouch2021-12-281-15/+15
| | | | And clean up identifiers.
* Clean upPřemysl Eric Janouch2021-12-281-6/+5
|
* Avoid producing thumbnails of thumbnailsPřemysl Eric Janouch2021-12-281-0/+11
|
* Try to regenerate low quality thumbnailsPřemysl Eric Janouch2021-12-281-3/+8
|
* Clean upPřemysl Eric Janouch2021-12-281-46/+40
| | | | | This makes the thumbnailer able to load at most one directory, which we don't particularly mind.
* Implement trivial wide thumbnail productionPřemysl Eric Janouch2021-12-271-0/+123
| | | | Also make libwebp a required dependency.
* Add a context menu to opened directoriesPřemysl Eric Janouch2021-12-201-1/+10
| | | | So that they can be opened with, e.g., Thunar.
* Optimize thumbnail renderingPřemysl Eric Janouch2021-12-201-4/+10
| | | | | | Massive responsivity gains have been achieved here. Rescaling performance doesn't seem to be particularly affected.
* Adopt shorter identifiersPřemysl Eric Janouch2021-12-181-0/+1064
Also, slightly reformat the source code according to clang-format.