summaryrefslogtreecommitdiffhomepage
path: root/src/Xmobar.hs
AgeCommit message (Expand)Author
2014-03-13Back to picking first screen by default (#158)0.20.1Jose Antonio Ortega Ruiz
2014-02-20Change actions syntaxMarcin Mikołajczyk
2014-02-18Add support for multiple actions per item, activated depending on mouse butto...Marcin Mikołajczyk
2013-03-13Help type inferencer a bit, kills warningAlexander Polakov
2013-03-13Fix actions for right side of the barAlexander Polakov
2013-03-13Use fmap instead of >>=Alexander Polakov
2013-03-13Introduce ActionsAlexander Polakov
2013-02-04Better icon alignmentAlexander Polakov
2013-02-04Use real icon widthAlexander Polakov
2013-02-03Fixes for previousAlexander Polakov
2013-02-03Implement icon cachingAlexander Polakov
2013-01-27XBM icon supportEdward O'Callaghan
2012-10-08Fixes for warnings reported in github issue #71Jose Antonio Ortega Ruiz
2012-09-11Avoiding X server leaks with XftColor cacheJose Antonio Ortega Ruiz
2012-09-10New module ColorCacheJose Antonio Ortega Ruiz
2012-09-09Missing Window module in cabal fileJose Antonio Ortega Ruiz
2012-09-09Correct vertical alignment for XFT fontsJose Antonio Ortega Ruiz
2012-09-01Some cosmetic fixes.Jochen Keil
2012-09-01Set StrutValues from showWindowJochen Keil
2012-09-01Pass the timeout value unchanged to the toggle functionJochen Keil
2012-09-01Send hide or reveal signal for togglingJochen Keil
2012-08-22Make it possible to delay Hide, Reveal and Toggle signalsJochen Keil
2012-08-22Refactor MVar SignalType to TMVar SignalTypeJochen Keil
2012-08-13Missing file headers and lintingJose 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-10Run the DBus event handler in startCommandJochen Keil
2012-08-10New SignalType TogglePersistentJochen Keil
2012-08-10New configuration option "persistent"Jochen 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-09Move signal handler and data types to own moduleJochen Keil
2012-08-09Modularize Window handling functionsJochen Keil
2012-06-04Added --with_threaded configuration flagJose Antonio Ortega Ruiz
2012-05-05LintingJose Antonio Ortega Ruiz
2012-05-05Redundant import Foreign removedJose Antonio Ortega Ruiz
2012-03-11Use Xrandr support from the X11 packageBen Boeckel
2012-01-14Remove dependency for ghc's threaded runtimeMartin Perner
2011-12-18Better vertical alignment (stab at #56)Jose Antonio Ortega Ruiz
2011-11-16Partial attempt at better vertical alignmentJose Antonio Ortega Ruiz
2011-09-19Refactored eventLoopMartin Perner
2011-09-16Changes signals usedMartin Perner
2011-09-11Minor cleanupMartin Perner
2011-09-10Wrong value used to check for xrandr eventMartin Perner
2011-09-10moved signal handler setup into eventloopMartin Perner
2011-09-10removed threading problem with XlibMartin Perner
2011-09-09complete reword of the eventLoopMartin Perner
2011-08-31Working versionMartin Perner
2011-08-31Update on Screen change worksMartin Perner
2011-08-30Init commitMartin Perner