]> git.sur5r.net Git - i3/i3/history - src/xcb.c
Only send WM_TAKE_FOCUS when the client supports it in the protocols atom
[i3/i3] / src / xcb.c
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-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-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 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-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-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
2009-03-27 Michael StapelbergBugfix: Correctly filter out the numlock state bit...
2009-03-14 Michael StapelbergSend configure notify after putting a client into fulls...
2009-03-12 Michael StapelbergFake more configure notifies (makes xpdf work better)
2009-03-05 Michael StapelbergUse unchecked versions for more speed
2009-03-05 Michael StapelbergMake colorpixels independent from clients
2009-03-04 Michael StapelbergFix datatype for cursor
2009-03-04 Michael StapelbergUse "conn" for xcb_connection and "event" for xcb_event...
2009-03-04 Michael StapelbergUse default cursor (XC_left_ptr) for all windows
2009-03-04 Michael StapelbergMerge font.c into xcb.c
2009-03-04 Michael StapelbergImplement an internal bar which displays the workspaces
2009-02-24 Michael StapelbergMore documentation, cleanups, and a cache for get_color...
2009-02-23 Michael StapelbergImplement stacking
2009-02-16 Michael StapelbergImplement horizontal resizing
2009-02-15 Michael StapelbergUpdate TODO and header-comments
2009-02-14 Michael StapelbergMore error checking, bugfix for mplayer (use visual...
2009-02-14 Michael StapelbergAdd vim hints, copyright notice to each file, add LICEN...
2009-02-13 Michael StapelbergMove stuff to include/ and src/