]> git.sur5r.net Git - i3/i3/history - src/x.c
Handle FocusIn events generated by clients and update decoration accordingly (Thanks...
[i3/i3] / src / x.c
2011-03-20 Michael StapelbergHandle FocusIn events generated by clients and update...
2011-03-20 Michael StapelbergRemove debugging syncs
2011-03-20 Michael StapelbergRe-implement rendering to pixmaps (double-buffering...
2011-03-19 Michael StapelbergBugfix: also invalidate focused_id when the to_focus...
2011-03-19 Michael StapelbergHandle saved_configpath in get_config_path, fix memleak...
2011-03-19 Michael StapelbergBugfix: When there’s nothing to focus, focus the root...
2011-03-18 Michael Stapelbergrendering: correctly draw background rect (Thanks phnom)
2011-03-18 Michael Stapelbergremove obsolete comment
2011-03-18 Michael StapelbergOnly send WM_TAKE_FOCUS when the client supports it...
2011-03-18 Michael StapelbergMake i3 compatible with the very latest xcb
2011-03-17 Michael StapelbergSend WM_TAKE_FOCUS to clients when setting focus (fixes...
2011-03-14 Fernando Tarlá Car... Bring back some more EWMH support.
2011-03-10 Michael Stapelbergrefactor font caching to just save the ID instead of...
2011-03-06 Michael Stapelbergremove left-over xcb_aux_sync (debugging code)
2011-03-06 Michael Stapelbergx: disable all events while re-stacking windows, preven...
2011-03-06 Michael StapelbergUse the combined geometry of children when setting...
2011-02-20 Michael StapelbergImplement dock mode, update testsuite
2011-02-14 Michael StapelbergBugfix: check ->layout, not ->type for L_STACKED
2011-02-02 Michael Stapelbergfix a rendering problem for split cons inside tabbed...
2011-01-21 Michael StapelbergBugfix: Fix focus problems when switching workspaces...
2011-01-07 Michael Stapelbergchange many LOG/printf messages to use DLOG
2011-01-04 Michael Stapelbergfix memleak: free X state structure
2010-12-11 Michael StapelbergBugfix: Don’t update focus when container is not mapped
2010-12-11 Michael StapelbergBugfix: Invalidate focused_id to correctly focus new...
2010-11-28 Michael StapelbergBugfix: Use separate child_mapped instead of checking...
2010-11-28 Fernando Tarlá Car... libXcursor support (themed cursors).
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).