Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-11 | compatibility with GHC 9.6 | jao | |
2023-09-02 | typo | jao | |
2023-09-02 | docs and changelog on libmpd0.47.1 | jao | |
2023-09-01 | allow requesting explicitly libmpd with with_mpd for any ghc version | jao | |
2023-08-30 | woodpecker: pipeline -> steps | jao | |
2023-08-30 | changelog and copyright years0.47 | jao | |
2023-08-30 | version bump | jao | |
2023-08-30 | .drone.yml -> .woodpecker.yml | jao | |
2023-08-28 | exclude libmpd for ghc 9.4 or greater | jao | |
2023-07-11 | Add FreeBSD installation instruction | Jaroslaw Jantura | |
2023-06-02 | center middle section for templates of the form "}M{" (fixes #677) | jao | |
2023-03-26 | docs: comment on use of X11 fonts (fixes #658) | jao | |
2023-03-22 | Handle SocketError when attempting to connect to dbus | Corey Halpin | |
Extends the solution from 8a53271cd6 to also handle SocketError, so that the process will not terminate. See also issue #537. | |||
2023-01-17 | stack dependencies for cairo/pango (fixes #666) | jao | |
2023-01-05 | typo | jao | |
2023-01-05 | testing with ghc 9.2 for now (again)0.46 | jao | |
2023-01-05 | testing with ghc 9.2 for now (again) | jao | |
2023-01-05 | testing with ghc 9.2.5 for now | jao | |
2023-01-05 | testing with ghc 9.2 for now | jao | |
pango seems to be incompatible with ghc 9.4.4 because it needs text < 2. | |||
2023-01-05 | trying to fix deps for ghc 9.4.4 | jao | |
2023-01-05 | base 4.17 (ghc 9.4.x) and version bump | jao | |
2023-01-04 | relative link fixes | jao | |
2023-01-04 | docs: bar sections and new alignment behaviour | jao | |
2022-12-31 | layout: special case for empty left segment (see #655) | jao | |
2022-12-23 | Fix for #663: honour explicit bg/fg colors for icons | jao | |
2022-12-10 | off by ones | jao | |
2022-12-10 | off by one | jao | |
2022-12-10 | alignment: avoid overlapping of left and right segments | jao | |
Might help with #655 | |||
2022-11-30 | linting | jao | |
2022-11-30 | changelog and author for previous commit | jao | |
2022-11-30 | Adds DPI configuration (#660) | jgrocho | |
Adds a new DPI configuration, especially useful for HiDPI displays. This changes the scaling factor for fonts as displayed by Pango. It defaults to 96.0 which corresponds to an average screen and is the default in [Cairo](https://hackage.haskell.org/package/pango-0.13.5.0/docs/Graphics-Rendering-Pango-Cairo.html#v:cairoFontMapGetDefault). It's also possible to supply a zero or negative value to use the default scaling factor, but I felt setting the default to 96.0 makes it more explicit. It also adds a matching command line option. I haven't tested it too thoroughly, but in my limited use it appears to be working as intended. One thing this does not do is scale XBM and XPM bitmap files which I'm unsure how to do or if that should even be our concern (instead leaving it up to the user to supply appropriate bitmaps). Co-authored-by: Jonathan Grochowski <jon@grocho.net> Reviewed-on: https://codeberg.org/xmobar/xmobar/pulls/660 Co-authored-by: jgrocho <codeberg@jon.grocho.net> Co-committed-by: jgrocho <codeberg@jon.grocho.net> | |||
2022-11-16 | cairo: recover pre-cairo z-ordering of segments | jao | |
2022-11-16 | cairo: fix: don't draw outside maximum allowed offset | jao | |
2022-11-16 | docs: warning for 10-bit colour and Xrender (issue #651) | jao | |
2022-11-13 | similar take on centering the center | jao | |
2022-11-13 | center segment drawn in the center of the bar | jao | |
should make things better for #650 and #655 | |||
2022-11-08 | documentation and credits | jao | |
2022-11-08 | Fixes offset of the pseudo-transparent background | Kostas Agnantis | |
2022-11-08 | Adds 'XPosition' type documentation and code fixes based on review | Kostas Agnantis | |
2022-11-06 | Adds new position configuration | Kostas Agnantis | |
- TopHM: Top position with left/right/top margins and specific height - BottomHM: Bottom position with left/right/bottom margins and specific height | |||
2022-10-17 | documentation nit | jao | |
2022-10-17 | documentation nit | jao | |
2022-10-16 | changelog and version bump0.45 | jao | |
2022-10-06 | whitespace | jao | |
2022-10-01 | wee clean ups | jao | |
2022-10-01 | Config.Template refactorings | jao | |
2022-10-01 | a couple of superfluous IO usages removed | jao | |
2022-09-30 | Run.Parsers -> Config.Template | jao | |
2022-09-28 | fix typos | exorcist365 | |
2022-09-28 | fixes to the above (or is it below?) | jao | |