Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

xmonad

Dynamically tiling X11 window manager that is written and configured in Haskell.
Collective - Host: opensource - https://opencollective.com/xmonad - Website: https://xmonad.org/ - Code: https://github.com/xmonad

Tile algorithm has been improved

github.com/xmonad/xmonad - 29aa3970cb55497c7c8613cee3220b209b1914b7 authored over 17 years ago by Spencer Janssen <[email protected]>
Vertical tiling done

github.com/xmonad/xmonad - 97ed325a84b7666af0d7ed0081bd396b1a72fcab authored over 17 years ago by Spencer Janssen <[email protected]>
Remove redundant parens

github.com/xmonad/xmonad - 71b897b595b0455d6a960d69fe46e8e9ee324e5c authored over 17 years ago by Spencer Janssen <[email protected]>
Remove unused 'screen' field

github.com/xmonad/xmonad - a99841e554d7c56b778802321b1c47dfc1ae79c8 authored over 17 years ago by Spencer Janssen <[email protected]>
Document XState fields

github.com/xmonad/xmonad - 8c88e102b443ac11c41f12a64c56930c25ea56f2 authored over 17 years ago by Spencer Janssen <[email protected]>
Use -funbox-strict-fields, rather than UNPACK pragmas. cleaner code.

github.com/xmonad/xmonad - a0f7df2fa65bcd65945ebb6fd061bfe425e6ba67 authored over 17 years ago by Don Stewart <[email protected]>
Make Setup.hs suitable for building in a GHC tree

github.com/xmonad/X11 - b4f838fd07e2f74a3bc55774ec8a3ae92945c48d authored over 17 years ago by Ian Lynagh <[email protected]>
Remove redundant setFocus, setFocus is called by refresh which is called by windows

github.com/xmonad/xmonad - 384a30b7aeb9aa12c59c3696b103ff76fd898923 authored over 17 years ago by Spencer Janssen <[email protected]>
-Wall police

github.com/xmonad/xmonad - 24930dae045b448cdb1ec66d6a441c2183e0249d authored over 17 years ago by Don Stewart <[email protected]>
take window borders into account when resizing (requires latest X11-extras)

github.com/xmonad/xmonad - 0864672d54931acaf50f0993d181416d86f2eec5 authored over 17 years ago by Jason Creighton <[email protected]>
summarise key bindings in a table in Config.hs

github.com/xmonad/xmonad - 89dbd331dcbfa9ca66482cb4b8e45b7ad7479443 authored over 17 years ago by Don Stewart <[email protected]>
replace multiple gets with a single get and record bind

github.com/xmonad/xmonad - 0ba47579c93754b8175613b7379cd09544c51c37 authored over 17 years ago by Don Stewart <[email protected]>
Use Tall and Wide for split screen layouts. This should be less confusing.

github.com/xmonad/xmonad - 3a592d2df8aede0869c1b81e9d1a725ad4964f0d authored over 17 years ago by Spencer Janssen <[email protected]>
vertical (master area on top) tiling

github.com/xmonad/xmonad - 3b36be50554d2b177364174db4d41d1dbc2a217b authored over 17 years ago by Jason Creighton <[email protected]>
Abusing TODO as a bug tracker: note about overlapping

github.com/xmonad/xmonad - a629ed11762da5e711b1269b947113b8f22050fa authored over 17 years ago by Alec Berryman <[email protected]>
Comment typo: more -> move

github.com/xmonad/xmonad - 8c58c998dbbbbe369a233f51c1233fddb7987d9d authored over 17 years ago by Alec Berryman <[email protected]>
Comment typo.

github.com/xmonad/xmonad - 4b91b535ff89fbf7a00f695e63e68527aee9471c authored over 17 years ago by Spencer Janssen <[email protected]>
Note the Xinerama bugs I've experienced in the TODO

github.com/xmonad/xmonad - 46587a0a874283f9d8220cfedc4cf37e1ba8104e authored over 17 years ago by Alec Berryman <[email protected]>
Comment only.

github.com/xmonad/xmonad - 4a912c8613b9b2259b734b7bd70fb5e70a4f28df authored over 17 years ago by Spencer Janssen <[email protected]>
Revert to the old layout code.

