Age | Commit message (Collapse) | Author | |
---|---|---|---|
26 hours | prototype for onClick method in Exec | jao | |
2024-03-30 | fix for unmet pattern matches warnings (clean build) | jao | |
2023-06-02 | center middle section for templates of the form "}M{" (fixes #677) | 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 | 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-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-09-30 | Run.Parsers -> Config.Template | jao | |
2022-09-21 | better abstracted icon drawing interface | jao | |
2022-09-20 | fix for -f-with_xrender buildcairo | jao | |
2022-09-20 | new namespace: Xmobar.Draw | jao | |