Přemysl Eric Janouch
64fd216409
Fix opening files starting on dashes
...
fastiv is a bright exception to the sad rule now.
2021-11-22 20:40:48 +01:00
Přemysl Eric Janouch
047e49051b
Register for opening directories
2021-11-22 20:37:16 +01:00
Přemysl Eric Janouch
4ed6aa6ad7
Don't claim to be able to open several files
2021-11-22 18:23:26 +01:00
Přemysl Eric Janouch
8fed3f5a36
Add a better key binding for switching
2021-11-22 16:46:04 +01:00
Přemysl Eric Janouch
8efd11d4e5
Update README
2021-11-22 16:35:57 +01:00
Přemysl Eric Janouch
a3855e8f12
Add a tooltip to ellipsized directory labels
2021-11-22 16:34:50 +01:00
Přemysl Eric Janouch
e239aca6f4
Make Ctrl-scrolling change thumbnail size
2021-11-22 15:33:36 +01:00
Přemysl Eric Janouch
e663368ee4
Add filename tooltips to the browser
2021-11-22 15:19:24 +01:00
Přemysl Eric Janouch
8070c7f9ee
Make browser item spacing adjustable from CSS
2021-11-22 15:08:56 +01:00
Přemysl Eric Janouch
0bec06b55d
Fix further focus issues
2021-11-22 13:01:43 +01:00
Přemysl Eric Janouch
97109b1e58
Fix browsing right after opening a file directly
2021-11-22 12:42:26 +01:00
Přemysl Eric Janouch
a719147bf3
Another focus-related fix
2021-11-22 12:07:03 +01:00
Přemysl Eric Janouch
cd72ea902f
Fix two issues with browser scrolling
2021-11-22 01:44:57 +01:00
Přemysl Eric Janouch
c4dead2eee
Fix another mysterious GTK+ issue
2021-11-22 00:48:21 +01:00
Přemysl Eric Janouch
a8796512d2
Improve the window title situation
2021-11-21 21:53:07 +01:00
Přemysl Eric Janouch
8b1a14decb
Bind double click to full screen toggle
2021-11-21 21:22:14 +01:00
Přemysl Eric Janouch
d0fb24bf6b
Use GDK button constants
2021-11-21 21:22:14 +01:00
Přemysl Eric Janouch
2571bf15a9
Resolve key binding conflict
...
Toggle fullscreen vs. toggle scale to fit.
2021-11-21 21:07:51 +01:00
Přemysl Eric Janouch
1c57eef05a
Sort files in the browser as well
2021-11-21 21:07:51 +01:00
Přemysl Eric Janouch
5fea2245f1
Remove insanity
2021-11-21 20:47:07 +01:00
Přemysl Eric Janouch
2b17ed838a
Add ability to use different thumbnail sizes
2021-11-21 20:19:25 +01:00
Přemysl Eric Janouch
f4b727589b
Update README
...
I've noticed people often desire editing capabilities,
which is an unreasonable expectation.
2021-11-21 15:45:35 +01:00
Přemysl Eric Janouch
c77bccccb8
Implement filtering by supported extensions
2021-11-21 11:01:30 +01:00
Přemysl Eric Janouch
6dd0414d0a
Sort files and directories by name
2021-11-21 00:22:29 +01:00
Přemysl Eric Janouch
8376ae9c4a
Add some custom action buttons to the sidebar
...
So far they're inactive, and do not do anything.
Change the icon for the current directory to stand out.
2021-11-20 22:02:02 +01:00
Přemysl Eric Janouch
5ebfebb8fc
Make the browser grab focus when clicked
2021-11-20 18:46:38 +01:00
Přemysl Eric Janouch
35500b8697
Readjust meson.build to jpakkane's brain damage
2021-11-20 14:35:17 +01:00
Přemysl Eric Janouch
803f841463
Fix key handling and Meson
2021-11-20 14:28:32 +01:00
Přemysl Eric Janouch
09547184c3
Fix an embarrassing crash on directory change
2021-11-20 13:18:31 +01:00
Přemysl Eric Janouch
2b8350eceb
Fix some issues with browser/view switching
2021-11-20 13:04:26 +01:00
Přemysl Eric Janouch
75994cd85a
Make a middle click open items in a new instance
2021-11-20 12:45:33 +01:00
Přemysl Eric Janouch
3e9a388537
Load symbolic icons as a fallback
...
Now there are no missing items in the browsers.
2021-11-20 12:35:28 +01:00
Přemysl Eric Janouch
6eb78f1a5c
Make C-l interpret relative paths better
...
It is quite hard to make this work good. At least it's not terrible.
2021-11-19 23:11:11 +01:00
Přemysl Eric Janouch
216767d7ee
Add a customized sidebar widget
...
Slowly eliminating all potential uses of GTK+'s standalone
file open dialog, which is highly duplicitous.
2021-11-19 20:03:43 +01:00
Přemysl Eric Janouch
3bc07e00d9
Enable opening from sidebar in a new window
2021-11-18 22:08:45 +01:00
Přemysl Eric Janouch
9e45ba249e
Bind fullscreen switching
...
Also, move Tab/Enter bindings to the view's key press handler.
2021-11-18 22:08:45 +01:00
Přemysl Eric Janouch
b23198f675
Try to use more screen real estate by default
2021-11-18 22:08:36 +01:00
Přemysl Eric Janouch
411f0b3e91
Bind F5 and r to refreshing the directory
2021-11-18 13:58:46 +01:00
Přemysl Eric Janouch
f8526d486a
Do not lie as much in the desktop file
2021-11-18 13:41:58 +01:00
Přemysl Eric Janouch
06af1a3cc9
Add a command line option to list supported types
...
Make it work without a display connection.
2021-11-18 12:46:05 +01:00
Přemysl Eric Janouch
47293cfc10
Make the forward mouse button go back to the view
...
For symmetry.
2021-11-18 12:46:04 +01:00
Přemysl Eric Janouch
d7a25ad894
Make the Open dialog useful
...
In the meantime.
2021-11-18 11:21:21 +01:00
Přemysl Eric Janouch
0433c1a027
Add a sidebar with places
...
It happens to fix an issue with scroll offset resets in the browser.
Otherwise, it's very much WIP.
2021-11-18 10:37:47 +01:00
Přemysl Eric Janouch
e045a35437
Fix loading of opaque GIFs
2021-11-18 10:37:47 +01:00
Přemysl Eric Janouch
61225574d3
Actually fix adding to the list of recent files
2021-11-18 10:37:47 +01:00
Přemysl Eric Janouch
db7a28b187
Add support for opening Xcursor files
...
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.
2021-11-17 13:49:15 +01:00
Přemysl Eric Janouch
e8754f43a6
Fix zooming in through the keyboard
2021-11-17 08:38:45 +01:00
Přemysl Eric Janouch
6eec8e7360
Fix adding images to the list of recent files
2021-11-16 14:57:02 +01:00
Přemysl Eric Janouch
c4d58cb9ad
Prefer the dark theme variant
2021-11-16 14:57:02 +01:00
Přemysl Eric Janouch
9bebb0a3fe
Make this work at all in macOS/Homebrew
2021-11-16 08:51:29 +01:00