2021-11-03 00:21 | Explicitly set item orientation and activate on single click | mcol | 1 | +2 | -0 |
2021-11-03 00:05 | Add more styles to example style.css | mcol | 2 | +34 | -1 |
2021-11-02 22:43 | make transparent background style specific | mcol | 1 | +1 | -1 |
2021-11-02 18:16 | Add user custom CSS | mcol | 2 | +33 | -3 |
2021-11-02 17:30 | Move style code into new Style.hs | mcol | 4 | +23 | -10 |
2021-11-02 16:53 | update readme | mcol | 1 | +3 | -3 |
2021-11-02 16:36 | Implement wlr-layer-surface protocol | mcol | 1 | +17 | -11 |
2021-11-02 16:01 | temp fix: use local haskell-gi from source | mcol | 1 | +16 | -2 |
2021-11-02 16:00 | Add gi-gtk-layer-shell to deps. haskell-gi source is currently needed | mcol | 1 | +2 | -1 |
2021-11-02 12:54 | Use dark theme by default | mcol | 1 | +2 | -0 |
2021-11-02 01:42 | addCSS: get screen from window to avoid Maybe | mcol | 1 | +7 | -9 |
2021-11-02 01:32 | Make icons reorderable via dragging | mcol | 1 | +1 | -0 |
2021-11-02 01:32 | Make background of window transparent | mcol | 1 | +11 | -0 |
2021-11-01 01:11 | Set window size to monitor size | mcol | 3 | +45 | -9 |
2021-11-01 00:04 | fix getting desktop directory | mcol | 1 | +2 | -2 |
2021-10-31 23:55 | fixup language pragmas | mcol | 2 | +5 | -2 |
2021-10-31 23:47 | add dist-newstyle/ to gitignore | mcol | 1 | +1 | -0 |
2021-10-31 23:47 | Update cabal file | mcol | 1 | +3 | -3 |
2021-10-31 15:42 | Improve Icons.hs style | mcol | 2 | +6 | -6 |
2021-10-31 15:42 | Add Kowainik style to ghc options | mcol | 1 | +7 | -0 |
2021-10-31 15:25 | Clean up getIcon | mcol | 1 | +6 | -9 |
2021-10-31 15:18 | small readme updates | mcol | 1 | +7 | -5 |
2021-09-03 23:30 | Add explicit exports | mcol | 1 | +3 | -1 |
2021-08-25 17:05 | Set window hint to "desktop" | mcol | 2 | +3 | -0 |
2021-08-22 18:48 | Make window non-resizable | mcol | 1 | +1 | -0 |
2021-08-22 18:02 | Add xyz.mcol.xanadu as application ID | mcol | 1 | +1 | -1 |
2021-08-22 16:17 | Use mimeopen in example usage instead of xdg-open as it is better | mcol | 1 | +4 | -3 |
2021-08-22 14:22 | Add folder-management in default usage | mcol | 1 | +10 | -2 |
2021-08-22 12:29 | Show folder icon if path is a folder | mcol | 1 | +11 | -7 |
2021-08-22 00:29 | Add information to readme | mcol | 1 | +28 | -0 |
2021-08-21 23:49 | Flush output after printing | mcol | 1 | +2 | -1 |
2021-08-21 23:08 | Print full path of activate items | mcol | 1 | +4 | -4 |
2021-08-21 21:31 | Hook function to activaiton of item | mcol | 1 | +12 | -1 |
2021-08-21 18:33 | flip appending /Desktop to $HOME | mcol | 1 | +2 | -2 |
2021-08-21 12:41 | Use $(XDG_DESKTOP_DIR:-$HOME) for root folder | mcol | 1 | +13 | -2 |
2021-08-21 12:07 | Add data type for items and save whether they are directories | mcol | 1 | +20 | -11 |
2021-08-21 00:17 | Trim initIcons block of unnecessary variables | mcol | 1 | +4 | -6 |
2021-08-21 00:13 | Split icon-handling code into module | mcol | 3 | +58 | -46 |
2021-08-21 00:01 | Clean up nested Maybe cases with MaybeT block | mcol | 2 | +13 | -11 |
2021-08-20 14:53 | replace hard-coding of my own home dir with users home dir | mcol | 1 | +3 | -2 |
2021-08-19 23:47 | Use icon theme and get icons for each file | mcol | 2 | +22 | -9 |
2021-08-19 12:50 | Set second column of listview to gdk pixbufs | mcol | 2 | +8 | -3 |
2021-08-19 10:20 | Set selection mode with drag | mcol | 1 | +1 | -0 |
2021-08-19 10:18 | Use text for tooltips | mcol | 1 | +1 | -0 |
2021-08-19 10:11 | Simplify populate function | mcol | 1 | +1 | -7 |
2021-08-19 10:02 | Commit initial somewhat-working version | mcol | 8 | +136 | -0 |