]> git.sur5r.net Git - i3/i3/history - src/workspace.c
Merge branch 'next'
[i3/i3] / src / workspace.c
2010-03-30 Michael StapelbergMerge branch 'next'
2010-03-27 Michael StapelbergRevert "Bugfix: Ignore enter_notify when warping pointe...
2010-03-27 Michael StapelbergBugfix: Ignore enter_notify when warping pointer (makes...
2010-03-25 Michael StapelbergBugfix: Assign all workspace to new outputs as new...
2010-03-24 Michael StapelbergBugfix: Don’t unmap windows when current workspace...
2010-03-20 Michael Stapelbergipc: send a workspace event when the urgency flag changes
2010-03-14 Michael StapelbergImplement disabling the internal workspace bar
2010-03-12 Michael Stapelbergipc: implement events, cleanup the code a bit
2010-03-11 Michael Stapelbergbugfix: don’t remap stack windows errnously when changi...
2010-03-11 Michael Stapelbergbugfix: don’t remap stack windows errnously when changi...
2010-03-11 Michael Stapelbergipc: implement GET_WORKSPACES message type
2010-03-08 Michael StapelbergFixes for the last commit: check outputs instead of...
2010-03-08 Axel WagnerImplement screen-spanning fullscreen-mode (command...
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-05 Michael StapelbergRemove superfluous definitions (Thanks Merovius)
2010-03-02 Michael StapelbergChange workspace assignments to use the RandR output...
2010-03-02 Michael Stapelberghuge change: implement RandR instead of Xinerama
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-12-08 Michael StapelbergBugfix: Also fix horizontal resizing
2009-11-22 Michael StapelbergBugfix: Also fix horizontal resizing
2009-11-09 Michael StapelbergMerge branch 'next'
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-12 Michael StapelbergBugfix: Correctly warp pointer *after* rendering the...
2009-09-06 Michael StapelbergImplement the urgency hint for windows/workspaces
2009-08-19 Michael StapelbergMerge branch 'next'
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...