]> git.sur5r.net Git - i3/i3/history - src/floating.c
Bugfix: Use more precise floating point arithmetic (Thanks helgiks)
[i3/i3] / src / floating.c
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...
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-19 Michael StapelbergMerge branch 'next'
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)