aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util/XUtils.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-12-20hlintify XUtils, XSelection, Search, WindowGogwern01-1/+1
Ignore-this: 7e877484e3cd8954b74232ea83180fa9 darcs-hash:20081220153302-f7719-750549ea12a24a7364f4be71894720700f98f6a7.gz
2008-03-02Font and XUtils: add UTF-8 support and various fixes related to XFTAndrea Rossato1-1/+2
- printStringXMF: use the background color for XFT fonts too - textWidthXMF now returns the text width even with xft fonts - textExtentsXMF will now return only the ascend and the descent of a string. - stringPosition now takes the display too - add support for UTF-8 locales: if the contrib library is compiled with the 'with_xft' or the 'with_utf8' option the prompt and the decoration system will support UTF-8 locales - this requires utf8-strings. darcs-hash:20080302095712-32816-f3d6d06ff9d921288b1625e4bfd643013d2075ec.gz
2008-01-24XUtils: add functions for operating on lists of windows and export fiAndrea Rossato1-13/+28
darcs-hash:20080124134638-32816-43a3c58521c15bcef08ebe32868f026a2479384b.gz
2007-12-24Fix isssue 105Andrea Rossato1-10/+26
issue 105 was due to the fact that tab windows created when bootstrapping the windowset after a restart where managed. Setting the override_redirect attributes to True fixes the issue. Added the possibility to set the override_redirect attribute with XMonad.Util.XUtils.creationNewWindow darcs-hash:20071224171020-32816-74cb79d8000d00c6eb9abdcf71474df5d0d9c735.gz
2007-12-22No more tabsSpencer Janssen1-1/+1
darcs-hash:20071222050439-a5988-7eb14f0e316b41ace318d1e4b92d15aaa3808c4d.gz
2007-12-08Remove redundant importsSpencer Janssen1-4/+1
darcs-hash:20071207233827-a5988-9e41d51120499637f14d115f2cf1428edaf326bb.gz
2007-11-21XUtils: haddock fixAndrea Rossato1-1/+2
darcs-hash:20071121141319-32816-d562b3c0708cd412aa83acef0878d4954dcc0cb6.gz
2007-11-17Port XPrompt to XMonad.Util.Font, various other refactoringsSpencer Janssen1-2/+2
darcs-hash:20071116232743-a5988-555816e43cf5559966bee4c22e21e8a2f46edb92.gz
2007-11-19Miscellaneous spell-checkingShachaf Ben-Kiki1-1/+1
darcs-hash:20071118230319-bffde-6c56202afece4ecc55d48d37bde3f80edaff66f7.gz
2007-11-16XUtils: remove stringToPixelSpencer Janssen1-9/+0
darcs-hash:20071116125247-a5988-f866973d279808a3e15659be7d0f16fbdcef7a42.gz
2007-11-16Add Font layer supporting an Xft backend. Make Tabbed.hs a user of this layer.Clemens Fruhwirth1-60/+14
darcs-hash:20071116120653-ed0c4-9a8c7fbac69976bbc85701338f89cf085a1f1ddf.gz
2007-11-16XUtils: a small haddock fixAndrea Rossato1-1/+2
darcs-hash:20071116122359-32816-c7ac61f921cdfb76cc63dc4734eba2b025822027.gz
2007-11-01HierarchifySpencer Janssen1-2/+2
darcs-hash:20071101201059-a5988-fc1f1262bec1b69e13ba18ae7cefeafc8c4471d4.gz
2007-11-01Use hierarchical module names from the coreSpencer Janssen1-1/+1
darcs-hash:20071101182824-a5988-e02ade829d66f49dd6b303b7a797933251c44164.gz
2007-10-16compute nice window border for WindowNavigation properly.David Roundy1-0/+11
darcs-hash:20071016213316-72aca-5b6ee6fcf9232935499ca9b61e29663db55a1857.gz
2007-10-08make createNewWindow set background and foreground to a given color.David Roundy1-3/+4
This means we don't need to draw colors that are this color. Also speeds up redrawing, since the X server can do all the drawing on its own, without talking with xmonad. darcs-hash:20071008125206-72aca-0f17cde109eeb8f66ea651657fcc09599680881d.gz
2007-10-02XUtils: added releaseFontAndrea Rossato1-3/+9
darcs-hash:20071002062640-32816-570d19b8341745b4376b6287462d5daa0f2f1774.gz
2007-09-30refactor paintAndWrite to take the alignment and hide string positioningAndrea Rossato1-9/+31
darcs-hash:20070930095215-32816-64032bda780091d1c6f4125df79875a73f0de303.gz
2007-09-29Added XUtils: a library for drawingAndrea Rossato1-0/+151
darcs-hash:20070929172754-32816-1df0f3f6890cd0427dc65e43e51c9934a6ca3a0f.gz