]> git.sur5r.net Git - i3/i3/history - src/con.c
Implement 'fullscreen global'
[i3/i3] / src / con.c
2011-06-10 Michael StapelbergImplement 'fullscreen global'
2011-06-02 Michael StapelbergMake workspace_layout handle all cons at workspace...
2011-05-13 Michael StapelbergArgument for 'kill' for killing a specific window ...
2011-05-13 Michael StapelbergBugfix: When focusing the next floating window, descend...
2011-04-18 Michael StapelbergBugfix: When moving floating cons to other workspaces...
2011-04-02 Michael StapelbergBugfix: Don’t set the layout when it’s default layout...
2011-04-02 Simon KampeImplemented config key 'new_container'
2011-03-20 Michael StapelbergFocus cons when moving to a visible workspace on a...
2011-03-18 Michael StapelbergMake i3 compatible with the very latest xcb
2011-03-17 Simon KampeAdded config key for default orientation of containers...
2011-03-14 Michael StapelbergWhen making floating cons tiling, re-insert next to...
2011-03-14 Michael StapelbergBugfix: restore focus to the correct window when a...
2011-03-06 Michael StapelbergObey minimum size when resizing floating windows
2011-03-04 Michael StapelbergBugfix: Focus workspace after closing one of multiple...
2011-02-21 Michael StapelbergImplement support for top/bottom dock clients (accordin...
2011-02-21 Michael Stapelbergbugfix: fix clicking on dock clients (Thanks mseed)
2011-02-21 Michael StapelbergPlace dock clients on the output corresponding to their...
2011-02-20 Michael StapelbergImplement dock mode, update testsuite
2011-02-19 Michael Stapelbergrevert the replacement of a single h/v-split with its...
2011-02-14 Michael Stapelbergadd missing function documentation
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: Correctly focus con when moving to another...
2011-02-01 Michael Stapelbergdisable workspace-level move operations (not yet implem...
2011-01-29 Fernando Tarlá Car... Don't mess with sizes when moving to other ws.
2011-01-27 Michael Stapelbergrefactor some places to use con_descend_focused instead...
2011-01-27 Michael Stapelbergre-insert floating cons next to the currently focused...
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... A new logic to calculate the percentages.
2011-01-21 Michael Stapelbergbugfix: you can’t unfullscreen workspaces (Thanks Merovius)
2011-01-20 Michael StapelbergBugfix: also close empty split containers when the...
2011-01-17 Michael StapelbergWhen in stacking mode with only one child, respect...
2011-01-07 Michael StapelbergBugfix: Correctly move to other workspaces when a float...
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-07 Michael StapelbergBugfix: fix fullscreen mode for floating windows
2011-01-04 Michael Stapelbergfix small memory leak (unused ->name)
2010-12-31 Michael StapelbergFix dragging floating containers / click handling
2010-12-28 Michael StapelbergFix resize handling on click on borders (did not correc...
2010-12-27 Fernando Tarlá Car... Implement default border styles (thanks litemotiv).
2010-11-29 Michael StapelbergBugfix: Correctly attach floating Cons to a different...
2010-11-29 Michael StapelbergBugfix: Fix crash when moving a floating Con to a diffe...
2010-11-28 Michael StapelbergCorrectly update the _NET_WM_STATE hint when *not*...
2010-11-28 Michael StapelbergBugfix: Re-attach windows in correct order when switchi...
2010-11-28 Michael StapelbergBugfix: Restore focus after changing layout (Thanks...
2010-11-27 Michael Stapelbergremove some debug messages
2010-11-26 Fernando Tarlá Car... Always add to the focus list, fixes crash.
2010-11-26 Michael Stapelberglook and feel: create split container when switching...
2010-11-21 Michael Stapelbergcorrectly sort numbered workspaces (+testcase)
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: when no windows to focus, return the workspace...
2010-11-15 Michael StapelbergWhen in tabbed mode, nail the orientation to horizontal
2010-11-14 Michael Stapelbergfix floating focus behaviour, extend testcase
2010-11-13 Michael StapelbergRendering fixes for stacking mode
2010-11-13 Michael Stapelbergport fernando’s custom background color patch
2010-11-13 Michael StapelbergBugfix: Close containers which are empty due to a move...
2010-11-12 Michael Stapelbergimplement configure requests, adapt testcase
2010-07-17 Michael StapelbergBugfix: Even when not going one level up, we need to...
2010-07-17 Michael StapelbergBugfix: Keep focus on the current workspace when moving...
2010-07-16 Michael StapelbergTreat stacking containers as if they are in vertical...
2010-07-13 Michael StapelbergAdd more documentation to functions/header files
2010-07-03 Michael StapelbergBugfix: Insert new containers at the right position...
2010-06-30 Michael Stapelbergparser: implement move
2010-06-02 Michael Stapelbergsplit containers do not directly accepts windows (they...
2010-06-02 Michael StapelbergRe-implement support for the urgency hint, extend t...
2010-05-31 Michael StapelbergImplement correct removal of floating containers
2010-05-30 Michael Stapelbergcleanup: introduce CT_WORKSPACE as type to avoid having...
2010-05-26 Michael StapelbergUpdate _NET_WM_STATE after fullscreen state changes
2010-04-17 Michael Stapelbergimplement con_toggle_fullscreen
2010-04-16 Michael Stapelbergmove match_* to match.c
2010-04-16 Michael Stapelbergmove con_focus to con.c
2010-04-14 Michael Stapelbergadd first version of a new flex/bison based command...
2010-04-13 Michael Stapelbergre-add fullscreen mode
2010-04-13 Michael Stapelbergcorrectly update/display window title/class
2010-04-13 Michael Stapelbergfirst step of the big refactoring ("tree" branch).