aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-07Break long lineSpencer Janssen1-1/+2
2008-05-07StyleSpencer Janssen1-2/+1
2008-05-07SimplifySpencer Janssen1-4/+2
2008-05-07Overhaul Choose, fixes issue 183Spencer Janssen1-34/+55
2008-05-02Remember if focus changes were caused by mouse actions or by key commandsKlaus Weidner3-3/+8
2008-05-06WibbleSpencer Janssen1-1/+1
2008-05-06Added doShift function for more user-friendly hooksIvan N. Veselov1-0/+4
2008-05-02use named colours. fixes startup failure on the XODon Stewart1-2/+2
2008-04-08Set focus *after* revealing windowsSpencer Janssen1-1/+1
2008-04-08Reveal windows after moving/resizing them.Spencer Janssen1-1/+2
2008-04-30Hide newly created but non-visible windows (fixes bug #172)Spencer Janssen1-1/+2
2008-04-18formatting, eta expansionDon Stewart1-3/+8
2008-04-06XMonad.ManageHook: add 'appName', another name for 'resource'Lukas Mai1-2/+6
2008-04-06XMonad.ManageHook: make 'title' locale-aware; haddock cleanupLukas Mai1-10/+26
2008-04-06XMonad.Main: call setlocale on startupLukas Mai1-1/+11
2008-04-05floats always use current screen (with less bugs)robreim1-2/+2
2008-04-04XMonad.Operations: applySizeHint reshuffleLukas Mai1-5/+21
2008-04-04XMonad.Layout: documentation cleanupLukas Mai1-32/+22
2008-03-25Remove gapsSpencer Janssen4-45/+8
2008-03-25Rename property to stringPropertySpencer Janssen1-4/+4
2008-03-25ManageHook: add a 'property' Query that can get an arbitrary String property ...Brent Yorgey1-0/+12
2008-03-25Main.hs: startupHook should be guarded by userCodeBrent Yorgey1-1/+1
2008-03-24Also print compilation errors to stderrSpencer Janssen1-0/+3
2008-03-22clean up for styleDon Stewart1-10/+11
2008-02-23add sendMessageWithNoRefresh and have broadcastMessage use itAndrea Rossato2-33/+37
2008-03-23add mod-shift-tab to the default bindings, from Mathias StearnDon Stewart1-0/+1
2008-03-22formattingDon Stewart1-2/+4
2008-03-22strict fields on layout messagesDon Stewart1-2/+2
2008-03-22clean up Layout.hs, not entirely happy about the impure layouts.Don Stewart1-77/+85
2008-03-22commentsDon Stewart1-1/+2
2008-03-22whitespaceDon Stewart1-0/+2
2008-03-22reenable quickcheck properties for layouts (no overlap, fullscreen)Don Stewart1-3/+8
2008-03-22formattingDon Stewart1-2/+5
2008-03-21Revert float location patch. Not Xinerama safeDon Stewart2-9/+9
2008-03-21XMonad.Core: ignore SIGPIPE, let write calls throwLukas Mai1-0/+3
2008-03-11update documentationBrent Yorgey2-29/+65
2008-02-25Reimplement Mirror with runLayoutAndrea Rossato1-4/+2
2008-02-22Reimplement Choose with runLayoutAndrea Rossato1-5/+2
2008-02-22runLayout is now a LayoutClass method and takes the Workspace and the screen ...Andrea Rossato2-12/+12
2008-03-08Small linecount fix :)robreim1-2/+1
2008-03-08Change floats to always use the current screenrobreim2-6/+7
2008-03-07rework failure cases in StackSet.viewDon Stewart1-3/+2
2008-02-04Add a startupHook.Brent Yorgey3-2/+10
2008-02-04Core.hs: add an Applicative instance for XBrent Yorgey1-0/+4
2008-02-07Remove non-existent windows on restartSpencer Janssen1-6/+9
2008-02-06Lift initColor exceptions into MaybeDon Stewart2-5/+14
2008-02-06module uses CPPDon Stewart1-1/+1
2008-02-04Rename runManageHook to runQuerySpencer Janssen2-4/+5
2008-02-03let enter dismiss compile errorsdaniel1-1/+1
2008-02-01Core.hs, StackSet.hs: some documentation updatesBrent Yorgey2-24/+25