]> git.sur5r.net Git - i3/i3/history - src/tree.c
Default to a file in /tmp for the restart state.
[i3/i3] / src / tree.c
2010-12-27 Fernando Tarlá Car... Default to a file in /tmp for the restart state.
2010-11-29 Michael StapelbergBugfix: Transfer 'percent' factor when splitting, add...
2010-11-28 Michael StapelbergBugfix for the last commit (broke some moving situation...
2010-11-28 Michael Stapelberglook & feel: when moving, descend if the container...
2010-11-28 Michael StapelbergBugfix: Fix focus when moving Cons
2010-11-28 Michael Stapelberglook and feel: when moving a Con is not possible, split...
2010-11-28 Michael StapelbergCorrectly restore focus when restarting (Thanks fernand...
2010-11-28 Michael StapelbergBugfix: Re-attach windows in correct order when switchi...
2010-11-28 Michael Stapelbergfix third argument to strncat(), use smalloc(), use...
2010-11-28 Fernando Tarlá Car... Make the restart path configurable.
2010-11-27 Michael Stapelbergremove some debug messages
2010-11-21 Michael Stapelbergcorrectly sort numbered workspaces (+testcase)
2010-11-21 Michael Stapelbergipc: fix current_workspace
2010-11-21 Michael StapelbergBugfix: Don’t draw borders for fullscreen windows
2010-11-21 Michael StapelbergBugfix: Don’t attach tiling containers to floating...
2010-11-20 Michael StapelbergBugfix: Properly ignore UnmapNotify events (especially...
2010-11-15 Fernando Tarlá Car... Port the path resolution and config loading code from...
2010-11-14 Michael Stapelbergdon’t allow useless splits, change orientation of exist...
2010-11-14 Michael StapelbergBugfix: don’t kill parent when currently in tree_close...
2010-11-14 Michael Stapelbergdon’t remove floating container twice (it’s already...
2010-11-14 Michael StapelbergImplement setting the WM_NAME of i3 container windows...
2010-11-13 Michael StapelbergRendering fixes for stacking mode
2010-11-13 Michael StapelbergBugfix: Close containers which are empty due to a move...
2010-11-12 Michael Stapelbergenumerate workspaces when initializing outputs
2010-07-17 Michael StapelbergBugfix: Keep focus on the current workspace when moving...
2010-07-16 Michael StapelbergBugfix: Don’t go further when switching focus on a...
2010-07-16 Michael StapelbergTreat stacking containers as if they are in vertical...
2010-07-16 Michael Stapelbergclose empty parent containers, add testcase
2010-07-16 Michael Stapelbergs/con->parent/parent to make it more readable
2010-07-13 Michael StapelbergAdd more documentation to functions/header files
2010-07-04 Michael StapelbergBugfix: Don’t try to focus the container itself when...
2010-07-04 Michael StapelbergBugfix: Correctly restore focus after close (and add...
2010-06-30 Michael Stapelbergbugfix: correctly focus follow up window when closing...
2010-06-29 Michael StapelbergGo down the tree when moving windows, add testcase...
2010-06-28 Michael Stapelbergfloating: correctly kill floating containers when closing
2010-06-02 Michael StapelbergImplement mark/goto, modify testcase
2010-06-02 Michael Stapelbergmore debug output
2010-06-01 Michael StapelbergMake splitting a container which was already split...
2010-06-01 Michael Stapelberg"Re-parent" floating clients whose old_parent is being...
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-11 Michael Stapelbergimplement 'move' command in the new parser
2010-05-10 Michael StapelbergImplement 'split'
2010-04-16 Michael Stapelbergmove con_focus to con.c
2010-04-13 Michael Stapelbergcorrectly focus workspaces
2010-04-13 Michael Stapelbergfirst step of the big refactoring ("tree" branch).