summaryrefslogtreecommitdiffhomepage
path: root/src/Bitmap.hs
AgeCommit message (Collapse)Author
2018-01-31Let's try travis.sh (hlint warnings) againjao
2017-04-29hlint warning fixedjao
2017-04-29hlint configurationjao
2015-03-08Compiler warningjao
2015-01-08Support for multiple fontsMarkus Scherer
2014-10-11Compatibility with mtl 2.1jao
Thanks to Apollon Oikonomopoulos!!
2014-09-24Add iconRoot config optionAlexander Shabalin
For all <icon=path/> if path does not start with "/", "./", "../" it will have iconRoot ++ "/" prepended to it.
2014-09-03Add .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
2014-02-18Add support for multiple actions per item, activated depending on mouse ↵Marcin Mikołajczyk
button clicked
2013-03-13Introduce ActionsAlexander Polakov
Actions are event re-actions. Currently only ButtonPress event is handled by Actions and only one action is defined, which is called Spawn (run external command). Type (and parser) can be extended to EWMH actions (switch to desktop, close window, whatever).
2013-02-25readBitmapFile was included into X11 packageAlexander Polakov
2013-02-04Better icon alignmentAlexander Polakov
2013-02-04Use real icon widthAlexander Polakov
2013-02-04Handle XReadBitmapFile errorsAlexander Polakov
2013-02-03Slight hlintingJose Antonio Ortega Ruiz
2013-02-03Fit to 80 columnsAlexander Polakov
2013-02-03Add standard headerAlexander Polakov
2013-02-03Fixes for previousAlexander Polakov
2013-02-03Move bitmap functions into Bitmap moduleAlexander Polakov