]> git.sur5r.net Git - i3/i3/history - src/randr.c
implement 'move' command in the new parser
[i3/i3] / src / 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