| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make M-Up go to the parent directory | Přemysl Eric Janouch | 2021-12-20 | 1 | -0/+8 |
| * | Stop forcing a dark theme variant | Přemysl Eric Janouch | 2021-12-20 | 1 | -9/+9 |
| * | Simplify toolbar separators | Přemysl Eric Janouch | 2021-12-20 | 1 | -18/+9 |
| * | Stretch the toolbar across the window | Přemysl Eric Janouch | 2021-12-20 | 1 | -9/+16 |
| * | Add a convenience dark theme variant toggle | Přemysl Eric Janouch | 2021-12-20 | 1 | -1/+10 |
| * | Mark a dead end | Přemysl Eric Janouch | 2021-12-20 | 1 | -6/+10 |
| * | Make C-r also reload the current directory | Přemysl Eric Janouch | 2021-12-19 | 1 | -0/+5 |
| * | Add directory history | Přemysl Eric Janouch | 2021-12-19 | 1 | -14/+78 |
| * | Control TOOLBAR_FILE_{PREVIOUS,NEXT} sensitivity | Přemysl Eric Janouch | 2021-12-19 | 1 | -0/+5 |
| * | Use the same iteration order in view/browser | Přemysl Eric Janouch | 2021-12-19 | 1 | -19/+37 |
| * | Store the full path of the loaded image | Přemysl Eric Janouch | 2021-12-19 | 1 | -12/+13 |
| * | Give the zoom label a minimum width | Přemysl Eric Janouch | 2021-12-19 | 1 | -1/+5 |
| * | Insensivitize inappropriate toolbar actions | Přemysl Eric Janouch | 2021-12-19 | 1 | -4/+43 |
| * | Add a playback toggle button | Přemysl Eric Janouch | 2021-12-19 | 1 | -7/+29 |
| * | Add toolbar toggle buttons for scale-to-fit/filter | Přemysl Eric Janouch | 2021-12-19 | 1 | -8/+63 |
| * | Adopt shorter identifiers | Přemysl Eric Janouch | 2021-12-18 | 1 | -55/+53 |
| * | Add a simple toolbar to the view | Přemysl Eric Janouch | 2021-12-17 | 1 | -14/+198 |
| * | Improve light theme compatibility | Přemysl Eric Janouch | 2021-12-16 | 1 | -3/+3 |
| * | 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 |
| * | 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 |
| * | Add a customized sidebar widget | Přemysl Eric Janouch | 2021-11-19 | 1 | -48/+49 |
| * | 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 |
| * | 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 the forward mouse button go back to the view | Přemysl Eric Janouch | 2021-11-18 | 1 | -3/+22 |
| * | Make the Open dialog useful | Přemysl Eric Janouch | 2021-11-18 | 1 | -5/+24 |
| * | Add a sidebar with places | Přemysl Eric Janouch | 2021-11-18 | 1 | -6/+47 |
| * | 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 |
