Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-08 | Compiler warning | jao | |
2015-01-08 | Support for multiple fonts | Markus Scherer | |
2014-10-11 | Compatibility with mtl 2.1 | jao | |
Thanks to Apollon Oikonomopoulos!! | |||
2014-09-24 | Add iconRoot config option | Alexander Shabalin | |
For all <icon=path/> if path does not start with "/", "./", "../" it will have iconRoot ++ "/" prepended to it. | |||
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 | |||
2014-02-18 | Add support for multiple actions per item, activated depending on mouse ↵ | Marcin Mikołajczyk | |
button clicked | |||
2013-03-13 | Introduce Actions | Alexander 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-25 | readBitmapFile was included into X11 package | Alexander Polakov | |
2013-02-04 | Better icon alignment | Alexander Polakov | |
2013-02-04 | Use real icon width | Alexander Polakov | |
2013-02-04 | Handle XReadBitmapFile errors | Alexander Polakov | |
2013-02-03 | Slight hlinting | Jose Antonio Ortega Ruiz | |
2013-02-03 | Fit to 80 columns | Alexander Polakov | |
2013-02-03 | Add standard header | Alexander Polakov | |
2013-02-03 | Fixes for previous | Alexander Polakov | |
2013-02-03 | Move bitmap functions into Bitmap module | Alexander Polakov | |