]> git.sur5r.net Git - i3/i3/history - src/tree.c
Only warp pointer once during x_push_changes()
[i3/i3] / src / tree.c
2011-08-17 Peter BuiOnly warp pointer once during x_push_changes()
2011-08-07 Michael StapelbergMerge branch 'fix-ws-direction'
2011-08-07 Michael StapelbergBugfix: the up/down directions were swapped
2011-08-07 Michael Stapelberglittle style fixes
2011-08-07 Peter BuiImplement switching focus across screens.
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-07-10 Michael StapelbergIgnore X11 errors caused by ReparentWindow / ChangeProp...
2011-06-12 Michael StapelbergDon’t force wrapping when focusing in a direction would...
2011-06-10 Michael StapelbergImplement 'fullscreen global'
2011-06-02 Michael StapelbergMake workspace_layout handle all cons at workspace...
2011-05-13 Michael StapelbergBugfix: Attach new cons at the correct place when a...
2011-05-13 Michael StapelbergArgument for 'kill' for killing a specific window ...
2011-05-13 Michael StapelbergBugfix: set WM_STATE to WITHDRAWN when an app unmaps...
2011-05-11 Michael StapelbergBugfix: Don’t run into an endless loop when killing...
2011-03-20 Michael StapelbergRe-implement rendering to pixmaps (double-buffering...
2011-03-09 Michael StapelbergBugfix: Make level up a noop during fullscreen mode...
2011-03-09 Michael StapelbergBugfix: Send WM_DELETE / kill window the right way...
2011-03-06 Michael StapelbergBugfix: Don’t focus new cons when there is a fullscreen...
2011-03-03 Michael StapelbergBugfix: 'level up' needs to stop at the workspace con...
2011-03-03 Michael StapelbergBugfix: don’t focus the dockarea when closing a dock...
2011-02-20 Michael StapelbergImplement dock mode, update testsuite
2011-02-19 Michael StapelbergSkip containers which got only one child when looking...
2011-02-14 Michael Stapelbergrefactor tree_move() into src/move.c, change config...
2011-02-14 Michael Stapelbergrefactor code for removing children from a con
2011-02-01 Michael Stapelbergbugfix: don’t crash when moving windows out of a floati...
2011-02-01 Michael StapelbergBugfix: When the container which was just closed is...
2011-02-01 Michael StapelbergDon’t create a split container if no other cons are...
2011-01-28 Fernando Tarlá Car... Fix assertion when moving out of a floating container.
2011-01-28 Fernando Tarlá Car... Don't mess with the focus if we're not killing.
2011-01-27 Fernando Tarlá Car... Don't mess with the percentages in tree_flatten.
2011-01-27 Fernando Tarlá Car... Fix some resizing issues (thanks mseed).
2011-01-27 Michael Stapelbergbugfix: correctly move cons out of floating cons when...
2011-01-27 Michael Stapelbergbugfix: don’t assume a workspace always has tiling...
2011-01-27 Michael Stapelbergrefactor some places to use con_descend_focused instead...
2011-01-27 Fernando Tarlá Car... Fix the percentages when moving containers.
2011-01-27 Fernando Tarlá Car... This parameter is no longer needed.
2011-01-27 Fernando Tarlá Car... Only fix the percentages after we insert the container.
2011-01-19 Michael StapelbergBugfix: fix crash in tree_flatten (Thanks mseed)
2011-01-17 Michael StapelbergBugfix: Call mark_unmapped() on floating nodes aswell...
2011-01-07 Michael StapelbergBugfix: Don’t use ->old_parent for floating cons (Thank...
2011-01-07 Michael StapelbergBugfix: Look for cons to focus *starting* at the ws...
2011-01-07 Michael StapelbergImplement tree flattening to automatically solve situat...
2011-01-07 Michael Stapelbergchange many LOG/printf messages to use DLOG
2011-01-04 Michael StapelbergRe-Implement support for RandR changes
2011-01-04 Michael StapelbergBugfix: Correctly change focus after closing floating...
2011-01-04 Michael Stapelbergfix memleak: free struct Window members
2011-01-04 Michael Stapelbergfix memleak: free con->name before overwriting it
2011-01-02 Michael StapelbergBugfix: Also change focus when the killed container...
2010-12-30 Michael StapelbergBugfix: Correctly change focus when closing a split...
2010-12-30 Michael StapelbergBugfix: Don’t redistribute resize percentage values...
2010-12-28 Michael StapelbergBugfix: Don’t focus next window if the window was not...
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).