Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |