]> git.sur5r.net Git - i3/i3/history - src/floating.c
Merge branch 'master' into next
[i3/i3] / src / floating.c
2011-08-27 Michael StapelbergMerge branch 'colors-userguide' into next
2011-08-27 Michael StapelbergMerge branch 'master' into next
2011-08-27 Michael StapelbergMerge branch 'master' into next
2011-08-27 Michael StapelbergMerge branch 'master' into next
2011-08-27 Michael StapelbergMerge branch 'fix-focus-assign'
2011-08-27 Michael StapelbergBugfix: Don’t always focus floating windows (fixes...
2011-08-26 Michael StapelbergMerge branch 'master' into next
2011-08-26 Michael StapelbergMerge branch 'master' into next
2011-08-26 Michael StapelbergMerge branch 'master' into next
2011-08-26 Michael StapelbergMerge branch 'master' into next
2011-08-26 Michael StapelbergMerge branch 'master' into next
2011-08-26 Michael StapelbergMerge branch 'master' into next
2011-08-25 Michael StapelbergMerge branch 'master' into next
2011-08-25 Michael StapelbergMerge branch 'master' into next
2011-08-25 Michael StapelbergMerge branch 'master' into next
2011-08-25 Michael StapelbergMerge branch 'master' into next
2011-08-24 Michael StapelbergMerge branch 'master' into next
2011-08-24 Michael StapelbergMerge branch 'master' into next
2011-08-24 Michael StapelbergMerge branch 'fix-move-float-output'
2011-08-24 Michael StapelbergBugfix: Correctly warp floating windows when using...
2011-08-24 Michael StapelbergMerge branch 'master' into next
2011-08-24 Michael StapelbergMerge branch 'fix-floating-negative'
2011-08-24 Michael StapelbergMerge branch 'master' into next
2011-08-24 Michael StapelbergBugfix: Correctly handle current_output == NULL
2011-08-24 Michael StapelbergMerge branch 'fix-floating-centering'
2011-08-24 Peter BuiMove centering code to before sanity check
2011-08-24 Michael StapelbergMerge branch 'master' into next
2011-08-24 Michael StapelbergMerge branch 'master' into next
2011-08-24 Michael StapelbergMerge branch 'master' into next
2011-08-24 Michael StapelbergMerge branch 'fix-assign-screen'
2011-08-24 Michael StapelbergBugfix: Correctly place floating windows on their appro...
2011-08-24 Michael StapelbergMerge branch 'master' into next
2011-08-23 Michael StapelbergMerge branch 'master' into next
2011-08-23 Michael StapelbergMerge branch 'master' into next
2011-08-22 Michael StapelbergMerge branch 'master' into next
2011-08-20 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 'master' into next
2011-08-17 Michael StapelbergMerge branch 'master' into next
2011-08-17 Michael StapelbergMerge branch 'master' into next
2011-08-16 Michael StapelbergMerge branch 'master' into next
2011-08-12 Michael StapelbergMerge branch 'master' into next
2011-08-11 Michael StapelbergMerge branch 'master' into next
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 'new-new_float' into next
2011-08-09 Mateusz PoszwaAdd new_float config option.
2011-08-06 Michael StapelbergMerge branch 'master' into next
2011-08-06 Michael StapelbergMerge branch 'fix-floating-raise'
2011-08-06 Michael StapelbergBugfix: Call tree_render() before starting the dragging...
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-31 Michael StapelbergBugfix: Handle (and free) the last_motion_notify
2011-07-31 Michael StapelbergBugfix: free() the grab_pointer reply
2011-07-31 Michael Stapelberghandle the xcb_grab_pointer reply
2011-07-28 Michael StapelbergBugfix: Also abort drag_pointer after XCB_KEY_PRESS...
2011-06-02 Michael StapelbergMake workspace_layout handle all cons at workspace...
2011-05-16 Michael StapelbergBugfix: fix crash when disabling floating mode
2011-05-13 Michael StapelbergArgument for 'kill' for killing a specific window ...
2011-05-06 Michael StapelbergBugfix: Assign BORDER_BOTTOM instead of BORDER_RIGHT...
2011-05-06 Michael StapelbergBugfix: assign BORDER_BOTTOM instead of BORDER_RIGHT...
2011-05-02 Michael StapelbergBugfix: Before rendering, attach the con to its floatin...
2011-05-02 Michael StapelbergBugfix: When re-assigning floating windows to a differe...
2011-05-01 Michael StapelbergBugfix: Correctly render decorations in tabbed containe...
2011-04-18 Michael StapelbergBugfix: Center floating windows with invalid coordinate...
2011-04-18 Michael StapelbergBugfix: Check if a floating window’s coordinates are...
2011-04-18 Michael StapelbergBugfix: Assign floating cons to correct workspace when...
2011-04-01 Michael Stapelbergoptimization: when moving floating windows, render...
2011-03-18 Michael StapelbergMake i3 compatible with the very latest xcb
2011-03-18 Michael StapelbergMake i3 compatible with the very latest xcb
2011-03-14 Michael StapelbergWhen making floating cons tiling, re-insert next to...
2011-03-10 Michael Stapelbergrefactor font caching to just save the ID instead of...
2011-03-06 Michael StapelbergObey minimum size when resizing floating windows
2011-03-06 Michael StapelbergUse the combined geometry of children when setting...
2011-03-03 Michael StapelbergUse the original geometry for floating windows
2011-03-03 Michael StapelbergDon’t create floating containers from whole workspaces...
2011-02-28 Michael StapelbergBugfix: Correctly fix the percent values for resizing...
2011-02-28 Michael StapelbergBugfix: Re-attach floating cons to the right container...
2011-02-14 Michael StapelbergAutomatically close empty parent cons when making their...
2011-01-27 Michael StapelbergBugfix: use the global root variable, don’t get the...
2011-01-27 Michael Stapelbergre-insert floating cons next to the currently focused...
2011-01-27 Michael Stapelbergwhen re-inserting a floating con, start with a more...
2011-01-27 Fernando Tarlá Car... Fix floating mode according to the new requirements.
2011-01-27 Fernando Tarlá Car... This parameter is no longer needed.
2011-01-21 Michael StapelbergBugfix: Don’t send fake configure notify with not yet...
2011-01-07 Michael StapelbergBugfix: Don’t use ->old_parent for floating cons (Thank...
2011-01-07 Michael StapelbergBugfix: Correctly maintain focus when setting a workspa...
2010-12-31 Michael StapelbergFix dragging floating containers / click handling
2010-12-30 Michael StapelbergFor floating mode on workspace level, create a containe...
2010-11-29 Michael Stapelbergfloating.c: remove obsolete code, fix indenting
2010-11-15 Fernando Tarlá Car... Get rid of the remaining hardcoded height.
2010-11-14 Michael Stapelbergfix floating focus behaviour, extend testcase
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 StapelbergImplement support for WM_CLIENT_LEADER
next