summaryrefslogtreecommitdiffhomepage
path: root/src/Xmobar/X11/Loop.hs
AgeCommit message (Expand)Author
2024-03-30fix for unmet pattern matches warnings (clean build)jao
2023-11-11compatibility with GHC 9.6jao
2022-10-01a couple of superfluous IO usages removedjao
2022-09-30Run.Parsers -> Config.Templatejao
2022-09-20new namespace: Xmobar.Drawjao
2022-09-19wee refactoring (more types in X11.Types)jao
2022-09-19cairo: non-cairo is not an optionjao
2022-09-18qualified importsjao
2022-09-15new flag: with_xrenderjao
2022-09-13XlibDraw: verticalOffsets in XConf not neededjao
2022-09-12cairo: with_xft deprecated, with_cairo synomymjao
2022-09-12wee refactoring: a couple type synonymsjao
2022-09-11x event loop clean-upsjao
2022-09-11cairo: bitmapsjao
2022-09-10cairo: fonts, offsets, colors, actionsjao
2022-08-13fix: default to textOffset for missing textOffsets entriesjao
2022-04-18New dbus signal: SetAlpha (fixes #499)jao
2022-02-17Refactoring: Clean up naming of X11 event loop threadsTomas Janousek
2022-02-06Little refactoring: forkThreadjao
2022-02-04Refactoring: event loop handling simplificationsjao
2022-02-04Xmobar.App.X11EventLoop -> Xmobar.X11.Loopjao