aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/TopicSpace.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* use Data.Default wherever possible, and deprecate the things it replacesDaniel Wagner2013-05-281-3/+8
* eliminate references to defaultConfigDaniel Wagner2013-05-281-1/+1
* TopicSpace: +reverseLastFocusedTopicsNicolas Pouillard2010-05-201-1/+7
* TopicSpace: improve the lastFocusedTopic handlingNicolas Pouillard2009-12-201-9/+10
* suppress some warnings under ghc 6.12.1 and clean up redundant imports to get...Brent Yorgey2010-01-121-2/+1
* Changed interface of X.U.ExtensibleStateDaniel Schoepe2009-11-161-4/+3
* Change A.TopicSpace haddocks to use block quotes.Adam Vogt2009-11-111-123/+102
* Add defaultTopicConfig, to allow adding more fields to TopicSpace later.Adam Vogt2009-11-111-0/+9
* Update A.TopicSpace to use extensible state. No config changes required.Adam Vogt2009-11-071-7/+13
* Docs: use myLayout like template rather than pluralWirt Wolff2009-10-231-1/+1
* Refer to modm as the current modMaskAdam Vogt2009-10-221-6/+6
* Split A.TopicSpace documentation into sectionsAdam Vogt2009-10-121-42/+52
* From A.Topicspace split functions for storing strings with root to U.StringPropAdam Vogt2009-06-231-41/+6
* Correct A.TopicSpace sample configAdam Vogt2009-06-231-1/+1
* Add shiftNthLastFocused to A.TopicSpaceAdam Vogt2009-06-231-1/+8
* Correct many typos in the documentation, consistent US spellinggAdam Vogt2009-06-181-1/+1
* X.A.TopicSpace: remove the allTopics lists from the configuration.Nicolas Pouillard2009-04-231-33/+37
* New module: XMonad.Actions.TopicSpaceNicolas Pouillard2009-04-191-0/+331