Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-21 | Split Modules into Library & Executable Structure | Pavan Rikhi | |
Move the Main module to a new `app` directory. All other modules have been nested under the `Xmobar` name. Lots of module headers & imports were updated. | |||
2014-10-11 | Compatibility with mtl 2.1 | jao | |
Thanks to Apollon Oikonomopoulos!! | |||
2014-09-04 | Add the header to XPMFile | Alexander Shabalin | |
2014-09-03 | Add .xpm support for <icon> via libXpm. | Alexander Shabalin | |
* Adds a new flag with_xpm to enable compilation with xpm support * Adds a module XPMFile only exporting readXPMFile which almost mirrors Graphics.X11.Xlib.Misc.readBitmapFile * During loadBitmap a file is first tried with readBitmapFile and if it fails with readXPMFile |