aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-03-31XMonad.Hooks.ManageDocks: export checkDocLukas Mai1-2/+2
darcs-hash:20080331012911-462cf-ded8fe64cad63d4bfcc5448ed79420e9e794ec82.gz
2008-03-30XMonad.Layout.Grid: fix indentationLukas Mai1-20/+20
darcs-hash:20080330004859-462cf-8623e0537e9d2dd8cd77bcc609d7e16982022ee2.gz
2008-03-31move Direction type from WindowNavigation to ManageDocks (ManageDocks will ↵Brent Yorgey3-25/+31
move into the core, taking Direction with it) darcs-hash:20080331010127-bd4d7-972600c072354b2c07a227ade70d4abf80fe418c.gz
2008-03-31ManageDocks: clean up + add more documentationBrent Yorgey1-21/+23
darcs-hash:20080331002929-bd4d7-f7c1572196109f7205eef109460b35539fdc7b45.gz
2008-03-28Util.Run, Hooks.DynamicLog: re-export hPutStrLn and hPutStr from Util.Run ↵Brent Yorgey3-2/+5
for convenience, and update DynamicLog documentation to show proper imports darcs-hash:20080328205446-bd4d7-ae6c9a13c69620ec5edef7d34086236974c0c631.gz
2008-03-27ManageDocks: add avoidStrutsOn, for covering some docks and not others by ↵Brent Yorgey1-2/+17
default. darcs-hash:20080327203940-bd4d7-7ae319d50280cb13d32d8186d7d8f4b2113c4919.gz
2008-03-27ManageDocks: add ability to toggle individual gaps independentlyBrent Yorgey1-17/+39
darcs-hash:20080327111722-bd4d7-2bafc521feff2d36b641ed2ca6bcff79d684624a.gz
2008-03-26PerWorkspace: add modWorkspace(s) combinators, for selectively applying ↵Brent Yorgey1-6/+33
layout modifiers to certain workspaces but not others darcs-hash:20080326214351-bd4d7-1a632bdd1b70d4aba03fb7c97bb0fea99706ed35.gz
2008-03-30Haddock fixRoman Cheplyaka1-1/+1
darcs-hash:20080330134435-3ebed-a45d16ddc1ee6db2238af9b4c65b90eee53341f3.gz
2008-03-30Remove stale status gaps codeSpencer Janssen3-7/+5
darcs-hash:20080329230737-a5988-00c8ef14160f79347f4e40c12b2c84a9519b4d1a.gz
2008-03-29Fix haddock errorSpencer Janssen1-1/+1
darcs-hash:20080329191752-a5988-0bfb2ec9a43764da63ca27805a8078bc25a45393.gz
2008-03-28XMonad.Layout.MultiToggle: let runLayout modify the base layout if no ↵Lukas Mai1-1/+5
transformer is active darcs-hash:20080328190903-462cf-1beba98a60b585ea2ef7a74dbcc1e83d75f67c89.gz
2008-03-28Spiral: add documentationBrent Yorgey1-3/+11
darcs-hash:20080328192231-bd4d7-22df21f89413618c2a2d5b1fcdff0baca232b6b0.gz
2008-03-27corrected version of make workspaceDir work even in workspaces with no windows.David Roundy1-4/+4
darcs-hash:20080327142257-72aca-66c0810038f4d401ac7e579e7c6d334de6074c50.gz
2008-03-26cleanup in Tabbed (make 'loc' be actual location).David Roundy1-3/+3
darcs-hash:20080326151004-72aca-542f1e9b16ff7f3c57f99b09865acad48fd972d8.gz
2008-03-26UNDO: make workspaceDir work even in workspaces with no windows.David Roundy1-3/+3
This also fixes a (minor) bug when the focussed window is present on multiple visible workspaces. darcs-hash:20080326152708-72aca-5cb04df4f522b8252ec0980945b4e77381a4bf70.gz
2008-03-27clean up Config.Droundy.David Roundy1-36/+27
darcs-hash:20080327002159-72aca-3eb478f7ab675f12b3d016cae33f7feb378f090c.gz
2008-03-26make workspaceDir work even in workspaces with no windows.David Roundy1-3/+3
This also fixes a (minor) bug when the focussed window is present on multiple visible workspaces. darcs-hash:20080326152708-72aca-d34a7d717c984a9bdde64f1f63d334f0cb38b30f.gz
2008-03-27ManageDocks: add warning about making sure gaps are set to zero before ↵Brent Yorgey1-1/+7
switching to avoidStruts, since ToggleStruts won't work otherwise darcs-hash:20080326231928-bd4d7-fa951c2d9b7a26187a9316842c6cca67a234fa01.gz
2008-03-26update documentation in XMonad/Doc in preparation for 0.7 releaseBrent Yorgey4-54/+165
darcs-hash:20080326195741-bd4d7-74a11c8d28951cf24caaf0e6102cad2fc40635d1.gz
2008-03-26XMonad.Hooks.ManageHelpers: reformattingLukas Mai1-21/+23
darcs-hash:20080326182707-462cf-1f486ea604d17f4da7fbd0393ea9e8f341884053.gz
2008-03-26XMonad.Layout.NoBorders: fix floating fullscreen logicLukas Mai1-1/+1
darcs-hash:20080326172844-462cf-08fd02f2fafb0978c1020ca182e6be49e808b6f5.gz
2008-03-26UpdatePointer: Make pointer position configurable.xmonad1-9/+28
darcs-hash:20080326075759-67423-391137fce18694e0151692653396c5578dbb2add.gz
2008-03-26Fix bugs in Tabbed and TabBarDecoration -- please remember multi-head!Spencer Janssen2-2/+2
darcs-hash:20080326034541-a5988-94e33a7c01ac2ec88fe8601c7fd77536c48ea6d2.gz
2008-03-26my current configDon Stewart1-6/+10
darcs-hash:20080326023303-cba2c-ab91d17da981d7ccd6b8de61453b9533f28b1764.gz
2008-03-25I don't use DwmStyleSpencer Janssen1-2/+1
darcs-hash:20080325213818-a5988-75c5f61f309f28124896e6b6ea6ab8adb701e5bf.gz
2008-03-25fix bug in TabBarDecoration leading to gaps in corner.David Roundy1-5/+4
darcs-hash:20080325210327-72aca-41584f190a28f9967a71831699c233faa0800799.gz
2008-03-25fix bug leading to gaps in tabs at the corner of the screen.David Roundy1-11/+7
Besides being ugly, this had the effect of making me fail to click on the tab I aimed for, if it was in the corner. darcs-hash:20080325210211-72aca-1a12224aed3e54ae72f2ba9c0667e4e8690d6629.gz
2008-03-25XMonad.Layout.LayoutModifier: add a metric crapload of documentationBrent Yorgey1-10/+205
darcs-hash:20080325205006-bd4d7-4f991be5593d55564ac0952d9019e43e8e68ba31.gz
2008-03-25XMonad.Layout.Reflect: update documentation to reflect (haha) recent updates ↵Brent Yorgey1-2/+2
to MultiToggle darcs-hash:20080325185630-bd4d7-d45fb98f81e5a0e653acf4b80e60f9f75bafa12d.gz
2008-03-25XMonad.Layout.HintedTile: make alignment of shrunk windows configurableLukas Mai2-17/+33
darcs-hash:20080325202958-462cf-7fd56d236535735ac07e0afcbb87cf5f954db9d0.gz
2008-03-25XMonad.Actions.Commands: documentation fixBrent Yorgey1-4/+4
darcs-hash:20080325165707-bd4d7-70e00a53cf9ca0c0533a48590a7596db1ff92b00.gz
2008-03-25focusedHasPropertyredbeard05311-1/+11
darcs-hash:20080325040412-c935a-a165c9d60780822b78ad984fa1a8514d5f64c12b.gz
2008-03-24XMonad.Util.Themes: improve documentation to make it clear that themes only ↵Brent Yorgey1-8/+12
apply to decorated layouts darcs-hash:20080324185946-bd4d7-477aaac8b62e875914f56ff7cd8ea7dbfbf58500.gz
2008-03-24Doc/Extending: remove references to "XMonad.Layouts" -- it's now called ↵Brent Yorgey1-2/+1
"XMonad.Layout", and in any case, importing it explicitly is not needed anyway. darcs-hash:20080324143503-bd4d7-87e59055537504977c65663d7a2ff1a3be5af599.gz
2008-03-24XMonad.Actions.Search: add Google Maps searchBrent Yorgey1-1/+5
darcs-hash:20080324143348-bd4d7-47c776a0eb91b385c9afabcc98a72e5366d346ed.gz
2008-03-24XMonad.Layout.Magnifier: add documentationBrent Yorgey1-0/+12
darcs-hash:20080324143214-bd4d7-c2d080bc7a38dd119085c098cc523989a9b43187.gz
2008-03-24wfarrThemewcfarrington1-0/+18
Add a new color theme using blue and black. darcs-hash:20080324011625-05946-c5f8ef395cb99dbda0804ae07f10ec5ea0b6b553.gz
2008-03-23added RunOrRaisePrompt, exported getCommands from ShellJustin Bogner2-0/+78
darcs-hash:20080323222632-18f27-a9eb1ed596a12f474f45f9d40a8f981ff01326d4.gz
2008-03-22XMonad.Actions.MouseGestures: reexport Direction from WindowNavigation, ↵Lukas Mai2-6/+2
avoid type duplication darcs-hash:20080322193457-462cf-334fecefc720745f33a06e2224bd8f292ad70991.gz
2008-03-22use ewmhDesktopsLayout in Droundy.David Roundy1-2/+4
darcs-hash:20080322153610-72aca-95d9c399a42bb2d220c128885e9b5777d3d3b233.gz
2008-03-22cut Anneal and Mosaic.David Roundy3-590/+0
darcs-hash:20080322153546-72aca-fe4f9a048f5a1127b0b2d7e7d382550c134b60af.gz
2008-03-11fix WorkspaceDir to work when there are multiple screens.David Roundy1-3/+7
In particlar, ScratchWorkspace broke this. darcs-hash:20080311221201-72aca-7cc571b5b614f90ed559d4a1e37556c84ee88425.gz
2008-03-22fix various compilation errorsLukas Mai2-2/+2
darcs-hash:20080322074113-462cf-c25e0dd6e40b3c636a218a75e858c0c3673dcc9c.gz
2008-03-21XMonad.Layout.NoBorders: first attempt at documenting smartBordersLukas Mai1-4/+8
darcs-hash:20080321221315-462cf-23d1355c7f0a57d49f9b12e27d87c4b3d9299b3c.gz
2008-03-21allow magnifier to toggle whether it's activedaniel1-1/+3
darcs-hash:20080321104605-c98ca-a7a7093ed198ecd299ad132dd5f69fe60f6dcc03.gz
2008-03-21a magnifier that defaults to not magnifying any windowsdaniel1-0/+5
darcs-hash:20080321104441-c98ca-e467670cf8efbd3ad8f5d0e41ec09c9e0ceedcd4.gz
2008-03-20XMonad.Layout.Magnifier: remove references to Data.Ratio.% from documentationLukas Mai1-7/+3
darcs-hash:20080320223816-462cf-a7a69dba102a1d164c88854c1fc8fd0333786402.gz
2008-03-20mark Mosaic as broken. use MosaicAltDon Stewart1-0/+2
darcs-hash:20080320223717-cba2c-5ce43f93f33efeb3a627ed792690eed8060d1fb4.gz
2008-03-19add ewmhDesktopsLayout for EWMH interactionJoachim Breitner1-4/+58
This is based on Andrea’s EventHook thingy. Note that I could not merge this with some of my earlier EWHM interaction patches (darcs was failing on me), so I copied some code. Do not try to merge it with those patches either. Note that the docs are saying what should work. There are still some bugs to be resolved, but it works sometimes and should work similar to what we have. darcs-hash:20080319195736-23c07-78be594f4352055d21d921eecab4312905124cf9.gz