index
:
xmobar
cairo
master
a minimalistic status bar
jao
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Xmobar.hs
Age
Commit message (
Expand
)
Author
2008-02-16
add utf8 support to the core system
Andrea Rossato
2008-01-09
Set strut value for BottomW and TopW too
Andrea Rossato
2007-11-04
A new implementation of the position configuration option
Andrea Rossato
2007-11-04
Preserve backward compatibility
Andrea Rossato
2007-11-04
Added possibility to set the main window's width
Andrea Rossato
2007-11-04
Window is mapped after properties have been set
Andrea Rossato
2007-11-04
Fixed a compilation issue on non 32bit machines
Andrea Rossato
2007-10-29
Code formatting only
Andrea Rossato
2007-10-28
Avoid irrefutable pattern in handling text alignment
Andrea Rossato
2007-10-28
Added support for alignment commands in the output template
Andrea Rossato
2007-10-28
Now we use information returned by getScreenInfo to draw the main window and ...
Andrea Rossato
2007-10-27
Added XRandR support
Andrea Rossato
2007-10-23
Fix text vertical alignment.
Dmitry Kurochkin
2007-10-12
Allow setting the foreground color
Andrea Rossato
2007-10-11
The MVar is needed to avoid a race condition
Andrea Rossato
2007-10-06
Remove MVar from eventLoop.
Dmitry Kurochkin
2007-10-03
Use dynamic exceptions.
Dmitry Kurochkin
2007-10-05
Fix race conditions in Xmobar.eventLoop
Spencer Janssen
2007-10-02
coding style consistency
Andrea Rossato
2007-10-02
Removed unneeded stuff
Andrea Rossato
2007-10-02
Now Xmobar uses STM concurrency
Andrea Rossato
2007-09-28
code formatting
Andrea Rossato
2007-09-27
Xmobas.hs: updated to reflect the API change - code formatting and cleanup
Andrea Rossato
2007-07-24
loadQueryFont must be protected by catch
Andrea Rossato
2007-07-24
if an invalid color name or value is given the black pixel will used instead
Andrea Rossato
2007-07-20
X code cleanup
Andrea Rossato
2007-07-18
Use asynchronous exceptions to obviate the need for forkOS and threaded
Spencer Janssen
2007-07-17
execCommands is a mapM
Spencer Janssen
2007-07-17
threads are now started with forkOS
Andrea Rossato
2007-07-17
XEvents code cleanup
Andrea Rossato
2007-07-17
XExposeEvent handling: that requires X11-extras
Andrea Rossato
2007-07-17
changed runXmobar to runXbar
Andrea Rossato
2007-07-14
README and Cabal edits
Andrea Rossato