github.com/xmonad/xmonad - 93be71bb887fdf39d9e81ab12142fb2d99f5f679 authored over 17 years ago by Spencer Janssen <[email protected]>
Suggest an alternative modMask for emacs users

github.com/xmonad/xmonad - 14282027e6ad770da9cad424a763a20c727172c5 authored over 17 years ago by Alec Berryman <[email protected]>
Remove trailing spaces, no content changed

github.com/xmonad/xmonad - df4bda60ff35b058daf046bf388e5c80f0030e10 authored over 17 years ago by Alec Berryman <[email protected]>
Fix type error in dimensions field of XState record for 64-bit systems

Fallout from Int->CInt conversion.

github.com/xmonad/xmonad - b3fc66b15bf3bdca8b46c4f02634a546edad288a authored over 17 years ago by Alec Berryman <[email protected]>
Type error: lockMask :: KeyMask, not KeySym

Error prevents compilation on 64-bit systems.

github.com/xmonad/xmonad - 8d1deb69eb7325f8ee8cad24edaec7c527f294e0 authored over 17 years ago by Alec Berryman <[email protected]>
Config.hs comment formatting/typo

github.com/xmonad/xmonad - b4076c2ac2786e2ca2cee1d4f1de6851cd4fa5be authored over 17 years ago by Jason Creighton <[email protected]>
sanitize key bindings

Changes mean:

