]> git.sur5r.net Git - i3/i3/history - src/xcb.c
Bugfix: Repeatedly try to find screens if none are available (Thanks mxf)
[i3/i3] / src / xcb.c
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/