]> git.sur5r.net Git - i3/i3/history - src/floating.c
Merge branch 'fix-dump-log-errmsg'
[i3/i3] / src / floating.c
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
2010-11-12 Michael Stapelbergonly re-position floating clients mapped to (0, 0)...
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-06-30 Michael Stapelbergparser: implement explicit "mode floating"/"mode tiling"
2010-06-28 Michael Stapelbergfloating: use con_fix_percent
2010-06-28 Michael Stapelbergfloating: re-implement floating_modifier + left/right...
2010-06-28 Michael Stapelbergsplit up toggle_floating_mode into floating_enable...
2010-05-31 Michael StapelbergReposition floating windows while dragging
2010-05-31 Michael StapelbergImplement mode toggle
2010-05-14 Michael StapelbergAdd parameter to reparent windows instead of killing...
2010-04-13 Michael Stapelbergfirst step of the big refactoring ("tree" branch).
2010-03-30 Michael StapelbergMerge branch 'next'
2010-03-27 Michael StapelbergBugfix: Don’t allow fullscreen floating windows to...
2010-03-13 Axel WagnerImplement proportional floating-resize.
2010-03-12 Axel WagnerFloating resize uses arbitrary corners
2010-03-12 Michael StapelbergUpdate comment (Thanks Merovius)
2010-03-07 Michael StapelbergTurn nested functions into real functions or macros
2010-03-02 Michael Stapelberghuge change: implement RandR instead of Xinerama
2010-02-14 Michael Stapelbergs/DLOG/LOG (Thanks ccount)
2010-02-12 Michael StapelbergBugfix: Correctly do boundary checking/moving to other...
2010-02-12 Michael StapelbergBugfix: Correctly do boundary checking/moving to other...
2010-01-01 Michael StapelbergWe don’t have DLOG yet in master branch (Thanks ccount)
2010-01-01 Michael StapelbergBugfix: Don’t put dock clients into floating mode ...
2010-01-01 Michael StapelbergBugfix: Don’t put dock clients into floating mode ...
2009-12-19 Michael StapelbergTouch each log message and classify it as DLOG (debug...
2009-12-12 Michael StapelbergTake into account the window’s base_{width,height}...
2009-11-26 Michael StapelbergBugfix: Fix two problems in resizing floating windows...
2009-11-26 Michael StapelbergBugfix: Fix two problems in resizing floating windows...
2009-11-09 Michael StapelbergMerge branch 'next'
2009-09-28 Michael StapelbergBugfix: partly revert f3880928, client->workspace was...
2009-09-27 Michael StapelbergMake number of workspaces dynamic (no longer limited...
2009-09-07 Michael StapelbergBugfix: Correctly handle unmap-notify events when resiz...
next