]> git.sur5r.net Git - i3/i3/history - src/randr.c
Implement support for top/bottom dock clients (according to _NET_WM_STRUT_PARTIAL...
[i3/i3] / src / randr.c
2011-02-21 Michael StapelbergImplement support for top/bottom dock clients (accordin...
2011-02-21 Michael StapelbergBugfix: fix disabling RandR outputs
2011-02-21 Michael StapelbergBugfix: Correctly open workspaces on additional outputs
2011-02-20 Michael StapelbergImplement dock mode, update testsuite
2011-01-27 Michael Stapelbergrefactor some places to use con_descend_focused instead...
2011-01-27 Michael StapelbergRandR: respect primary output
2011-01-06 Michael StapelbergBugfix: randr: Don’t close container if it was not...
2011-01-04 Michael StapelbergRandR: use the next unused workspace instead of fixed...
2011-01-04 Michael StapelbergAlso initialize output->con when using neither RandR...
2011-01-04 Michael StapelbergRe-Implement support for RandR changes
2011-01-04 Michael Stapelbergretab! randr.c
2010-04-13 Michael Stapelbergfirst step of the big refactoring ("tree" branch).
2010-03-26 Michael StapelbergFix memory leaks
2010-03-26 Michael Stapelbergrandr: Don’t enable outputs with mode 0x0
2010-03-25 Michael Stapelbergremove newlines
2010-03-25 Michael StapelbergBugfix: Assign all workspace to new outputs as new...
2010-03-24 Michael StapelbergBugfix: correctly translate coordinates for floating...
2010-03-20 Michael Stapelbergipc: also send workspace event when initializing a...
2010-03-20 Michael StapelbergBugfix: correctly re-assign dock clients when output...
2010-03-19 Michael StapelbergDisable RandR if no outputs are found (Thanks fallen)
2010-03-19 Michael StapelbergBugfix: When disabling RandR/Xinerama, give a name...
2010-03-17 Michael Stapelbergrandr: use effective CRTC width/height, not its mode...
2010-03-14 Michael StapelbergImplement disabling the internal workspace bar
2010-03-09 Michael StapelbergRe-add old Xinerama code for the poor nvidia users
2010-03-05 Michael StapelbergUpdate function names, variable names and documentation...
2010-03-05 Michael StapelbergBugfix: Correctly hide/show workspaces when enabling...
2010-03-05 Michael StapelbergBugfix: Fix clone mode with new RandR code (Thanks...
2010-03-04 Michael Stapelbergfix comment (Thanks Merovius)
2010-03-03 Michael StapelbergUpdate fullscreen client position/size when an output...
2010-03-02 Michael StapelbergBugfix: only return active screens in get_screen_most
2010-03-02 Michael StapelbergChange workspace assignments to use the RandR output...
2010-03-02 Michael Stapelberghuge change: implement RandR instead of Xinerama