summaryrefslogtreecommitdiffstats
path: root/Main.hs
AgeCommit message (Collapse)Author
2007-03-12fiddling, commentsDon Stewart
darcs-hash:20070312014029-9c5c1-413bd2cb8b19937ae6baeb2124bfd933a7f15111
2007-03-12comments, move isRoot into XMonadDon Stewart
darcs-hash:20070312012350-9c5c1-1753dcb9d066d8954fe5d2f2ed8f5d06a6f976aa
2007-03-12wibblesDon Stewart
darcs-hash:20070312010756-9c5c1-a24636e0c593d17f800bddc442466b727e7f4bde
2007-03-12abstract out setfocus code a bitDon Stewart
darcs-hash:20070312005540-9c5c1-c2498bd553cbd75564139d2114345086a42c1df7
2007-03-11general refactor, and call xerrorhandler to ignore certain undetectable issuesDon Stewart
darcs-hash:20070311102653-9c5c1-de74160d207f006000afc640dc9745d1b20ce05b
2007-03-11initial support for Atom-based delete protocol. makes kill client work on ↵Don Stewart
firefox. Quitting though still leads to a bogus notify from firefox, for a closed window darcs-hash:20070311064515-9c5c1-65a89bf24825967555b1253dc72cc0bbb6b24694
2007-03-10thunk is now known as xmonad!Spencer Janssen
darcs-hash:20070310070320-a5988-3ac3e51c24caa8bbecf9c58604f97c5e9a6f09fc
2007-03-10XMonadDon Stewart
darcs-hash:20070310070152-9c5c1-f78385326379d5ff19cb3db926c5b02117e433ff
2007-03-10add tracing for kill windowDon Stewart
darcs-hash:20070310062154-9c5c1-b5e2b5a8038107d0039d4b476caef6c19b04f69e
2007-03-10Use 9 workspaces by defaultSpencer Janssen
darcs-hash:20070310041114-a5988-5a9e6a1a0a48aae8ae2a3fe542c2cfd96d1474e2
2007-03-10Reduce flicker on workspace change.Spencer Janssen
darcs-hash:20070310041021-a5988-ec9227d72c9e307fa271d507f07b13bd1dd65362
2007-03-10Add support for Enter/Leave notify events. Fixes firefox on my machineDon Stewart
darcs-hash:20070310032759-9c5c1-154c47b3a590de826249dd39f208e43f16969023
2007-03-10refactor, trying to seperate out IO from W stuff, in order to QC the handler ↵Don Stewart
at some point darcs-hash:20070310012940-9c5c1-2118696702dac70f922b5ba781a3775598b955cd
2007-03-09notes on the firefox bugDon Stewart
basically we have to set focus ourselves. This means when we start managing a window, and when an XCrossingEvent occurs (which we don't handle). On Manage/Enter, we set focus. on Leave we set focus to root. See event.c and focus.c in dwm for more details. darcs-hash:20070309162510-9c5c1-142ded89f618d4234b7ad79265f63e9f5fd9f42f
2007-03-09whitespace. and note if we get a config request for an already managed windowDon Stewart
darcs-hash:20070309144308-9c5c1-794487e0244c965038b0ed9245080ea5b35d5d04
2007-03-09improved grabkeys (also handle lockMask down)Don Stewart
darcs-hash:20070309134211-9c5c1-9042f5565486839b596000cdc12252cde2c8c167
2007-03-09alloc the event space only onceDon Stewart
darcs-hash:20070309134149-9c5c1-34d0f84463d4f1a35e9769398c98025ab7d140fa
2007-03-09also select for enter and leave window events (need for XCrossing?)Don Stewart
darcs-hash:20070309131251-9c5c1-848d39dc7a257be5a5b62839e5c587d4497dd364
2007-03-09we should check for OverrideRedirect on initial scan tooDon Stewart
darcs-hash:20070309130608-9c5c1-6c02d37c990e39c02f5679c2bbe3d213649056cb
2007-03-09little bit of strictness, based on -prof outputDon Stewart
darcs-hash:20070309063449-9c5c1-664dc95c81b702211f3bc61f53aa31f5eb5bd81d
2007-03-09-12 lines, refactorDon Stewart
darcs-hash:20070309060139-9c5c1-451727d42c18072aaaf9224074b7225165d40713
2007-03-09refactor, -10 or so locDon Stewart
darcs-hash:20070309055417-9c5c1-6d4119932cae7f8f885b0d1ce674efc25f7488e8
2007-03-09simplify StackSet api even further (-15 loc)Don Stewart
darcs-hash:20070309041707-9c5c1-3c9ef62c25f49b9025f137f73c8d25438a640ff4
2007-03-09use new StackSet apiDon Stewart
darcs-hash:20070309035615-9c5c1-db8a060d256336a54c76948c219d43ec39847628
2007-03-09commentsDon Stewart
darcs-hash:20070309031847-9c5c1-6396e943c279670afa031449c2b5e54f8595472f
2007-03-09handle MappingNotifyEvent properly, and missing test in MapRequestEvent. ↵Don Stewart
firefox still won't take the keyboard though darcs-hash:20070309030644-9c5c1-1730b17391d547fc94d76bb0bab601578074659c
2007-03-08stub for MappingNotifyEvent, based on dwm. But the X11-extras binding for ↵Don Stewart
this event needs doing (sjanssen?) darcs-hash:20070308130517-9c5c1-83193a446a74e9a50467a4f52aeb71632e4d8a64
2007-03-08refactoring. heads up: depends on withServer in X11-extrasDon Stewart
darcs-hash:20070308122613-9c5c1-9d1492a54b2186edcc3c6c5f178254a00a969a6c
2007-03-08move W -> WMonadDon Stewart
darcs-hash:20070308120536-9c5c1-cd1cf451dd9a5a75f5372bdd310bb5a485bf2fec
2007-03-08Switch to using abstract StackSet data type. Most workspace logic moved into ↵Don Stewart
StackSet.hs darcs-hash:20070308114308-9c5c1-92f9ac368fa47b8c6f069aef1b6c419ee654bd7b
2007-03-08cleanup onlyDon Stewart
darcs-hash:20070308021901-9c5c1-35cd948050a53029805dfa1d699f7bb8c7df40de
2007-03-08Make the number of workspaces configurable.Spencer Janssen
darcs-hash:20070308043614-a5988-47cf3ddfda29dbe436509247e12b7fdf0e64c7ac
2007-03-08Print a message for unhandled eventsSpencer Janssen
darcs-hash:20070308013249-a5988-15210f7f0dfdc4ef75c2df119f140971b4c75c36
2007-03-07Manage windows that are created before thunk startsSpencer Janssen
darcs-hash:20070307210117-a5988-f7aa8bb703df0ceedf7b3a8f1af78e26c43554c0
2007-03-08Add Alt-Shift-[1..5], to move the current client to a new workspaceDon Stewart
darcs-hash:20070308010424-9c5c1-d7708952644de1729b86f2be691e86cfaa8fec44
2007-03-08cleaner implementation of 'view'. Only hide the current list. And shortcut ↵Don Stewart
if we try to move to the same screen. No flicker darcs-hash:20070308002134-9c5c1-72c6530acc071d641c55bf699c5e7aca32194e3b
2007-03-08Fill in missing workspace codeDon Stewart
How do we manage workspaces? thunk keeps a list of window lists, corresponding each window stack on each workspace. When you switch views to a different workspace it moves all windows off the screen (2*w) (2*h), and then moves back those in the current list. There's some screen flicker, we could probably be smarter about this. darcs-hash:20070308000729-9c5c1-5e8f7e6d750d1700cbf1e14f7eea7faee70a66e0
2007-03-07Add support for multiple workspacesDon Stewart
Everything is in place for multiple workspaces, bar one thing: the view function. It updates thunk's idea of the current visible windows, but I don't know how to tell X to hide the current set, and instead treat the new window list as the only ones visible. See notes for 'view' at bottom of Main.hs. If we can, say, switch to a new workspace, which is empty, 'refresh' should spot this only display the root window. darcs-hash:20070307111247-9c5c1-eb211e587bc65d7fbc9dfec1ea38364691ef2a67
2007-03-07-Wall police. and strip the binaryDon Stewart
darcs-hash:20070307074910-9c5c1-c82071afe812d1e1e6f4577c07c1d7b0b141c6c9
2007-03-07fmt. and use a Map for keycode lookupDon Stewart
darcs-hash:20070307074248-9c5c1-e7bd70d5c7822120cdfded97be4da59ca18d5218
2007-03-07xKillClient -> killClientSpencer Janssen
darcs-hash:20070307073010-a5988-02f54c9e8736d095bb06aa26dac8895b26c37659
2007-03-07formatting and comments onlyDon Stewart
darcs-hash:20070307071926-9c5c1-821a08069706ca91115887ff9d841dca834226a2
2007-03-07Add alt-c, kill clientDon Stewart
darcs-hash:20070307071910-9c5c1-08ff3d3b55c56a7438a17ca9cdc4b0362d70e77c
2007-03-07need Data.ListDon Stewart
darcs-hash:20070307064827-9c5c1-96e5aecc9e9a74ded6688439dbfca32ff82e66ca
2007-03-07focus left and right (mod-j/mod-k)Don Stewart
darcs-hash:20070307064539-9c5c1-2578ea84009c449b3baeba8a58bfda5b39096fba
2007-03-07wibbleDon Stewart
darcs-hash:20070307062201-9c5c1-3bdb070d864bed9e4ddac8d4cd6884370760a45f
2007-03-07derive MonadState, removes most accessorsDon Stewart
darcs-hash:20070307061532-9c5c1-9a125c44f0e63442f53f2d7cd9609a419cbb2c1d
2007-03-07Handle several more events, should fix several issues.Spencer Janssen
darcs-hash:20070307060447-a5988-0a7399c8342b64f6789fba1f4533a36c3031d896
2007-03-07refactoring. less codeDon Stewart
darcs-hash:20070307055007-9c5c1-2dc9d077773b25f22954c41856e670f3b5583e9f
2007-03-07just use [Window]Don Stewart
darcs-hash:20070307050139-9c5c1-a67691477173216dfcfbaf9bf7fea814160586e2