]> git.sur5r.net Git - i3/i3/history - src/workspace.c
ewmh: implement support for _NET_WORKAREA (rdesktop can use that)
[i3/i3] / src / workspace.c
2009-12-31 Michael Stapelbergewmh: implement support for _NET_WORKAREA (rdesktop...
2009-12-21 Michael Stapelbergxinerama: correctly put windows which are assigned...
2009-12-19 Michael StapelbergTouch each log message and classify it as DLOG (debug...
2009-11-22 Michael StapelbergBugfix: Also fix horizontal resizing
2009-09-29 Michael StapelbergBugfix: Correctly initialize workspaces when initializi...
2009-09-29 Michael StapelbergRefactor workspaces to be stored in a TAILQ instead...
2009-09-29 Michael StapelbergBugfix: Don’t crash when changing workspace when there...
2009-09-28 Michael StapelbergBugfix: Create new workspace when there are no free...
2009-09-27 Michael StapelbergImplement options to change the default mode of containers
2009-09-27 Michael StapelbergRemove debug message
2009-09-27 Michael StapelbergAdd documentation for workspace_get()
2009-09-27 Michael StapelbergMake number of workspaces dynamic (no longer limited...
2009-09-12 Michael StapelbergBugfix: Correctly warp pointer *after* rendering the...
2009-09-06 Michael StapelbergImplement the urgency hint for windows/workspaces
2009-08-11 Michael StapelbergMerge branch 'next' into testcases
2009-08-11 Michael StapelbergSet WM_STATE_WITHDRAWN when unmapping, unmap windows...
2009-08-08 Michael StapelbergImplement assignments of workspaces to screens, big...
2009-08-07 Michael StapelbergBugfix: Don’t crash when the font is specified after...
2009-08-05 Michael StapelbergMerge branch 'next' into testcases
2009-08-02 Michael StapelbergBugfix: Don’t hide assigned clients to inactive but...
2009-08-02 Michael Stapelbergcache text_width for named workspaces, fix memory leak
2009-07-28 Michael StapelbergSome little fixes for bapt’s patch, use predict_text_wi...