Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Load symbolic icons as a fallback | Přemysl Eric Janouch | 2021-11-20 | 1 | -1/+5 | |
| | | | | Now there are no missing items in the browsers. | |||||
* | Add a customized sidebar widget | Přemysl Eric Janouch | 2021-11-19 | 1 | -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 window | Přemysl Eric Janouch | 2021-11-18 | 1 | -8/+18 | |
| | ||||||
* | Bind fullscreen switching | Přemysl Eric Janouch | 2021-11-18 | 1 | -7/+12 | |
| | | | | Also, move Tab/Enter bindings to the view's key press handler. | |||||
* | Try to use more screen real estate by default | Přemysl Eric Janouch | 2021-11-18 | 1 | -1/+17 | |
| | ||||||
* | Bind F5 and r to refreshing the directory | Přemysl Eric Janouch | 2021-11-18 | 1 | -2/+12 | |
| | ||||||
* | Add a command line option to list supported types | Přemysl Eric Janouch | 2021-11-18 | 1 | -7/+18 | |
| | | | | Make it work without a display connection. | |||||
* | Make the forward mouse button go back to the view | Přemysl Eric Janouch | 2021-11-18 | 1 | -3/+22 | |
| | | | | For symmetry. | |||||
* | Make the Open dialog useful | Přemysl Eric Janouch | 2021-11-18 | 1 | -5/+24 | |
| | | | | In the meantime. | |||||
* | Add a sidebar with places | Přemysl Eric Janouch | 2021-11-18 | 1 | -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 files | Přemysl Eric Janouch | 2021-11-18 | 1 | -1/+1 | |
| | ||||||
* | Fix adding images to the list of recent files | Přemysl Eric Janouch | 2021-11-16 | 1 | -1/+6 | |
| | ||||||
* | Prefer the dark theme variant | Přemysl Eric Janouch | 2021-11-16 | 1 | -0/+6 | |
| | ||||||
* | Make this work at all in macOS/Homebrew | Přemysl Eric Janouch | 2021-11-16 | 1 | -0/+1 | |
| | ||||||
* | Bind the mouse back button on the view | Přemysl Eric Janouch | 2021-11-13 | 1 | -0/+13 | |
| | ||||||
* | Improve key handling | Přemysl Eric Janouch | 2021-11-13 | 1 | -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 prototype | Přemysl Eric Janouch | 2021-11-12 | 1 | -4/+4 | |
| | ||||||
* | Add support for defaulting to gdk-pixbuf | Přemysl Eric Janouch | 2021-11-10 | 1 | -1/+4 | |
| | ||||||
* | Use a checkerboard pattern on item background | Přemysl Eric Janouch | 2021-11-10 | 1 | -4/+18 | |
| | ||||||
* | Improve browser item rendition, use CSS | Přemysl Eric Janouch | 2021-11-10 | 1 | -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 files | Přemysl Eric Janouch | 2021-11-10 | 1 | -0/+1 | |
| | ||||||
* | Add C-n to open a new instance in the directory | Přemysl Eric Janouch | 2021-11-10 | 1 | -0/+11 | |
| | | | | Also, improve error messages when opening a file fails. | |||||
* | Add elementary scrolling support to the view | Přemysl Eric Janouch | 2021-11-09 | 1 | -5/+11 | |
| | ||||||
* | Enable opening images from the browser | Přemysl Eric Janouch | 2021-11-09 | 1 | -6/+25 | |
| | | | | Also, make it possible to go back, in a roughly implemented manner. | |||||
* | Add glowing borders around browser items | Přemysl Eric Janouch | 2021-11-09 | 1 | -1/+1 | |
| | | | | The styling is mostly hardcoded for now, need to figure it out. | |||||
* | Set a default window size | Přemysl Eric Janouch | 2021-11-08 | 1 | -0/+1 | |
| | ||||||
* | Pre-layout the browser | Přemysl Eric Janouch | 2021-11-06 | 1 | -1/+2 | |
| | | | | Now the widget is scrollable. | |||||
* | Don't needlessly call setlocale() | Přemysl Eric Janouch | 2021-11-04 | 1 | -4/+0 | |
| | | | | gtk_init_with_args() does it for us. | |||||
* | Clean up and fix key handling | Přemysl Eric Janouch | 2021-11-01 | 1 | -30/+55 | |
| | | | | Arrow keys now work. | |||||
* | Split out xdg.{c,h} | Přemysl Eric Janouch | 2021-11-01 | 1 | -171/+2 | |
| | ||||||
* | Incorporate most clang-format changes | Přemysl Eric Janouch | 2021-11-01 | 1 | -28/+24 | |
| | ||||||
* | Split out fastiv-io.h, move media types list | Přemysl Eric Janouch | 2021-11-01 | 1 | -21/+7 | |
| | ||||||
* | Add file type filters to the file open dialog | Přemysl Eric Janouch | 2021-10-23 | 1 | -2/+12 | |
| | | | | FWIW, since I've had to do this in another project already. | |||||
* | Add a prototype of a directory view widget | Přemysl Eric Janouch | 2021-10-20 | 1 | -4/+26 | |
| | ||||||
* | Don't try to open directories | Přemysl Eric Janouch | 2021-10-19 | 1 | -1/+5 | |
| | ||||||
* | Make a FIXME about bindings more precise | Přemysl Eric Janouch | 2021-10-18 | 1 | -1/+1 | |
| | ||||||
* | Don't hardcode the background colour | Přemysl Eric Janouch | 2021-10-17 | 1 | -0/+6 | |
| | | | | It can be now overriden in the user's gtk.css. | |||||
* | Add a thumbnail loader | Přemysl Eric Janouch | 2021-10-04 | 1 | -1/+1 | |
| | | | | So far not used, we'll need another widget to make use of it. | |||||
* | Enable directory browsing | Přemysl Eric Janouch | 2021-10-04 | 1 | -29/+359 | |
| | | | | Extracting the appropriate globs from the MIME database. | |||||
* | Invoke a file open dialog on C-o/o | Přemysl Eric Janouch | 2021-09-17 | 1 | -12/+47 | |
| | ||||||
* | Make <q> and <Escape> quit, update README | Přemysl Eric Janouch | 2021-09-16 | 1 | -0/+8 | |
| | ||||||
* | Add an icon and a desktop file | Přemysl Eric Janouch | 2021-09-16 | 1 | -0/+2 | |
| | ||||||
* | Initial commit | Přemysl Eric Janouch | 2021-09-15 | 1 | -0/+114 | |