Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-29 | hlint configuration | jao | |
2015-05-20 | Umpteenth attempt at background horizontal alignment | jao | |
2015-05-03 | Explanatory warning when xft font is requsted but not supported | Alan Gilbert | |
2015-04-20 | Horizontal alignment of text background | jao | |
2015-04-19 | Background's alignment and size | jao | |
2015-04-13 | A bit more experimentation with alignment | jao | |
2015-03-20 | Fixes for vertical alignment and border drawing | jao | |
2015-03-19 | More alignment fixes | jao | |
2015-03-18 | Fix for background's vertical aligment | jao | |
2015-02-02 | Real fix: Xrender only available if with_xft | jao | |
2015-02-01 | Fix for compilation with 7.8 | jao | |
Although i'm not sure what i really fixed | |||
2015-01-07 | Cleanups: not exporting XRender functions nobody uses | jao | |
2015-01-07 | Honoring multiple fonts in the last fix | jao | |
2015-01-07 | Honoring background color when alpha=255 (issue #209) | jao | |
2014-12-30 | Linting and defaults | jao | |
2014-12-30 | Merge branch 'transparency' of https://github.com/ezyang/xmobar | jao | |
Conflicts: src/Config.hs src/Main.hs src/Parsers.hs src/XUtil.hsc src/Xmobar.hs | |||
2014-12-18 | Allow the Xlib automatically choose a font size. | Alexander Stepanenko | |
2014-09-18 | Linting of the multixft patch | jao | |
2014-09-17 | Support XFT multiple fonts | Phil Xiaojun Hu | |
2013-07-07 | Transparency and tint support. | Edward Z. Yang | |
New configuration option 'alpha' which adjusts alpha transparency (0 is transparent, 255 is opaque). Signed-off-by: Edward Z. Yang <ezyang@mit.edu> | |||
2013-04-25 | New overrideRedirect configuration parameter | Jose Antonio Ortega Ruiz | |
2013-02-03 | Slight hlinting | Jose Antonio Ortega Ruiz | |
2013-02-03 | Fixes for previous | Alexander Polakov | |
2013-02-03 | Implement icon caching | Alexander Polakov | |
2013-01-27 | reindent again | Alexander Polakov | |
2013-01-27 | Add finalizer for the icon pixmap | Alexander Polakov | |
2013-01-27 | Some tabs slipped in, reindent | Alexander Polakov | |
2013-01-27 | XBM icon support | Edward O'Callaghan | |
<icon=/path/to/icon> | |||
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-06-04 | Added --with_threaded configuration flag | Jose Antonio Ortega Ruiz | |
Fixes #36 | |||
2012-03-11 | Use Xrandr support from the X11 package | Ben Boeckel | |
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-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 | Redundant OPTIONS pragma removed | Jose Antonio Ortega Ruiz | |
2010-12-21 | Haskell sources moved to src/ to unclutter toplevel | Jose Antonio Ortega Ruiz | |