]> git.sur5r.net Git - i3/i3/history - src/manage.c
correctly update/display window title/class
[i3/i3] / src / manage.c
2010-04-13 Michael Stapelbergcorrectly update/display window title/class
2010-04-13 Michael Stapelbergmore reformatting
2010-04-13 Michael Stapelbergfirst step of the big refactoring ("tree" branch).
2010-03-19 Michael StapelbergStart dock clients on the output they request to be...
2010-03-15 Michael StapelbergBugfix: Correctly stack windows when new windows are...
2010-03-05 Michael Stapelbergput windows with WM_CLIENT_LEADER on the workspace...
2010-03-02 Michael StapelbergRestore geometry of all windows before exiting/restarti...
2010-03-02 Michael Stapelberguse scalloc instead of some places where calloc was...
2010-03-02 Michael Stapelberghuge change: implement RandR instead of Xinerama
2009-12-25 Michael Stapelbergewmh: correctly set _NET_ACTIVE_WINDOW
2009-12-21 Michael Stapelbergxinerama: correctly put windows which are assigned...
2009-12-19 Michael StapelbergTouch each log message and classify it as DLOG (debug...
2009-12-12 Michael StapelbergBugfix: Correctly check for fullscreen windows when...
2009-12-12 Michael StapelbergBugfix: Fix assignments to not yet visible workspaces
2009-11-26 Michael StapelbergBugfix: Render containers after setting the client...
2009-11-08 Michael Stapelbergs/for(/for (/
2009-11-08 Michael StapelbergImplement configuration setting to change the default...
2009-09-29 Michael StapelbergRefactor workspaces to be stored in a TAILQ instead...
2009-09-27 Michael StapelbergMake number of workspaces dynamic (no longer limited...
2009-09-26 Michael StapelbergObey the client’s border_width setting (Thanks shatter)
2009-09-06 Michael StapelbergImplement the urgency hint for windows/workspaces
2009-09-05 Michael StapelbergBugfix: Correctly grab the right mouse button for resiz...
2009-08-22 Michael StapelbergImplement resizing floating clients with Mod1 + right...
2009-08-21 Michael StapelbergBugfix: Map window when it got the fullscreen hint set
2009-08-21 Michael StapelbergMerge branch 'next' into testcases
2009-08-11 Michael StapelbergMore log cleanups
2009-08-11 Michael StapelbergImplement support for width_inc and height_inc of size...
2009-08-11 Michael StapelbergMerge branch 'next' into testcases
2009-08-11 Michael StapelbergSet WM_STATE_WITHDRAWN when unmapping, unmap windows...
2009-08-08 Michael StapelbergImplement assignments of workspaces to screens, big...
2009-08-05 Michael StapelbergMerge branch 'next' into testcases
2009-08-05 Michael StapelbergBugfix: dock clients need to have borderless = true
2009-08-04 Michael StapelbergAdd support for WM_CLIENT_LEADER, put floating windows...
2009-08-02 Michael StapelbergBugfix: Don’t hide assigned clients to inactive but...
2009-07-26 Michael StapelbergBugfix: Make assignments work again (Thanks badboy)
2009-07-25 Michael StapelbergBugfix: Don’t crash on floating windows, set focus...
2009-07-25 Michael StapelbergMerge branch 'next' of zekjur:/git/i3 into next
2009-07-25 Michael StapelbergMap window/its decoration *after* calling render_layout()
2009-07-21 Michael StapelbergImplement putting clients into floating mode at a speci...
2009-06-29 Michael StapelbergBugfix: That last push was one step too fast. Forgot...
2009-06-29 Michael StapelbergResolve documentation FIXMEs, remove an unnecessary...
2009-06-26 Michael StapelbergMerge branch 'next' (3.β is stable now)
2009-06-26 Michael StapelbergBugfix: When a window is fullscreen, put new windows...
2009-06-21 Michael StapelbergImplement selecting the next tiling/floating window...
2009-06-21 Michael StapelbergBugfix: floating: open windows with correct width/height
2009-06-21 Michael StapelbergBugfix: Floating: open windows at their requested position
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 StapelbergImplement the special workspace ~ for assignments,...
2009-06-19 Michael StapelbergImplement the possibility to set a workspace open clien...
2009-06-19 Michael StapelbergBugfix: Correctly initialize automatically floating...
2009-06-19 Michael StapelbergAlso set DIALOG, UTILITY and SPLASH windows floating...
2009-06-17 Michael StapelbergBugfix: Fix assignment of clients to other workspaces...
2009-06-13 Michael StapelbergImplement changing focus via keyboard between floating...
2009-06-13 Michael StapelbergBugfix: Don’t use the minimum amount of pixels for...
2009-06-13 Michael StapelbergBugfix: Put floating clients into the focus stack ...
2009-06-13 Michael StapelbergBugfix: Correctly initialize the new atom, don’t float...
2009-06-12 Michael StapelbergHandle transient hint and window class dialog to mark...
2009-06-03 Michael StapelbergImplement moving floating clients using Mod1+Left mouse...
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-26 Michael StapelbergMove toggle_fullscreen to client.c
2009-05-23 Michael StapelbergImplement floating (please test and find bugs)
2009-05-16 Michael StapelbergMove the manage_*-functions into their own file as...