* gmrun is like the dmenu key, but with shift set.
- , ((modMask .|. shi...

github.com/xmonad/xmonad - bb1c1cf062f54b38c9ef3d679b1fd50f5d8b29c8 authored over 17 years ago by Don Stewart <[email protected]>
restore dwm-style keybindings. mod-shift-{j,k} resize in vert mode

github.com/xmonad/xmonad - cf91d8aa53a75ad9b2dcd5667f7de3f635a10366 authored over 17 years ago by Don Stewart <[email protected]>
Cleaned up layout a little bit

github.com/xmonad/xmonad - 0bb46e09cb4791c012e7ba5b54bbcadce28f55e5 authored over 17 years ago by hughes <[email protected]>
Merged things together with dons changes.

github.com/xmonad/xmonad - 1909c353b706505caa8710d73ea97e59cbdcb480 authored over 17 years ago by hughes <[email protected]>
Config.hs avoids conflict with essential M-w Emacs shortcut.

github.com/xmonad/xmonad - 1768981f90a8953d15f6d48ad483e1357d119e9f authored over 17 years ago by hughes <[email protected]>
Vertical/horizontal split, and resizability.

github.com/xmonad/xmonad - 10a0e21e007fd8cc34e29092dd8339f92191c0df authored over 17 years ago by hughes <[email protected]>
"dmenu" operation to spawn dmenu only on the current screen (for Xinerama)

This requires a dmenu that will accept -x and -w. Currently, This means
applying this patch: htt...

github.com/xmonad/xmonad - b22432a8b32e40f0b4b8e86f5d73e01e53314e41 authored over 17 years ago by Jason Creighton <[email protected]>
formatting only

github.com/xmonad/xmonad - b3dbe98e64ab5739c9755a96a00568cbd7fc5933 authored over 17 years ago by Don Stewart <[email protected]>
formatting fixes. the style is getting a bit dodgy in some places...

github.com/xmonad/xmonad - 93cf0950e8cbb42b5ec7b33ae5d1eabd0de3bbc0 authored over 17 years ago by Don Stewart <[email protected]>
Move safeFocus from Main to Operations

github.com/xmonad/xmonad - 3303b4a101b94ceefba18a1c4e64513645bb1a8b authored over 17 years ago by Spencer Janssen <[email protected]>
removed refocus; moved functionality to setFocus

github.com/xmonad/xmonad - e743ef0c2d374826342ce28d6bba5f8959fab8d2 authored over 17 years ago by Jason Creighton <[email protected]>
Remove evil gmrun shortcut.

github.com/xmonad/xmonad - 75187c4b4113d801afbd73abdc225412c0b6e0bb authored over 17 years ago by hughes <[email protected]>
refactored "focus changed" code into "refocus"

github.com/xmonad/xmonad - 207bd516e15287a80fdef3be9c6774ad933e14be authored over 17 years ago by Jason Creighton <[email protected]>
Turn off _SERVER64 and change Modifier to CUInt

_SERVER64 should be defined only for compiling X server code,
so we shouldn't use it here. (Than...

github.com/xmonad/X11 - 24349bb20cfcd85c06713bab81faa0a61f42ba24 authored over 17 years ago by thedward <[email protected]>
Window borders

Colors taken from dwm's config.default.h and hard-coded in Operations instead
of Config because...

github.com/xmonad/xmonad - a5e3f1daa016d630fd92ea8c355ac82da1da73e6 authored over 17 years ago by Alec Berryman <[email protected]>
Add AMD64 note to the README

github.com/xmonad/xmonad - 03f346491574663ff5cf7012972b40ea3a2e433d authored over 17 years ago by Spencer Janssen <[email protected]>
Type error: button1 :: Button, not :: ButtonMask

github.com/xmonad/xmonad - 957832e4c5a442be8193cdadd6b746bd32b86658 authored over 17 years ago by Alec Berryman <[email protected]>
(X11.Graphics) More Int -> CInt cleanup ; Will break existing programs.

This patch takes care of the rest of the Int usages.

These changes break API compatibility. Exi...

github.com/xmonad/X11 - d53b959abfe6f5f4823aed55aec8b9e7cec56d8d authored over 17 years ago by thedward <[email protected]>
Fix refreshKeyboardMapping issues. Requires the latest X11-extras

github.com/xmonad/xmonad - ce99fce902bc10071efd1b78e73a08b5e951c08b authored over 17 years ago by Spencer Janssen <[email protected]>
allow mouse to change current workspace

github.com/xmonad/xmonad - 5e6407df7fd19c963ff96bc753d6b63138374889 authored over 17 years ago by daniel <[email protected]>
first shot at allowing click to focus windows

github.com/xmonad/xmonad - 5ae3c6a1fc7a291dcc4d0f2446c39fc217e106c0 authored over 17 years ago by daniel <[email protected]>
Compatibility with CInt'ified X11

github.com/xmonad/xmonad - 18a1fe776dc2f3379268b680e441de1631f51fba authored over 17 years ago by Spencer Janssen <[email protected]>
Changing Int to CInt and building with -D_XSERVER64 (when appropriate)

I went through and weeded out all the Ints I could find, replacing them
with CInts, adding fromI...

github.com/xmonad/X11 - 35f190155043caff138495e6fa3abf1bd845dcb7 authored over 17 years ago by thedward <[email protected]>
added a quickcheck property

github.com/xmonad/xmonad - 97638a648cf88826f1f765363bb27a0cd9b9d5d2 authored over 17 years ago by daniel <[email protected]>
one less todo

github.com/xmonad/xmonad - e7e46afc02b1e268943feb8ef2027c0f6207af90 authored over 17 years ago by Don Stewart <[email protected]>
updated TODO (Config.hs completed)

github.com/xmonad/xmonad - cb9be6d5651f8c53328698049bccf6d0feccc2f6 authored over 17 years ago by Jason Creighton <[email protected]>
whitespace

github.com/xmonad/xmonad - ec38d07940dac8693c1e298e7dc6b92044dfdf12 authored over 17 years ago by Jason Creighton <[email protected]>
Config supports Ctrl+Space for gmrun again.

github.com/xmonad/xmonad - 79d64f2b1973926a64dc634f805b592d1f0ad732 authored over 17 years ago by hughes <[email protected]>
Workspace-specific layouts

github.com/xmonad/xmonad - 4fc34481864b34fffb50b3bc3f90a526a9f64b6c authored over 17 years ago by hughes <[email protected]>
Typo: use dmenu_path instead of emenu_path

github.com/xmonad/xmonad - bffb0126e08b04bd10a2df87ca7e7142291c8129 authored over 17 years ago by Alec Berryman <[email protected]>
Focus follows mouse.

This change makes the window under the mouse pointer the focused window. This
isn't quite what ...

github.com/xmonad/xmonad - 5bc238964d94089141d690bc42d9e3e464ab8229 authored over 17 years ago by Spencer Janssen <[email protected]>
Update todo

github.com/xmonad/xmonad - 3288347e1ee577fdeaa42dfa07f16e91319ea4a7 authored over 17 years ago by Spencer Janssen <[email protected]>
Restrain leftWidth

github.com/xmonad/xmonad - a50a6bbd2919c8e54dc73b75bb45d35a27b7bf5a authored over 17 years ago by Spencer Janssen <[email protected]>
Extra config: defaultLayout

github.com/xmonad/xmonad - cb4e6d86a1710a1e4219b290d6210d3ad5723da9 authored over 17 years ago by daniel <[email protected]>
updated TODO

github.com/xmonad/xmonad - 1cd2772ca8fc12b4e0308068401863e8e3104b6a authored over 17 years ago by daniel <[email protected]>
minor aesthetic changes

github.com/xmonad/xmonad - 929d9c784a41911bb6935e08725408b9e24c88cc authored over 17 years ago by daniel <[email protected]>
Config.lhs -> Config.hs

github.com/xmonad/xmonad - bfae1e5cb671d8d9dd907d70f8c01e4a416e92f5 authored over 17 years ago by Jason Creighton <[email protected]>
added Config.lhs and moved most things in Main.hs into Operations.hs to enable this

github.com/xmonad/xmonad - 0bb51dae3dca792f54fbfb24e36c408c7b1fc95c authored over 17 years ago by Jason Creighton <[email protected]>
Xinerama focus bug (couldn't focus on current workspace)

github.com/xmonad/xmonad - d9a6abede08f6b5b660512578022f061e939e8ba authored over 17 years ago by Jason Creighton <[email protected]>
restart (simple exec(), no state saved)

github.com/xmonad/xmonad - ec344fa3839fa92a57e788747d8cff18d30503e5 authored almost 18 years ago by Jason Creighton <[email protected]>
Add promote. Makes the focused window the master

github.com/xmonad/xmonad - 41c2dd3fbf57825204df0551a5684569d5822d5f authored almost 18 years ago by Spencer Janssen <[email protected]>
Add promote

github.com/xmonad/xmonad - a05115bb72df3184c491a2b9cebdb18991967868 authored almost 18 years ago by Spencer Janssen <[email protected]>
I like 1%2 split. Maintainer's prerogative :)

github.com/xmonad/xmonad - f98c9f8902d438a1cd9f2e421817f4140f6c7d7f authored almost 18 years ago by Spencer Janssen <[email protected]>
Add defaultLeftWidth in the configuration section

github.com/xmonad/xmonad - 418b6a87d95613461a1bfe4fc8aeb5f8da2a0c1d authored almost 18 years ago by Spencer Janssen <[email protected]>
Allow dynamic width in tiling mode

github.com/xmonad/xmonad - 5bd9a74b5a8408a281e6c350ad6a0657e9fd53ea authored almost 18 years ago by daniel <[email protected]>
GHC 6.4 compatibility.

github.com/xmonad/xmonad - ebdf6bef14046e5c1226eb79e689429ffb407b26 authored almost 18 years ago by Spencer Janssen <[email protected]>
add keybindings to change screens and tag windows to screens

github.com/xmonad/xmonad - d0481e1dac5d0d327428dd0ac818f3b87feb9132 authored almost 18 years ago by Jason Creighton <[email protected]>
Add raiseFocus.

github.com/xmonad/xmonad - 8a1a3333a8c9789ef4dfc138df627695626d36da authored almost 18 years ago by Spencer Janssen <[email protected]>
Make numlockMask configurable

github.com/xmonad/xmonad - b192aa5cc60d54702f558d7f0cd575fc2008c158 authored almost 18 years ago by Spencer Janssen <[email protected]>
Initial tiling support.

github.com/xmonad/xmonad - e0584a008d6adbfb5cf42a7ce388c95c03d165df authored almost 18 years ago by Spencer Janssen <[email protected]>
Fix indentation

github.com/xmonad/xmonad - 893ea985fadfab3c2c1d21e0ba3440ee21b0006f authored almost 18 years ago by Spencer Janssen <[email protected]>
Untabify

github.com/xmonad/xmonad - 21f6e90b4afdf2adf2f5578cc74cb9810e7e7cd0 authored almost 18 years ago by Spencer Janssen <[email protected]>
Decouple the concepts of focus and window order. First step to tiling!

github.com/xmonad/xmonad - f1a0796da3fd68733bc44923c6851c7839cfeabc authored almost 18 years ago by Spencer Janssen <[email protected]>
changed type of getScreenInfo in Graphics.X11.Xinerama

github.com/xmonad/xmonad - 437167d34c5a6fa31ec4c6b8a1b9263878d87008 authored almost 18 years ago by Jason Creighton <[email protected]>
trace wsOnScreen when it's changed

github.com/xmonad/xmonad - 226f2012cb4497ee24e3258334c514c7105f6686 authored almost 18 years ago by Jason Creighton <[email protected]>
don't try to change the current workspace based on an enterNotify event

github.com/xmonad/xmonad - 92a8ad32d40144cc8918ddc5dfd9c8dd9ff7e77b authored almost 18 years ago by Jason Creighton <[email protected]>
use "windows" in "unmanage"

github.com/xmonad/xmonad - 7d7f0ca72150571936ffac604b472f8c8a23485d authored almost 18 years ago by Jason Creighton <[email protected]>
replaced "let Just x = ..." in view with "case ... of ..."

github.com/xmonad/xmonad - 48974f51e6fb35c4360a41bbb12ec2de7d0e1801 authored almost 18 years ago by Jason Creighton <[email protected]>
basic xinerama support (depends on Graphics.X11.Xinerama in X11-extras)

github.com/xmonad/xmonad - bb43b2ad6fe92f437e3d996d32a0d9e4e106b534 authored almost 18 years ago by Jason Creighton <[email protected]>
Whitespace only

github.com/xmonad/xmonad - 397cdbda0e74439e9ff395bd97e66fd13e8b78d3 authored almost 18 years ago by Spencer Janssen <[email protected]>
-Wall police

github.com/xmonad/xmonad - 2506e901f102ae009c981d696fbc9ad0714b6e2f authored almost 18 years ago by Spencer Janssen <[email protected]>
abstract out modMask for easy user configuration

github.com/xmonad/xmonad - e955d4dbc66f05cd6b09f249750d23700c84214a authored almost 18 years ago by shae <[email protected]>
tasks before 0.1

github.com/xmonad/xmonad - be1389f7bc56e43359d29d683e1446d99a3f3325 authored almost 18 years ago by Spencer Janssen <[email protected]>
s/thunk/xmonad

github.com/xmonad/xmonad - 83991631a45f428096cce2374cc6505e3a7e504e authored almost 18 years ago by Spencer Janssen <[email protected]>
Tiling notes

github.com/xmonad/xmonad - ee6cd3f5ea73d95cd2cb607a3acfea17266bd93a authored almost 18 years ago by Spencer Janssen <[email protected]>
Actually fix the zombie issue.

github.com/xmonad/xmonad - 851857bd415dc13ac92c2d1f49b8ad63c4200fc7 authored almost 18 years ago by Spencer Janssen <[email protected]>
Sloppy typos in spawn.

github.com/xmonad/xmonad - 835f054d79acf098043ce7922a169c284ef7d8de authored almost 18 years ago by Spencer Janssen <[email protected]>
Fix forking issues, add unix dependency.

github.com/xmonad/xmonad - 8aad6658bc3c657c7dc3c644e8cd743695e21b2d authored almost 18 years ago by Spencer Janssen <[email protected]>
catch exceptions in spawn, so failing to fork won't kill the wm

github.com/xmonad/xmonad - 11bb12cc3167b08f44d6dbb6652583495a677600 authored almost 18 years ago by Don Stewart <[email protected]>
fiddling, comments

github.com/xmonad/xmonad - 81eef69458f621b8eb66e3bd913f5cde8abbb113 authored almost 18 years ago by Don Stewart <[email protected]>
comments, move isRoot into XMonad

github.com/xmonad/xmonad - 5398895bf49be9d0422b3ad1519208d633229b53 authored almost 18 years ago by Don Stewart <[email protected]>
wibbles

github.com/xmonad/xmonad - 511559958a1321fd87344d37fe6d0702a1e42521 authored almost 18 years ago by Don Stewart <[email protected]>
abstract out setfocus code a bit

github.com/xmonad/xmonad - c5c7132e620b52afac3789dee8e8ab9dab32ba37 authored almost 18 years ago by Don Stewart <[email protected]>
general refactor, and call xerrorhandler to ignore certain undetectable issues

github.com/xmonad/xmonad - 2365e68c6acd6fca2a3b0975e1fd3b2c29b6c810 authored almost 18 years ago by Don Stewart <[email protected]>