Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add more key bindings | Přemysl Eric Janouch | 2021-11-29 | 1 | -0/+4 |
| | |||||
* | Use GFile a bit more | Přemysl Eric Janouch | 2021-11-27 | 1 | -5/+9 |
| | |||||
* | Allow opening in a new window from the sidebar | Přemysl Eric Janouch | 2021-11-26 | 1 | -1/+1 |
| | |||||
* | Add an "Open With" context menu to browser items | Přemysl Eric Janouch | 2021-11-23 | 1 | -4/+2 |
| | |||||
* | Improve memory management | Přemysl Eric Janouch | 2021-11-23 | 1 | -1/+2 |
| | |||||
* | Register for opening directories | Přemysl Eric Janouch | 2021-11-22 | 1 | -8/+19 |
| | |||||
* | Add a better key binding for switching | Přemysl Eric Janouch | 2021-11-22 | 1 | -0/+7 |
| | |||||
* | Fix further focus issues | Přemysl Eric Janouch | 2021-11-22 | 1 | -0/+1 |
| | |||||
* | Fix browsing right after opening a file directly | Přemysl Eric Janouch | 2021-11-22 | 1 | -1/+2 |
| | |||||
* | Another focus-related fix | Přemysl Eric Janouch | 2021-11-22 | 1 | -1/+10 |
| | |||||
* | Fix two issues with browser scrolling | Přemysl Eric Janouch | 2021-11-22 | 1 | -0/+10 |
| | |||||
* | Improve the window title situation | Přemysl Eric Janouch | 2021-11-21 | 1 | -9/+22 |
| | |||||
* | Bind double click to full screen toggle | Přemysl Eric Janouch | 2021-11-21 | 1 | -5/+17 |
| | |||||
* | Remove insanity | Přemysl Eric Janouch | 2021-11-21 | 1 | -11/+5 |
| | |||||
* | Add ability to use different thumbnail sizes | Přemysl Eric Janouch | 2021-11-21 | 1 | -11/+47 |
| | |||||
* | Implement filtering by supported extensions | Přemysl Eric Janouch | 2021-11-21 | 1 | -1/+42 |
| | |||||
* | Add some custom action buttons to the sidebar | Přemysl Eric Janouch | 2021-11-20 | 1 | -0/+4 |
| | | | | | | So far they're inactive, and do not do anything. Change the icon for the current directory to stand out. | ||||
* | Fix key handling and Meson | Přemysl Eric Janouch | 2021-11-20 | 1 | -1/+1 |
| | |||||
* | Fix some issues with browser/view switching | Přemysl Eric Janouch | 2021-11-20 | 1 | -10/+7 |
| | |||||
* | Make a middle click open items in a new instance | Přemysl Eric Janouch | 2021-11-20 | 1 | -7/+10 |
| | |||||
* | 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 |
| |