summaryrefslogtreecommitdiffhomepage
path: root/Xmobar.hs
AgeCommit message (Expand)Author
2009-12-30add positions with height informationDaniel Wagner
2010-02-10fix ghc-6.12.1 warnings andd fix issue 17Andrea Rossato
2010-02-09update my emailAndrea Rossato
2009-10-11Support for base 4 without base-3 compatibilityAdam Vogt
2009-04-20Accept the outermost OnScreen XPositionAdam Vogt
2009-03-24Fix colour allocation leaknzeh
2008-12-07Create _NEW_WM_STRUT_PARTIAL properties for Static positionAndrew Sackville-West
2008-10-08Make lowerOnStart configurable. Note this breaks config backwards compatibilitySpencer Janssen
2008-09-18Lower the window, so as not to cover other windowsSpencer Janssen
2008-09-01code formattingAndrea Rossato
2008-09-01xmobar_different_heights_generalizedJan Vornberger
2008-08-31onscreen-pos-strut-property-fixJan Vornberger
2008-08-23use LANGUAGE pragmasAndrea Rossato
2008-08-06Add Support for positioning on certain screensSpencer Janssen
2008-04-29style, pointfree and trailing spaces0.9_releaseAndrea Rossato
2008-03-30Fix _NET_WM_STRUT_PARTIAL implementationAndrea Rossato
2008-03-29Set _NET_WM_STRUT_PARTIAL instead of _NET_WM_STRUT and change mkUnmanageWindo...Andrea Rossato
2008-03-16add XFT support and make UTF-8 support configurableAndrea Rossato
2008-02-19Xmobar: vertical align after wc stringAndrea Rossato
2008-02-16add utf8 support to the core systemAndrea Rossato
2008-01-09Set strut value for BottomW and TopW tooAndrea Rossato
2007-11-04A new implementation of the position configuration optionAndrea Rossato
2007-11-04Preserve backward compatibilityAndrea Rossato
2007-11-04Added possibility to set the main window's widthAndrea Rossato
2007-11-04Window is mapped after properties have been setAndrea Rossato
2007-11-04Fixed a compilation issue on non 32bit machinesAndrea Rossato
2007-10-29Code formatting onlyAndrea Rossato
2007-10-28Avoid irrefutable pattern in handling text alignmentAndrea Rossato
2007-10-28Added support for alignment commands in the output templateAndrea Rossato
2007-10-28Now we use information returned by getScreenInfo to draw the main window and ...Andrea Rossato
2007-10-27Added XRandR supportAndrea Rossato
2007-10-23Fix text vertical alignment.Dmitry Kurochkin
2007-10-12Allow setting the foreground colorAndrea Rossato
2007-10-11The MVar is needed to avoid a race conditionAndrea Rossato
2007-10-06Remove MVar from eventLoop.Dmitry Kurochkin
2007-10-03Use dynamic exceptions.Dmitry Kurochkin
2007-10-05Fix race conditions in Xmobar.eventLoopSpencer Janssen
2007-10-02coding style consistencyAndrea Rossato
2007-10-02Removed unneeded stuffAndrea Rossato
2007-10-02Now Xmobar uses STM concurrencyAndrea Rossato
2007-09-28code formattingAndrea Rossato
2007-09-27Xmobas.hs: updated to reflect the API change - code formatting and cleanupAndrea Rossato
2007-07-24loadQueryFont must be protected by catchAndrea Rossato
2007-07-24if an invalid color name or value is given the black pixel will used insteadAndrea Rossato
2007-07-20X code cleanupAndrea Rossato
2007-07-18Use asynchronous exceptions to obviate the need for forkOS and threadedSpencer Janssen
2007-07-17execCommands is a mapMSpencer Janssen
2007-07-17threads are now started with forkOSAndrea Rossato
2007-07-17XEvents code cleanupAndrea Rossato
2007-07-17XExposeEvent handling: that requires X11-extrasAndrea Rossato