aboutsummaryrefslogtreecommitdiff
path: root/src/Rahm/Desktop/History.hs
Commit message (Collapse)AuthorAge
* Make the history zipper state persistent.Josh Rahm2022-12-14
| | | | I don't know why it wasn't always persistent ...
* Add export lists to all modules.Josh Rahm2022-11-23
|
* Remove more unused imports.Josh Rahm2022-11-23
| | | | GHC left some of the unused imports as `import X ()`
* Change to use minimal imports.Josh Rahm2022-11-23
| | | | | This is achieved by using `stack build --ghc-options=-ddump-minimal-imports` and looking for the *.imports files.
* Format with ormolu.Josh Rahm2022-11-21
|
* Add R.D.StackSet as a replacement for StackSet.Josh Rahm2022-10-09
|
* Starting to implement window management languageJosh Rahm2022-10-09
|
* fix some hlint warningsJosh Rahm2022-10-09
|
* Make history much, much more reliable.Josh Rahm2022-10-09
| | | | | | This time history is being done using a hook to keep track of history. This means I don't have to manually call pushHistory every time I focus a new window.
* [WIP] - Window change hooksJosh Rahm2022-10-09