Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-30 | Merge branch 'transparency' of https://github.com/ezyang/xmobar | jao | |
Conflicts: src/Config.hs src/Main.hs src/Parsers.hs src/XUtil.hsc src/Xmobar.hs | |||
2014-12-26 | Version updated to 0.23 | jao | |
2014-10-28 | HTTP dependency updated to 4000.2.4 (should close #200) | jao | |
2014-10-11 | Updates for 0.22.10.22.1 | jao | |
2014-10-11 | Compatibility with mtl 2.1 | jao | |
Thanks to Apollon Oikonomopoulos!! | |||
2014-10-09 | Preparing 0.220.22 | jao | |
2014-09-28 | Upgrade to libmpd 0.9 | jao | |
2014-09-05 | mtl 2.2.1 | jao | |
2014-09-04 | Missing XPMFile module added to xmobar.cabal | jao | |
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-08-09 | MarqueePipeReader added to cabal file | jao | |
2014-05-29 | A simple CatInt monitor | Nathaniel Wesley Filardo | |
2014-05-16 | Accepting mtl 2.2 (closes #167) | Jose Antonio Ortega Ruiz | |
2014-04-24 | cabal file updates for 0.21 | Jose Antonio Ortega Ruiz | |
2014-03-13 | Back to picking first screen by default (#158)0.20.1 | Jose Antonio Ortega Ruiz | |
2014-03-07 | src/Plugins/Monitors/Volume.hs: port to alsa-mixer-0.2 | Sergei Trofimovich | |
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> | |||
2014-02-05 | Find out whether the weather monitor is likely to block | Ben Boeckel | |
Uses the HTTP module to do the work rather than curl. | |||
2014-02-05 | Version bump | Jose Antonio Ortega Ruiz | |
2013-08-13 | Version bump | Jose Antonio Ortega Ruiz | |
2013-07-12 | Back to regex-compat with a simpler POSIX regexp | Jose Antonio Ortega Ruiz | |
2013-07-12 | Apparently, GHC 7.4.2 needs an explicit dependency on array | Jose Antonio Ortega Ruiz | |
2013-07-12 | Not posix, pcre | Jose Antonio Ortega Ruiz | |
2013-07-10 | Added regex-posix to dependencies | Jose Antonio Ortega Ruiz | |
2013-07-07 | Transparency and tint support. | Edward Z. Yang | |
New configuration option 'alpha' which adjusts alpha transparency (0 is transparent, 255 is opaque). Signed-off-by: Edward Z. Yang <ezyang@mit.edu> | |||
2013-07-05 | Implement XDG logic locally | Ben Boeckel | |
Avoids an extra dependency. | |||
2013-07-04 | Support xmobarrc living in XDG_CONFIG_HOME | Ben Boeckel | |
2013-06-12 | Version 0.180.18 | Jose Antonio Ortega Ruiz | |
2013-06-05 | Stripping actions in stdin and xprop plugins | Jose Antonio Ortega Ruiz | |
2013-05-05 | Vanity knows no limits0.17 | Jose Antonio Ortega Ruiz | |
2013-03-18 | Version set to 0.17 | Jose Antonio Ortega Ruiz | |
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-03 | Fixes for previous | Alexander Polakov | |
2013-01-27 | XBM icon support | Edward O'Callaghan | |
<icon=/path/to/icon> | |||
2012-12-03 | Updates for 0.160.16 | Jose Antonio Ortega Ruiz | |
2012-10-07 | small_base flag eliminated | Jose Antonio Ortega Ruiz | |
2012-09-27 | New Locks plugin listed in cabal file | Jose Antonio Ortega Ruiz | |
2012-09-11 | Avoiding X server leaks with XftColor cache | Jose Antonio Ortega Ruiz | |
This patch is a first complete solution to the long-standing memory leak (on the X server side) caused by repeteadly asking the server to allocate XftColor instances. Despite the fact that we were freeing them, the server didn't seem to care... this was also happening for non-Xft Colors, and solved in the same way we'd done here, i.e., by caching XftColor instances. And additional complication has been that Graphics.X11.Xft doesn't export any function to create and retain an XftColor, nor the necessary datatype constructors to write a compatible version outside the module (there's no way to construct an XftColor instance to pass to the other functions in the library). So, i've created my own lite version of the whole module, until the day it supports XftColor creation. | |||
2012-09-10 | New module ColorCache | Jose Antonio Ortega Ruiz | |
2012-09-09 | Missing Window module in cabal file | Jose Antonio Ortega Ruiz | |
2012-08-13 | LICENSE -> license | Jose Antonio Ortega Ruiz | |
2012-08-13 | with_dbus documented | Jose Antonio Ortega Ruiz | |
2012-08-12 | Fix the MPRIS plugin to work with DBus >= 0.10 | Jochen Keil | |
This commit updates the mpris plugin to use the DBus 0.10 interface. DBus-Core does no longer exist and is deprecated. DBus 0.10 does not use proxies anymore. The dependency on Data.Text also disappeared. Since I do not have/use mpris I cannot test if this works. It should however, since the functionality was just transformed to use the new interface. | |||
2012-08-10 | Add IPC with DBus as optional build dependency | Jochen Keil | |
Not everybody has/wants the DBus library so this can be chosen at compile time. | |||
2012-07-24 | Bit of news and version bump | Jose Antonio Ortega Ruiz | |
2012-07-21 | Merge remote-tracking branch 'math/dev/mpd-idle' into mpd | Jose Antonio Ortega Ruiz | |
Conflicts: xmobar.cabal | |||
2012-07-17 | xmobar.cabal: port to libmpd-0.8. | Sergei Trofimovich | |
Now all values are returned as 'Value' wrapped entries. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> | |||
2012-07-17 | xmobar.cabal: allow stm-2.4 and mtl-2.1 | Sergei Trofimovich | |
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> | |||
2012-06-09 | Add a blocking call for MPD based on events | Ben Boeckel | |
2012-06-04 | News/Readme updates (including making them github-friendlier) | Jose Antonio Ortega Ruiz | |