Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-12 | Not posix, pcre | Jose Antonio Ortega Ruiz | |
2013-07-10 | Added regex-posix to dependencies | Jose Antonio Ortega Ruiz | |
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 | |
2012-06-04 | Added --with_threaded configuration flag | Jose Antonio Ortega Ruiz | |
Fixes #36 | |||
2012-06-04 | More specific in libmpd versioning | Jose Antonio Ortega Ruiz | |
2012-04-14 | Removed 'modifyTVar' to be compatible with STM-2.3. | Peter Kasza | |
2012-04-11 | Requiring X11 1.6 | Jose Antonio Ortega Ruiz | |
2012-03-11 | Bump minimum version | Ben Boeckel | |
2012-03-03 | Remove old-time dependency | Jonathan Grochowski | |
The Date and DateZone plugins no longer depend on old-time so we remove it from the list of explicit dependencies. | |||
2012-01-14 | Next version updated to 0.15 instead of 0.14.1 | Jose Antonio Ortega Ruiz | |
2012-01-14 | Remove dependency for ghc's threaded runtime | Martin Perner | |
2011-12-21 | MPRIS plugin | Artem Tarasov | |
2011-12-11 | Stricter dependency version constraints | Jose Antonio Ortega Ruiz | |
2011-12-10 | cabal file tweak0.14 | Jose Antonio Ortega Ruiz | |
2011-11-16 | Merge remote-tracking branch 'skinner/localeDate' into localeDate | Jose Antonio Ortega Ruiz | |
2011-11-03 | fix for ghc6 | Martin Perner | |
added applicative instance for ReaderT which was added in GHC7 | |||
2011-10-27 | DateZone, Date*L Plugin merges; DateZone API-Change! | Martin Perner | |
To support multiple locales, an lock was introduced. Although through this, supporting DateL and DateZoneL would be cumbersome. To simplify the usage, DateZone was replaced with DateZoneL. Additionally the position of the Alias parameter was changed. Using "" as Zone parameter for DateZoneL simulates DateL. Providing also "" for locale simulates Date. | |||
2011-10-26 | Adding locale support to Date plugins | Martin Perner | |
This commits adds support for localized datetime outputs like date(1). | |||
2011-09-20 | Version bump in preparation for 0.14 | Jose Antonio Ortega Ruiz | |
2011-09-19 | Merge branch 'screen_update' of git://github.com/skinner33/xmobar into ↵ | Jose Antonio Ortega Ruiz | |
skinner-screen_update Conflicts: NEWS src/XUtil.hsc | |||
2011-09-09 | complete reword of the eventLoop | Martin Perner | |
*) replaced window destroy and create with a reposition *) replaced the exception for redraw with an MVar *) put nextEvent into an own thread, communication over the MVar *) signal handlers for repositioning and screen swap Notes: *) getScreenInfo is a parameter of eventLoop because it blocks when there is an nextEvent waiting for an new event | |||
2011-08-31 | Added Keyboard Layout Indicator Plugin | Martin Perner | |
2011-08-30 | Init commit | Martin Perner | |
handle doesn't get all events. simple c program and simple haskell program are getting all of them. there must be something in xmobar which catches about 3 of the screenchange events ... | |||
2011-08-30 | catch alsa exception on decibel acquire | Martin Perner | |
This closes #17. For some reasons the alsa interface does not provide a dB value on all systems. Instead an error is returned. The alsa-mixer library checks for such return values and throws an exception if one is detected. This patch catches the exception and returns 0 as dB value. | |||
2011-07-21 | DateZone: Added plugin for localized date | Martin Perner | |