]> git.sur5r.net Git - i3/i3/history - src/workspace.c
If moving the last ws, create a new one in its place.
[i3/i3] / src / workspace.c
2011-08-17 Michael StapelbergMerge branch 'master' into next
2011-08-17 Michael StapelbergMerge branch 'master' into next
2011-08-17 Michael StapelbergMerge branch 'master' into next
2011-08-17 Michael StapelbergMerge branch 'master' into next
2011-08-17 Michael StapelbergMerge branch 'fix-warping'
2011-08-17 Peter BuiOnly warp pointer once during x_push_changes()
2011-08-16 Michael StapelbergMerge branch 'master' into next
2011-08-12 Michael StapelbergMerge branch 'master' into next
2011-08-12 Axel WagnerMerge branch 'i3bar_fix_tabs' into next
2011-08-11 Michael StapelbergMerge branch 'master' into next
2011-08-11 Michael StapelbergMerge branch 'warp-pointer'
2011-08-11 Valentin VoigtWarp cursor when changing workspace.
2011-08-10 Axel WagnerMerge branch 'master' into next
2011-08-10 Michael StapelbergMerge branch 'tests-optimize' into next
2011-08-09 Michael StapelbergMerge branch 'master' into next
2011-08-09 Michael StapelbergMerge branch 'master' into next
2011-08-09 Michael StapelbergMerge branch 'master' into next
2011-08-07 Michael StapelbergMerge branch 'master' into next
2011-08-07 Michael StapelbergMerge branch 'master' into next
2011-08-07 Michael StapelbergMerge branch 'master' into next
2011-08-07 Michael StapelbergMerge branch 'master' into next
2011-08-06 Michael StapelbergMerge branch 'master' into next
2011-08-04 Michael StapelbergMerge branch 'master' into next
2011-08-04 Michael StapelbergMerge branch 'master' into next
2011-08-04 Michael StapelbergMerge branch 'master' into next
2011-08-04 Michael StapelbergMerge branch 'master' into next
2011-08-03 Michael StapelbergMerge branch 'master' into next
2011-08-03 Michael StapelbergMerge branch 'wsnum' into next
2011-08-03 Simon KampeParsing workspace name so if the first part is a number...
2011-08-03 Michael StapelbergMerge branch 'master' into next
2011-08-03 Michael StapelbergMerge branch 'ws-nextprev'
2011-08-03 Peter BuiModify workspace next/prev to account for workspaces...
2011-08-03 Michael StapelbergMerge branch 'master' into next
2011-08-03 Michael StapelbergMerge branch 'fix-wsnum'
2011-08-03 Michael StapelbergInclude <limits.h> in all.h
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-06-10 Michael StapelbergImplement 'fullscreen global'
2011-06-10 Michael StapelbergImplement 'workspace next/prev' (+test)
2011-06-02 Michael StapelbergMake workspace_layout handle all cons at workspace...
2011-05-14 Michael StapelbergRemove old code from randr.c and workspace.c
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-03-20 Michael StapelbergBugfix: Fix switching workspaces on multi-monitor setup...
2011-03-19 Michael StapelbergBugfix: Don’t use the workspace where focus is for...
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-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-10-17 Niklas HambüchenFix wallpaper flickering on workspace switch by mapping...
2010-09-09 Michael StapelbergBugfix: use the global root variable, don’t get the...
2010-09-09 Michael StapelbergBugfix: use the global root variable, don’t get the...
2010-09-01 Michael StapelbergImplement sticky windows
2010-06-29 Michael Stapelbergipc: send workspace event in workspace_initialize ...
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-30 Michael Stapelbergresolve merge conflict
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)
next