aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix 7.10.2 compileHEADmasterTuncer Ayaz2015-06-171-1/+1
* BinarySpacePartition: make all actions work on nodes, add MoveNode featureanton.pirogov at gmail . com2015-05-071-184/+259
* Add XMonad.Layout.PerScreenezyang2015-05-021-0/+74
* address warningsAdam Vogt2015-04-142-1/+2
* Add the ability to specify padding used with MaximizePeter Jones2015-03-101-12/+26
* Don't restore windows when changing workspacesPeter Jones2015-03-101-1/+0
* New layout modifier: HiddenPeter Jones2015-03-091-0/+135
* Fixes to warnings with BSP layoutanton.pirogov2015-03-151-32/+40
* Improved BinarySpacePartition, added Equalize,Balance and FocusParent and mou...anton.pirogov2015-03-121-118/+425
* New layout module X.L.Dwindlenzeh2015-03-151-0/+210
* X.L.AvoidFloats more useful default settingsankaan2015-03-101-6/+6
* X.L.AvoidFloats, like avoidStruts but for floatsankaan2015-03-061-0/+239
* X.L.LayoutBuilder place active on topankaan2015-03-061-13/+32
* adjust an import to fix the buildAdam Vogt2015-03-101-1/+1
* merge conflicts in X.L.SpacingAdam Vogt2015-03-101-3/+25
* Added messages to adjust the gap dynamicallyanton.pirogov2015-03-041-18/+3
* X.L.Spacing needs -XPatternGuards nowAdam Vogt2015-03-101-0/+1
* Added messages to adjust the gap dynamicallyanton.pirogov2015-03-031-3/+17
* BinarySpacePartition downstream changesbenweitzman2014-11-101-18/+116
* X.L.Master: Add FixMaster layout modifierAnton Vorontsov2014-12-201-5/+25
* Layout.Spacing: Outer window edges now get as much spacing as inner onesFelix Crux2014-12-191-0/+38
* Implement proper handling of dynamically changing hostnameAnton Vorontsov2014-09-011-9/+6
* Add Stoppable layout for power savingAnton Vorontsov2014-09-011-0/+130
* XMonad.Config.Prime, a do-notation for configDevin Mullins2014-09-141-2/+17
* remove trailing whitespace in L.BinarySpacePartitionAdam Vogt2014-05-011-50/+50
* replace Bound with the equivalent Direction2DAdam Vogt2014-05-011-28/+27
* remove unused extension in BSPAdam Vogt2014-05-011-1/+1
* Add BinarySpacePartition layoutbenweitzman2014-04-301-0/+304
* Remove unneeded context with the IfMax layout instanceAdam Vogt2014-04-231-2/+1
* Adding side tabs and replacing TabbarLocation with Direction2D.nrujac2014-02-191-25/+24
* Add side tabs to the tabbed layout.nrujac2014-02-131-9/+62
* expose and document X.L.IndependentScreens.marshallSortDaniel Wagner2014-01-281-1/+2
* IfMax-LayoutIlya Portnov2013-12-011-0/+77
* XMonad.Actions.UpdatePointer: generalise updatePointerLiyang HU2013-07-301-8/+8
* use Data.Default wherever possible, and deprecate the things it replacesDaniel Wagner2013-05-2820-75/+93
* eliminate references to defaultConfigDaniel Wagner2013-05-2854-79/+79
* minimal change needed to get xmonad-contrib to build with xmonad's data-defau...Daniel Wagner2013-05-281-1/+1
* Remove unneeded XSync call in Layout.ShowWNameFrancesco Ariis2013-05-171-1/+0
* Fix module name in comment of X.L.FullscreenAdam Vogt2013-05-141-1/+1
* Remove unnecessary contexts from L.MultiToggleAdam Vogt2013-02-171-2/+2
* Generalises modWorkspace to take any layout-transforming functiongopsychonauts2013-05-011-12/+13
* warning policeDaniel Wagner2013-05-021-4/+4
* XMonad.Config.DmwitDaniel Wagner2013-05-021-0/+3
* minor fixes to the haddock markup in X.L.IndependentScreensDaniel Wagner2013-04-111-1/+2
* add whenCurrentOn to X.L.IndependentScreensDaniel Wagner2013-04-091-0/+35
* Allow to specify the initial gaps' states in X.L.GapsPaul Fertser2013-02-221-1/+6
* Update L.TrackFloating.useTransient example codeAdam Vogt2013-01-121-2/+2
* Adapt ideas of issue 306 patch to a new modifier in L.TrackFloatingAdam Vogt2013-01-121-5/+67
* Remove trailing whitespace.Adam Vogt2012-11-098-52/+52
* Use Control.Exception.catch explitly to avoid warningsAdam Vogt2012-11-091-1/+0