]> git.sur5r.net Git - i3/i3/history - src/floating.c
Implement setting the WM_NAME of i3 container windows for debugging
[i3/i3] / src / floating.c
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-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-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-12 Michael StapelbergBugfix: Correctly do boundary checking/moving to other...
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-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...
2009-08-22 Michael StapelbergImplement resizing floating clients with Mod1 + right...
2009-08-11 Michael StapelbergMerge branch 'next' into testcases
2009-08-11 Michael StapelbergSet WM_STATE_WITHDRAWN when unmapping, unmap windows...
2009-06-26 Michael StapelbergMerge branch 'next' (3.β is stable now)
2009-06-26 Michael StapelbergBugfix: Correctly check coordinates for resizing floati... 3.b
2009-06-24 Michael StapelbergUse drag_pointer from floating.c for the resize handler
2009-06-24 Michael StapelbergCorrectly re-assign floating clients to the destination...
2009-06-23 Michael Stapelbergfloating: enforce minimum size of 50x20 when resizing...
2009-06-21 Michael StapelbergImplement selecting the next tiling/floating window...
2009-06-21 Michael StapelbergUse a nested event loop which polls and saves motion...
2009-06-19 Michael Stapelbergfloating: Don’t let clients become hidden under stack...
2009-06-19 Michael StapelbergBugfix: Make sure floating clients are alwalys above...
2009-06-19 Michael Stapelbergfloating: nested functions make the callbacks a lot...
2009-06-19 Michael StapelbergImplement a command for hiding all floating windows...
2009-06-19 Michael StapelbergImplement moving of floating clients
2009-06-19 Michael StapelbergBugfix: Correctly initialize automatically floating...
2009-06-13 Michael StapelbergImplement changing focus via keyboard between floating...
2009-06-12 Michael StapelbergBugfix: When toggling floating, the copied size is...
2009-06-02 Michael StapelbergUse the size when mapping the window as size for floati...
2009-05-30 Michael StapelbergImplement clients going automatically into floating
2009-05-30 Michael StapelbergBugfix: Send fake configure notify events when moving...
2009-05-30 Michael StapelbergBugfix: Correctly cleanup stack_windows when setting...
2009-05-23 Michael StapelbergImplement floating (please test and find bugs)