]> git.sur5r.net Git - i3/i3/history - src/xcb.c
Update userguide "Focus Parent": add the default
[i3/i3] / src / xcb.c
2011-11-29 Michael StapelbergMerge branch 'master' into next
2011-11-29 Michael StapelbergMerge branch 'master' into next
2011-11-29 Michael StapelbergMerge branch 'master' into next
2011-11-28 Michael StapelbergMerge branch 'master' into next
2011-11-27 Michael StapelbergMerge branch 'master' into next
2011-11-26 Michael StapelbergMerge branch 'master' into next
2011-11-26 Michael StapelbergMerge branch 'master' into next
2011-11-26 Michael StapelbergMerge branch 'master' into next
2011-11-26 Michael StapelbergMerge branch 'master' into next
2011-11-24 Michael StapelbergMerge branch 'master' into next
2011-11-22 Michael StapelbergMerge branch 'master' into next
2011-11-21 Michael StapelbergMerge branch 'master' into next
2011-11-21 Michael StapelbergMerge branch 'drawing' into next (Thanks fernandotcl)
2011-11-21 Fernando Tarlá Car... Enhance libi3 and use it in i3bar.
2011-11-21 Michael StapelbergMerge branch 'master' into next
2011-11-16 Fernando Tarlá Car... Consolidate all convert_* functions into libi3.
2011-11-11 Michael StapelbergMerge branch 'next'
2011-10-23 Michael StapelbergAdd libi3/load_font, use it everywhere
2011-10-23 Michael Stapelbergremove unused cached_fonts TAILQ
2011-10-23 Michael StapelbergActually make load_font only fallback if 'fallback...
2011-10-23 Michael StapelbergMove get_mod_mask to libi3, use it in i3 and i3-config...
2011-10-23 Michael StapelbergEliminate xcb_change_gc_single everywhere with C99
2011-10-23 Michael StapelbergMove get_colorpixel to libi3, use it everywhere else
2011-10-22 Michael Stapelbergnormalize modelines/headers across src/*.c
2011-10-10 Michael StapelbergMerge branch 'startup-notification' into next
2011-10-10 Michael StapelbergChange the root window cursor to 'watch' during startups
2011-10-09 Michael StapelbergMerge branch 'i3bar-tray-size' into next
2011-10-09 Michael StapelbergMove fake_configure_notify to libi3
2011-09-17 Michael StapelbergMerge branch 'master' into next
2011-09-17 Michael StapelbergMerge branch 'fix-float-size'
2011-09-17 Michael StapelbergSend the correct X11 border_width in faked ConfigureNotifys
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-12 Axel WagnerMerge branch 'i3bar_fix_tabs' into next
2011-08-11 Michael StapelbergMerge branch 'master' into next
2011-08-11 Michael StapelbergMerge branch 'warp-pointer'
2011-08-11 Valentin VoigtWarp cursor when changing workspace.
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 StapelbergForgot free(event)
2011-07-31 Michael StapelbergBugfix: Same xcb_send_event fix as 1e0033bce4
2011-07-31 Michael StapelbergBugfix: Correctly pass the pointer to xcb_send_event
2011-07-31 Michael Stapelbergxcb: don’t use the _unchecked variant for requests...
2011-07-31 Michael StapelbergBugfix: load_font: free reply after using it
2011-07-31 Michael StapelbergBugfix: Allocate 32 bytes for xcb_send_event, it always...
2011-07-29 Fernando Tarlá Car... Don't leak the cursor_id.
2011-07-10 Michael StapelbergIgnore X11 errors caused by ReparentWindow / ChangeProp...
2011-04-19 Michael StapelbergBugfix: Ignore EnterNotifies generated by UnmapNotifies
2011-03-20 Michael StapelbergRe-implement rendering to pixmaps (double-buffering...
2011-03-18 Michael StapelbergOnly send WM_TAKE_FOCUS when the client supports it...
2011-03-10 Michael Stapelbergrefactor font caching to just save the ID instead of...
2011-03-10 Simon KampeFallback fonts for when requesting a erronous font...
2011-03-03 Michael Stapelbergfix invalid memory access in xcb_reply_contains_atom...
2011-01-27 Michael StapelbergBugfix: use the global root variable, don’t get the...
2011-01-21 Michael StapelbergBugfix: Don’t send fake configure notify with not yet...
2010-11-29 Michael Stapelbergxcb.c: fix indenting
2010-11-28 Fernando Tarlá Car... libXcursor support (themed cursors).
2010-09-09 Michael StapelbergBugfix: use the global root variable, don’t get the...
2010-09-09 Michael StapelbergBugfix: use the global root variable, don’t get the...
2010-05-31 Michael Stapelbergre-enable sending fake configure notifies
2010-04-17 Michael Stapelbergthrow out some old code from manage.c, cleanups
2010-04-13 Michael Stapelbergre-add fullscreen mode
2010-04-13 Michael Stapelbergfirst step of the big refactoring ("tree" branch).
2010-03-30 Michael StapelbergMerge branch 'next'
2010-03-11 Michael StapelbergUse LOG instead of DLOG/ELOG
2010-03-11 Michael StapelbergFix predict_text_width by using xcb_query_text_extents
2010-03-10 Michael StapelbergFix predict_text_width by using xcb_query_text_extents
2010-02-28 Michael Stapelbergadd xcb_set_window_rect which configures a window accor...
2010-01-26 Kim Silkebækken... Fixed cursor code in create_window(), allowing the...
2010-01-07 Michael StapelbergUse LOG instead of DLOG (next branch feature only)
2010-01-07 Michael StapelbergBugfix: if a font provides no per-char info for width...
2010-01-07 Michael StapelbergBugfix: if a font provides no per-char info for width...
2009-12-19 Michael StapelbergTouch each log message and classify it as DLOG (debug...
2009-08-29 Michael StapelbergBugfix: Don’t crash if the numlock symbol cannot be...
2009-08-29 Michael StapelbergBugfix: Correctly use base_width/base_height and size...
2009-08-27 Michael StapelbergBugfix: Don’t crash if the numlock symbol cannot be...
2009-08-23 Michael StapelbergBugfix: Correctly use base_width/base_height and size...
2009-08-21 Michael StapelbergMerge branch 'next' into testcases
2009-08-19 Michael StapelbergMerge branch 'next'
2009-08-11 Michael StapelbergMore log cleanups
2009-08-05 Michael StapelbergMerge branch 'next' into testcases
2009-08-02 Michael Stapelbergcache text_width for named workspaces, fix memory leak
2009-07-28 Michael StapelbergSome little fixes for bapt’s patch, use predict_text_wi...
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-24 Michael StapelbergImplement predict_text_width, which will be needed...
2009-07-17 Michael Stapelbergoptimization: Render on pixmaps and copy the result...
2009-06-26 Michael StapelbergMerge branch 'next' (3.β is stable now)
2009-06-20 Michael StapelbergRemove getting colorpixels from the X server, saves...
2009-06-11 Michael StapelbergBugfix: Use the correct size for the modifiers (Thanks...
2009-05-23 Michael StapelbergImplement floating (please test and find bugs)
2009-05-02 Michael StapelbergBugfix: Fix drag&drop in GTK applications (firefox...
2009-04-19 Michael StapelbergBugfix: That should be xcb_keycode_t, not xcb_keysym_t
2009-04-19 Michael StapelbergAdd conditional for the 0.3.3 → 0.3.4 API fix in libxcb...
2009-04-17 Michael StapelbergFix for the fix: Don’t substract height twice
2009-04-17 Michael StapelbergBugfix: Calculation of width in fake_absoute_configure_...
2009-04-11 Michael StapelbergBugfix: Send clients their absolute position/size in...
2009-04-11 Michael StapelbergGeneral small cleanups
next