2010-06-28 |
Michael Stapelberg | floating: re-implement floating_modifier + left/right... |
blob | commitdiff | raw |
2010-06-28 |
Michael Stapelberg | automatically set dialog windows to floating |
blob | commitdiff | raw | diff to current |
2010-06-02 |
Michael Stapelberg | more debug output |
blob | commitdiff | raw | diff to current |
2010-06-02 |
Michael Stapelberg | Clear event mask while reparenting |
blob | commitdiff | raw | diff to current |
2010-05-14 |
Michael Stapelberg | Ignore UnmapNotify events generated by reparenting |
blob | commitdiff | raw | diff to current |
2010-04-17 |
Michael Stapelberg | throw out some old code from manage.c, cleanups |
blob | commitdiff | raw | diff to current |
2010-04-17 |
Michael Stapelberg | When assigning children to containers, reset their... |
blob | commitdiff | raw | diff to current |
2010-04-17 |
Michael Stapelberg | put container in fullscreen mode if the fullscreen... |
blob | commitdiff | raw | diff to current |
2010-04-13 |
Michael Stapelberg | re-add support for legacy window titles (WM_NAME) |
blob | commitdiff | raw | diff to current |
2010-04-13 |
Michael Stapelberg | correctly update/display window title/class |
blob | commitdiff | raw | diff to current |
2010-04-13 |
Michael Stapelberg | more reformatting |
blob | commitdiff | raw | diff to current |
2010-04-13 |
Michael Stapelberg | first step of the big refactoring ("tree" branch). |
blob | commitdiff | raw | diff to current |
2010-03-19 |
Michael Stapelberg | Start dock clients on the output they request to be... |
blob | commitdiff | raw | diff to current |
2010-03-15 |
Michael Stapelberg | Bugfix: Correctly stack windows when new windows are... |
blob | commitdiff | raw | diff to current |
2010-03-05 |
Michael Stapelberg | put windows with WM_CLIENT_LEADER on the workspace... |
blob | commitdiff | raw | diff to current |
2010-03-02 |
Michael Stapelberg | Restore geometry of all windows before exiting/restarti... |
blob | commitdiff | raw | diff to current |
2010-03-02 |
Michael Stapelberg | use scalloc instead of some places where calloc was... |
blob | commitdiff | raw | diff to current |
2010-03-02 |
Michael Stapelberg | huge change: implement RandR instead of Xinerama |
blob | commitdiff | raw | diff to current |
2009-12-25 |
Michael Stapelberg | ewmh: correctly set _NET_ACTIVE_WINDOW |
blob | commitdiff | raw | diff to current |
2009-12-21 |
Michael Stapelberg | xinerama: correctly put windows which are assigned... |
blob | commitdiff | raw | diff to current |
2009-12-19 |
Michael Stapelberg | Touch each log message and classify it as DLOG (debug... |
blob | commitdiff | raw | diff to current |
2009-12-12 |
Michael Stapelberg | Bugfix: Correctly check for fullscreen windows when... |
blob | commitdiff | raw | diff to current |
2009-12-12 |
Michael Stapelberg | Bugfix: Fix assignments to not yet visible workspaces |
blob | commitdiff | raw | diff to current |
2009-11-26 |
Michael Stapelberg | Bugfix: Render containers after setting the client... |
blob | commitdiff | raw | diff to current |
2009-11-08 |
Michael Stapelberg | s/for(/for (/ |
blob | commitdiff | raw | diff to current |
2009-11-08 |
Michael Stapelberg | Implement configuration setting to change the default... |
blob | commitdiff | raw | diff to current |
2009-09-29 |
Michael Stapelberg | Refactor workspaces to be stored in a TAILQ instead... |
blob | commitdiff | raw | diff to current |
2009-09-27 |
Michael Stapelberg | Make number of workspaces dynamic (no longer limited... |
blob | commitdiff | raw | diff to current |
2009-09-26 |
Michael Stapelberg | Obey the client’s border_width setting (Thanks shatter) |
blob | commitdiff | raw | diff to current |
2009-09-06 |
Michael Stapelberg | Implement the urgency hint for windows/workspaces |
blob | commitdiff | raw | diff to current |
2009-09-05 |
Michael Stapelberg | Bugfix: Correctly grab the right mouse button for resiz... |
blob | commitdiff | raw | diff to current |
2009-08-22 |
Michael Stapelberg | Implement resizing floating clients with Mod1 + right... |
blob | commitdiff | raw | diff to current |
2009-08-21 |
Michael Stapelberg | Bugfix: Map window when it got the fullscreen hint set |
blob | commitdiff | raw | diff to current |
2009-08-21 |
Michael Stapelberg | Merge branch 'next' into testcases |
blob | commitdiff | raw | diff to current |
2009-08-11 |
Michael Stapelberg | More log cleanups |
blob | commitdiff | raw | diff to current |
2009-08-11 |
Michael Stapelberg | Implement support for width_inc and height_inc of size... |
blob | commitdiff | raw | diff to current |
2009-08-11 |
Michael Stapelberg | Merge branch 'next' into testcases |
blob | commitdiff | raw | diff to current |
2009-08-11 |
Michael Stapelberg | Set WM_STATE_WITHDRAWN when unmapping, unmap windows... |
blob | commitdiff | raw | diff to current |
2009-08-08 |
Michael Stapelberg | Implement assignments of workspaces to screens, big... |
blob | commitdiff | raw | diff to current |
2009-08-05 |
Michael Stapelberg | Merge branch 'next' into testcases |
blob | commitdiff | raw | diff to current |
2009-08-05 |
Michael Stapelberg | Bugfix: dock clients need to have borderless = true |
blob | commitdiff | raw | diff to current |
2009-08-04 |
Michael Stapelberg | Add support for WM_CLIENT_LEADER, put floating windows... |
blob | commitdiff | raw | diff to current |
2009-08-02 |
Michael Stapelberg | Bugfix: Don’t hide assigned clients to inactive but... |
blob | commitdiff | raw | diff to current |
2009-07-26 |
Michael Stapelberg | Bugfix: Make assignments work again (Thanks badboy) |
blob | commitdiff | raw | diff to current |
2009-07-25 |
Michael Stapelberg | Bugfix: Don’t crash on floating windows, set focus... |
blob | commitdiff | raw | diff to current |
2009-07-25 |
Michael Stapelberg | Merge branch 'next' of zekjur:/git/i3 into next |
blob | commitdiff | raw | diff to current |
2009-07-25 |
Michael Stapelberg | Map window/its decoration *after* calling render_layout() |
blob | commitdiff | raw | diff to current |
2009-07-21 |
Michael Stapelberg | Implement putting clients into floating mode at a speci... |
blob | commitdiff | raw | diff to current |
2009-06-29 |
Michael Stapelberg | Bugfix: That last push was one step too fast. Forgot... |
blob | commitdiff | raw | diff to current |
2009-06-29 |
Michael Stapelberg | Resolve documentation FIXMEs, remove an unnecessary... |
blob | commitdiff | raw | diff to current |
2009-06-26 |
Michael Stapelberg | Merge branch 'next' (3.β is stable now) |
blob | commitdiff | raw | diff to current |
2009-06-26 |
Michael Stapelberg | Bugfix: When a window is fullscreen, put new windows... |
blob | commitdiff | raw | diff to current |
2009-06-21 |
Michael Stapelberg | Implement selecting the next tiling/floating window... |
blob | commitdiff | raw | diff to current |
2009-06-21 |
Michael Stapelberg | Bugfix: floating: open windows with correct width/height |
blob | commitdiff | raw | diff to current |
2009-06-21 |
Michael Stapelberg | Bugfix: Floating: open windows at their requested position |
blob | commitdiff | raw | diff to current |
2009-06-19 |
Michael Stapelberg | floating: Don’t let clients become hidden under stack... |
blob | commitdiff | raw | diff to current |
2009-06-19 |
Michael Stapelberg | Bugfix: Make sure floating clients are alwalys above... |
blob | commitdiff | raw | diff to current |
2009-06-19 |
Michael Stapelberg | Implement the special workspace ~ for assignments,... |
blob | commitdiff | raw | diff to current |
2009-06-19 |
Michael Stapelberg | Implement the possibility to set a workspace open clien... |
blob | commitdiff | raw | diff to current |
2009-06-19 |
Michael Stapelberg | Bugfix: Correctly initialize automatically floating... |
blob | commitdiff | raw | diff to current |
2009-06-19 |
Michael Stapelberg | Also set DIALOG, UTILITY and SPLASH windows floating... |
blob | commitdiff | raw | diff to current |
2009-06-17 |
Michael Stapelberg | Bugfix: Fix assignment of clients to other workspaces... |
blob | commitdiff | raw | diff to current |
2009-06-13 |
Michael Stapelberg | Implement changing focus via keyboard between floating... |
blob | commitdiff | raw | diff to current |
2009-06-13 |
Michael Stapelberg | Bugfix: Don’t use the minimum amount of pixels for... |
blob | commitdiff | raw | diff to current |
2009-06-13 |
Michael Stapelberg | Bugfix: Put floating clients into the focus stack ... |
blob | commitdiff | raw | diff to current |
2009-06-13 |
Michael Stapelberg | Bugfix: Correctly initialize the new atom, don’t float... |
blob | commitdiff | raw | diff to current |
2009-06-12 |
Michael Stapelberg | Handle transient hint and window class dialog to mark... |
blob | commitdiff | raw | diff to current |
2009-06-03 |
Michael Stapelberg | Implement moving floating clients using Mod1+Left mouse... |
blob | commitdiff | raw | diff to current |
2009-06-02 |
Michael Stapelberg | Use the size when mapping the window as size for floati... |
blob | commitdiff | raw | diff to current |
2009-05-30 |
Michael Stapelberg | Implement clients going automatically into floating |
blob | commitdiff | raw | diff to current |
2009-05-26 |
Michael Stapelberg | Move toggle_fullscreen to client.c |
blob | commitdiff | raw | diff to current |
2009-05-23 |
Michael Stapelberg | Implement floating (please test and find bugs) |
blob | commitdiff | raw | diff to current |
2009-05-16 |
Michael Stapelberg | Move the manage_*-functions into their own file as... |
blob | commitdiff | raw | diff to current |
|