aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Bind double click to full screen togglePřemysl Eric Janouch2021-11-211-5/+17
|
* Use GDK button constantsPřemysl Eric Janouch2021-11-211-3/+3
|
* Resolve key binding conflictPřemysl Eric Janouch2021-11-211-1/+1
| | | | Toggle fullscreen vs. toggle scale to fit.
* Sort files in the browser as wellPřemysl Eric Janouch2021-11-214-20/+40
|
* Remove insanityPřemysl Eric Janouch2021-11-214-46/+39
|
* Add ability to use different thumbnail sizesPřemysl Eric Janouch2021-11-214-166/+340
|
* Update READMEPřemysl Eric Janouch2021-11-211-0/+1
| | | | | I've noticed people often desire editing capabilities, which is an unreasonable expectation.
* Implement filtering by supported extensionsPřemysl Eric Janouch2021-11-215-38/+66
|
* Sort files and directories by namePřemysl Eric Janouch2021-11-212-12/+45
|
* Add some custom action buttons to the sidebarPřemysl Eric Janouch2021-11-207-13/+374
| | | | | | So far they're inactive, and do not do anything. Change the icon for the current directory to stand out.
* Make the browser grab focus when clickedPřemysl Eric Janouch2021-11-201-0/+8
|
* Readjust meson.build to jpakkane's brain damagePřemysl Eric Janouch2021-11-201-1/+1
|
* Fix key handling and MesonPřemysl Eric Janouch2021-11-202-2/+8
|
* Fix an embarrassing crash on directory changePřemysl Eric Janouch2021-11-201-0/+1
|
* Fix some issues with browser/view switchingPřemysl Eric Janouch2021-11-202-16/+14
|
* Make a middle click open items in a new instancePřemysl Eric Janouch2021-11-202-14/+26
|
* Load symbolic icons as a fallbackPřemysl Eric Janouch2021-11-202-9/+91
| | | | Now there are no missing items in the browsers.
* Make C-l interpret relative paths betterPřemysl Eric Janouch2021-11-191-32/+58
| | | | It is quite hard to make this work good. At least it's not terrible.
* Add a customized sidebar widgetPřemysl Eric Janouch2021-11-194-49/+428
| | | | | 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
|
* Do not lie as much in the desktop filePřemysl Eric Janouch2021-11-182-3/+13
|
* Add a command line option to list supported typesPřemysl Eric Janouch2021-11-183-7/+42
| | | | 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-182-6/+48
| | | | | | It happens to fix an issue with scroll offset resets in the browser. Otherwise, it's very much WIP.
* Fix loading of opaque GIFsPřemysl Eric Janouch2021-11-181-1/+2
|
* Actually fix adding to the list of recent filesPřemysl Eric Janouch2021-11-181-1/+1
|
* Add support for opening Xcursor filesPřemysl Eric Janouch2021-11-176-3/+151
| | | | | | Sadly, they don't have a canonical extension, and they don't show up in the browser. We might want to employ some level of sniffing. The first 16 bytes are enough to identify a lot.
* Fix zooming in through the keyboardPřemysl Eric Janouch2021-11-171-2/+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-162-1/+15
|
* Make this work at all in macOS/HomebrewPřemysl Eric Janouch2021-11-164-9/+39
|
* Support opaque 16-bit images as RGB30 with WuffsPřemysl Eric Janouch2021-11-152-40/+117
| | | | | | | Do not check whether the window's visual can make use of them, since they're arguably rare enough. With transparent images, we're limited by Cairo's formats.
* Don't use a side buffer to load thumbnailsPřemysl Eric Janouch2021-11-151-25/+24
| | | | Undoing part of a recent commit.
* Slightly optimize thumbnail loadingPřemysl Eric Janouch2021-11-151-7/+3
| | | | Now it translates to just x86 bswap and ror.
* Let modified wheel events scroll the viewPřemysl Eric Janouch2021-11-141-0/+2
|
* Fix a typoPřemysl Eric Janouch2021-11-141-1/+1
|
* Expose view settings as GObject propertiesPřemysl Eric Janouch2021-11-141-25/+66
|
* Cache the browser's GDK cursor objectPřemysl Eric Janouch2021-11-131-8/+8
|
* Add scaling to fit, make this the defaultPřemysl Eric Janouch2021-11-131-24/+78
|
* Bind the mouse back button on the viewPřemysl Eric Janouch2021-11-132-1/+14
|
* Make scaling accessible from the keyboardPřemysl Eric Janouch2021-11-131-2/+12
|
* 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.
* Use the hand/pointer cursor in the browserPřemysl Eric Janouch2021-11-132-3/+24
| | | | Also, fix the build.
* Clean upPřemysl Eric Janouch2021-11-133-8/+5
|
* Actually add gdk-pixbuf to dependenciesPřemysl Eric Janouch2021-11-121-0/+1
|
* Tell wrapped spng to give us a static libraryPřemysl Eric Janouch2021-11-121-1/+2
|