summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2012-09-15Enhanced PipeReader capabilitiesReto Habluetzel
2012-09-14better readable codeReto Habluetzel
2012-09-14removed todo commentsReto Habluetzel
2012-09-04automatic detection of devices using /sys/class/net directoryReto Habluetzel
2012-08-29cleaned up imports, renamed variableReto Habluetzel
2012-08-29added dynnetwork, which selects the busiest network of a list and displays itReto Habluetzel
2012-08-27added PipeReader2 which accepts a defaultReto Habluetzel
2012-08-22Make it possible to delay Hide, Reveal and Toggle signalsJochen Keil
2012-08-22Refactor MVar SignalType to TMVar SignalTypeJochen Keil
2012-08-22Allow multiple signals over dbus at onceJochen Keil
2012-08-16Update src/Signal.hssoul9
2012-08-16New configuration option 'hideOnStart'Jochen Keil
2012-08-14Bugfix: Replace the TMVar String with a TVar (Maybe String)Jochen Keil
2012-08-13Missing file headers and lintingJose Antonio Ortega Ruiz
2012-08-13Missing import for 'when'Jose Antonio Ortega Ruiz
2012-08-13Revert lowerOnStart to its original behaviourJochen Keil
2012-08-12Run the DBus/IPC handler only once on program startJochen Keil
2012-08-12Catch error when DBus connection failsJochen Keil
2012-08-12Fix the MPRIS plugin to work with DBus >= 0.10Jochen Keil
2012-08-10Run the DBus event handler in startCommandJochen Keil
2012-08-10Move the IsVariant SignalType instance to Signal moduleJochen Keil
2012-08-10Move safeHead to Plugins.UtilsJochen Keil
2012-08-10Add an initial (working) version of the DBus IPC moduleJochen Keil
2012-08-10New SignalType TogglePersistentJochen Keil
2012-08-10New configuration option "persistent"Jochen Keil
2012-08-09Bugfix: Do not hide the window when toggling is off for this pipeJochen Keil
2012-08-09Bugfix: Replace TVar with TMVar for the old valueJochen Keil
2012-08-09Implement trigger method for BufferedPipeReader PluginJochen Keil
2012-08-09Cosmetic surgeryJochen Keil
2012-08-09Add functions for {reveal,hid,toggl}ing the windowJochen Keil
2012-08-09Create signal handler in main and pass it down to the start* functionsJochen Keil
2012-08-09Extend the interface so that plugins can send signalsJochen Keil
2012-08-09Add signals for {show,hid,toggl}ingJochen Keil
2012-08-09Move signal handler and data types to own moduleJochen Keil
2012-08-09Modularize Window handling functionsJochen Keil
2012-08-08BufferedPipeReader: A plugin for temporary data displayJochen Keil
2012-07-28Fixes for DiskU, which was exploding on recent LinuxJose Antonio Ortega Ruiz
2012-07-21Merge remote-tracking branch 'math/dev/mpd-idle' into mpdJose Antonio Ortega Ruiz
2012-07-19Nit in StatFSJose Antonio Ortega Ruiz
2012-07-17xmobar.cabal: port to libmpd-0.8.Sergei Trofimovich
2012-06-09Add the AutoMPD monitorBen Boeckel
2012-06-09Add a blocking call for MPD based on eventsBen Boeckel
2012-06-09Add runM variant which takes a blocking callBen Boeckel
2012-06-04Added --with_threaded configuration flagJose Antonio Ortega Ruiz
2012-06-04Mostly failed attempt to robustify disk usage monitorJose Antonio Ortega Ruiz
2012-05-20WhitespaceJose Antonio Ortega Ruiz
2012-05-05LintingJose Antonio Ortega Ruiz
2012-05-05Kbd: compilation warnings and whitespaceJose Antonio Ortega Ruiz
2012-05-05Redundant import Foreign removedJose Antonio Ortega Ruiz
2012-05-05Duplicate instance definition (github issue #45)Jose Antonio Ortega Ruiz