]> git.sur5r.net Git - i3/i3/history - src/workspace.c
Bring back some more EWMH support.
[i3/i3] / src / workspace.c
2011-03-14 Fernando Tarlá Car... Bring back some more EWMH support.
2011-03-14 Fernando Tarlá Car... Add the "created" parameter to workspace_get.
2011-02-28 Fernando Tarlá Car... Some assertions to make the static analyzer happy.
2011-02-21 Michael Stapelbergrefactor some places to use output_get_content()
2011-02-20 Michael StapelbergImplement dock mode, update testsuite
2011-02-14 Michael Stapelbergadd missing function documentation
2011-02-14 Michael Stapelbergrefactor tree_move() into src/move.c, change config...
2011-01-27 Michael Stapelbergrefactor some places to use con_descend_focused instead...
2011-01-08 Michael StapelbergFix switching to a workspace on a different output
2011-01-07 Michael Stapelbergfix a problem with workspace switching when the focus...
2011-01-04 Michael StapelbergRandR: use the next unused workspace instead of fixed...
2011-01-04 Michael Stapelbergfix memleak: free con->name before overwriting it
2010-11-29 Michael Stapelbergworkspace.{c,h}: remove obsolete code
2010-11-28 Michael StapelbergBugfix: Re-attach windows in correct order when switchi...
2010-11-21 Michael Stapelbergcorrectly sort numbered workspaces (+testcase)
2010-11-21 Fernando Tarlá Car... Send change:empty too.
2010-11-21 Fernando Tarlá Car... Send the workspace focus change event.
2010-11-20 Michael Stapelbergbugfix: don’t treat workspace as empty if they only...
2010-11-14 Michael StapelbergBugfix: don’t kill parent when currently in tree_close...
2010-11-14 Michael StapelbergImplement setting the WM_NAME of i3 container windows...
2010-11-12 Michael Stapelbergdon’t close workspaces which are still visible (multi...
2010-09-01 Michael StapelbergImplement sticky windows
2010-06-02 Michael StapelbergRe-implement support for the urgency hint, extend t...
2010-06-01 Michael StapelbergMake splitting a container which was already split...
2010-05-30 Michael Stapelbergcleanup: introduce CT_WORKSPACE as type to avoid having...
2010-05-14 Michael StapelbergAdd parameter to reparent windows instead of killing...
2010-05-09 Michael Stapelbergbugfix: don’t clean up workspace when switching to...
2010-04-16 Michael Stapelbergclean up old workspace when switching (makes test 2...
2010-04-13 Michael Stapelbergworkspace.c: update header, reformat
2010-04-13 Michael Stapelbergcorrectly focus workspaces
2010-04-13 Michael Stapelbergfirst step of the big refactoring ("tree" branch).
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 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-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...