]> git.sur5r.net Git - i3/i3/history - src/x.c
remove some debug messages
[i3/i3] / src / x.c
2010-11-27 Michael Stapelbergremove some debug messages
2010-11-27 Michael StapelbergBugfix: unmap windows in a separate step to avoid focus...
2010-11-27 Michael StapelbergBugfix: configure windows before mapping, correctly...
2010-11-26 Michael StapelbergBugfix: always reset state->initial to false, not only...
2010-11-26 Michael StapelbergBugfix: Don’t draw decorations of CT_FLOATING_CONs
2010-11-20 Michael StapelbergBugfix: Properly ignore UnmapNotify events (especially...
2010-11-15 Fernando Tarlá Car... Use the configured font to draw the decorations.
2010-11-14 Michael Stapelbergfix floating focus behaviour, extend testcase
2010-11-14 Michael StapelbergBugfix: use rectangles instead of a polygon to avoid...
2010-11-14 Michael Stapelbergresize/unmap container x11 windows on demand (makes...
2010-11-14 Michael StapelbergImplement setting the WM_NAME of i3 container windows...
2010-11-14 Michael Stapelbergset withdrawn/normal state when unmapping/mapping ...
2010-11-13 Michael StapelbergRendering fixes for stacking mode
2010-11-13 Fernando Tarlá Car... Paint the window decorations using the theme.
2010-09-01 Michael StapelbergImplement sticky windows
2010-07-13 Michael StapelbergAdd more documentation to functions/header files
2010-07-11 Michael StapelbergBugfix: Push all following window stacking orders to...
2010-07-02 Michael StapelbergBugfix: Ignore sequences of mapping/unmapping windows...
2010-05-31 Michael Stapelbergfix: to always abort we need to assert(false)
2010-05-31 Michael Stapelbergre-enable sending fake configure notifies
2010-04-17 Michael StapelbergWhen assigning children to containers, reset their...
2010-04-16 Michael Stapelbergbetter debug messages
2010-04-13 Michael Stapelbergre-add support for legacy window titles (WM_NAME)
2010-04-13 Michael Stapelbergcorrectly update/display window title/class
2010-04-13 Michael Stapelbergfirst step of the big refactoring ("tree" branch).