]> git.sur5r.net Git - i3/i3/history - src/x.c
remove/shorten a lot of debugging messages
[i3/i3] / src / x.c
2011-10-22 Michael Stapelbergremove/shorten a lot of debugging messages
2011-10-22 Michael Stapelbergnormalize modelines/headers across src/*.c
2011-09-17 Michael StapelbergMerge branch 'master' into next
2011-09-17 Michael StapelbergMerge branch 'fix-warp-same'
2011-09-17 Michael StapelbergBugfix: Don’t warp the pointer if it already is on...
2011-08-26 Michael StapelbergMerge branch 'master' into next
2011-08-26 Michael StapelbergMerge branch 'fix-move-focus'
2011-08-26 Michael StapelbergBugfix: Re-enable X11 Eventmask *after* pushing all...
2011-08-26 Michael StapelbergMerge branch 'master' into next
2011-08-26 Michael StapelbergMerge branch 'fix-focus-parent'
2011-08-26 Michael StapelbergCorrectly render containers when a split container...
2011-08-24 Michael StapelbergMerge branch 'master' into next
2011-08-24 Michael StapelbergMerge branch 'fix-deco-1pixel'
2011-08-24 Michael StapelbergBugfix: Correctly render non-leaf containers (Thanks...
2011-08-17 Michael StapelbergMerge branch 'master' into next
2011-08-17 Michael StapelbergMerge branch 'fix-warping'
2011-08-17 Peter BuiOnly warp pointer once during x_push_changes()
2011-08-16 Michael StapelbergMerge branch 'master' into next
2011-08-16 Michael StapelbergMerge branch 'use-xcb-atoms'
2011-08-16 Michael Stapelbergxcb: use predefined XCB_ATOM_ atoms, don’t request...
2011-08-04 Michael StapelbergMerge branch 'master' into next
2011-08-04 Michael StapelbergMerge branch 'fix-border-rendering'
2011-08-04 Michael StapelbergFix border rendering (Thanks Paride Legovini)
2011-08-04 Michael StapelbergMerge branch 'master' into next
2011-08-04 Michael StapelbergMerge branch 'fix-stacking'
2011-08-04 Michael StapelbergBugfix: Fix stacking order
2011-08-03 Michael StapelbergMerge branch 'master' into next
2011-08-03 Michael StapelbergMerge branch 'fix-chromium-tabbar'
2011-08-03 Michael StapelbergBugfix: Correctly set the _NET_CLIENT_LIST_STACKING...
2011-08-01 Michael StapelbergMerge i3bar into next
2011-07-31 Michael StapelbergMerge branch 'next'
2011-07-31 Michael StapelbergMerge branch 'tree' into next
2011-07-31 Michael StapelbergBugfix: Same xcb_send_event fix as 1e0033bce4
2011-07-31 Michael Stapelbergxcb: don’t use the _unchecked variant for requests...
2011-07-24 Michael Stapelbergx.c: fix warning by removing unused variable
2011-07-10 Michael Stapelbergx: only configure window coordinates when height > 0
2011-07-10 Michael Stapelbergx: Only render / copy pixmap when the pixmap was actual...
2011-07-10 Michael Stapelbergx: disable GraphicsExposure events on our pixmap graphi...
2011-07-10 Michael Stapelbergexpose event handler: use x_deco_recurse
2011-07-10 Michael Stapelbergx: Don’t pre-render the decoration for windows inside...
2011-07-10 Michael Stapelbergx: use PolySegment instead of two PolyLine requests
2011-07-10 Michael Stapelbergx: change EnterNotify event mask only for mapped windows
2011-07-10 Michael Stapelbergx: copy the pre-rendered pixmap contents to a decoratio...
2011-07-10 Michael Stapelbergx: set the contents of a decoration window immediately...
2011-07-10 Michael Stapelbergx: when rendering stacked/tabbed cons, only update...
2011-07-10 Michael StapelbergRevert "x: Set pixmap as background window, saves a...
2011-07-04 Michael StapelbergBugfix: Only set ENTER_WINDOW event mask for mapped...
2011-06-10 Michael StapelbergImplement 'fullscreen global'
2011-05-29 Michael StapelbergBugfix: rendering cache also needs to consider con...
2011-05-29 Michael StapelbergBugfix: Set pixmap_recreated before rendering the decor...
2011-05-29 Michael Stapelbergx: first create/render pixmap, then change window sizes...
2011-05-22 Michael StapelbergBugfix: Free pixmaps when killing windows (Thanks Mike)
2011-05-14 Michael Stapelbergx.c: disable some of the debug output
2011-05-13 Michael StapelbergArgument for 'kill' for killing a specific window ...
2011-05-11 Michael StapelbergBugfix: Don’t fill split cons etc. with client backgrou...
2011-05-01 Michael StapelbergBugfix: Fix the client background rectangle calculation...
2011-05-01 Michael StapelbergBugfix: For fullscreen cons, use a deco_height of 0...
2011-05-01 Michael StapelbergBugfix: Correctly render decorations in tabbed containe...
2011-04-19 Michael StapelbergBugfix: Ignore EnterNotifies generated by UnmapNotifies
2011-04-18 Michael Stapelbergx: Set pixmap as background window, saves a lot of...
2011-04-01 Michael Stapelbergoptimization: when moving floating windows, render...
2011-04-01 Michael Stapelbergx: skip creating pixmaps when the rect is actually...
2011-04-01 Michael Stapelbergx: skip x_draw_decoration when con is not mapped
2011-04-01 Michael Stapelbergx: recurse x_push_node in focus order. reduces flickeri...
2011-03-21 Fernando Tarlá Car... Set the I3_SOCKET_PATH atom to the expanded path.
2011-03-20 Michael StapelbergBugfix: Also invalidate caches of the following cons...
2011-03-20 Michael StapelbergBugfix: Also update pixmaps when the position of the...
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.
next