]> git.sur5r.net Git - i3/i3/history - include/xcb.h
libXcursor support (themed cursors).
[i3/i3] / include / xcb.h
2010-11-28 Fernando Tarlá Car... libXcursor support (themed cursors).
2010-11-28 Michael StapelbergFix switching containers by moving the mouse over their...
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 Stapelbergfirst step of the big refactoring ("tree" branch).
2010-02-28 Michael Stapelbergadd xcb_set_window_rect which configures a window accor...
2009-12-31 Michael Stapelbergewmh: implement support for _NET_WORKAREA (rdesktop...
2009-12-25 Michael Stapelbergewmh: correctly set _NET_ACTIVE_WINDOW
2009-12-25 Michael Stapelbergewmh: correctly set _NET_CURRENT_DESKTOP to the number...
2009-08-05 Michael StapelbergMerge branch 'next' into testcases
2009-08-04 Michael StapelbergAdd support for WM_CLIENT_LEADER, put floating windows...
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-29 Lars Hartmannupdated doxygen docu, added FIXMEs, fixed headers to...
2009-06-26 Michael StapelbergMerge branch 'next' (3.β is stable now)
2009-06-19 Michael StapelbergAlso set DIALOG, UTILITY and SPLASH windows floating...
2009-06-12 Michael StapelbergHandle transient hint and window class dialog to mark...
2009-05-23 Michael StapelbergImplement floating (please test and find bugs)
2009-05-03 Michael StapelbergBugfix: Correctly restore focus when leaving fullscreen...
2009-05-02 Michael StapelbergBugfix: Fix drag&drop in GTK applications (firefox...
2009-04-11 Michael StapelbergBugfix: Send clients their absolute position/size in...
2009-04-07 Michael StapelbergPut documentation for each function in the header files...
2009-03-27 Michael StapelbergBugfix: Correctly filter out the numlock state bit...
2009-03-14 Michael StapelbergImplement kill-command to kill the current window,...
2009-03-12 Michael StapelbergFake more configure notifies (makes xpdf work better)
2009-03-10 Michael StapelbergBugfix: Change the event mask to ignore enter notifies...
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-22 Michael StapelbergMerge branch 'master' of zekjur:/git/i3
2009-02-22 Michael StapelbergCorrectly handle _NET_WM_WINDOW_TYPE == _NET_WM_WINDOW_...
2009-02-16 Michael StapelbergImplement horizontal resizing
2009-02-14 Michael StapelbergImplement fullscreen (_NET_WM_STATE_FULLSCREEN)
2009-02-14 Michael StapelbergAdd vim hints, copyright notice to each file, add LICEN...
2009-02-13 Michael StapelbergMove stuff to include/ and src/