]> git.sur5r.net Git - i3/i3/history - src/randr.c
Merge branch 'master' into next
[i3/i3] / src / randr.c
2011-09-14 Michael StapelbergMerge branch 'master' into next
2011-09-11 Michael StapelbergMerge branch 'master' into next
2011-09-05 Michael StapelbergMerge branch 'fix-wsnum' into next
2011-09-05 Michael StapelbergBugfix: Correctly handle workspace names which do not...
2011-08-17 Michael StapelbergMerge branch 'master' into next
2011-08-17 Michael StapelbergMerge branch 'fix-wsnext'
2011-08-17 Michael StapelbergBugfix: Don’t consider the workspace next/prev command...
2011-08-07 Michael StapelbergMerge branch 'master' into next
2011-08-07 Michael StapelbergMerge branch 'fix-ws-direction'
2011-08-07 Michael StapelbergBugfix: the up/down directions were swapped
2011-08-07 Peter BuiImplement switching focus across screens.
2011-08-03 Michael StapelbergMerge branch 'master' into next
2011-08-03 Michael StapelbergMerge branch 'fix-wsnum'
2011-08-03 Michael StapelbergBugfix: Use the appropriate number when assigning numbe...
2011-08-03 Michael StapelbergMerge branch 'workspace-order-fix' into next
2011-08-03 Michael StapelbergMerge branch 'workspace-order-fix'
2011-08-03 Michael StapelbergBugfix: Correctly check if the workspace already exists
2011-08-03 Michael StapelbergMerge branch 'workspace-startup-order'
2011-08-03 Michael StapelbergMerge branch 'workspace-startup-order' into next
2011-08-03 Michael Stapelbergalso handle quoted workspace names, extend t/72 for...
2011-08-03 Michael StapelbergBugfix: When looking for an unused workspace, try the...
2011-08-01 Michael StapelbergMerge i3bar into next
2011-07-31 Michael StapelbergMerge branch 'next'
2011-07-31 Michael StapelbergMerge branch 'tree' into next
2011-07-31 Michael StapelbergBugfix: Fix small memory leak when initializing output...
2011-07-23 Michael StapelbergBugfix: use the global root variable, don’t get the...
2011-06-11 Michael StapelbergBugfix: Correctly attach new output cons to the root...
2011-06-02 Michael StapelbergMake workspace_layout handle all cons at workspace...
2011-05-29 Michael StapelbergBugfix: RandR: Correctly assign focused workspaces...
2011-05-14 Michael StapelbergRemove old code from randr.c and workspace.c
2011-05-14 Michael StapelbergBugfix: Fix initialization / assignments when RandR...
2011-05-14 Michael Stapelbergre-implement assignments of workspace to specific outputs
2011-05-13 Michael StapelbergArgument for 'kill' for killing a specific window ...
2011-04-27 Michael StapelbergBugfix: Ensure that all outputs have a ->con before...
2011-03-20 Michael StapelbergBugfix: Actually re-attach dock clients when outputs...
2011-03-17 Michael Stapelbergcleanup code of workspace rotation on output changes
2011-03-17 Simon KampeAdded config key for default orientation of containers...
2011-03-14 Fernando Tarlá Car... Bring back some more EWMH support.
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-10-23 Michael StapelbergBugfix: Properly call init_workspaces() when RandR...
2010-10-23 Michael StapelbergBugfix: Properly call init_workspaces() when RandR...
2010-04-13 Michael Stapelbergfirst step of the big refactoring ("tree" branch).
2010-04-06 Michael StapelbergBugfix: correctly initialize workspaces if RandR is...
2010-04-06 Michael StapelbergBugfix: correctly initialize workspaces if RandR is...
2010-03-30 Michael StapelbergMerge branch 'next'
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