gri3-wm/src
Michael Stapelberg 86117db434 Make i3 compatible with the very latest xcb
This involves:
 • Compiling with xcb-util instead of xcb-{atom,aux} (they merged the libraries)
 • Not using xcb-{event,property} anymore (code removed upstream)
 • Not using the predefined WINDOW, CARDINEL, … atoms (removed upstream)
 • Using the new xcb_icccm_* data types/functions instead of just xcb_*
   (for example xcb_icccm_get_wm_hints instead of xcb_get_wm_hints)

Also I refactored the atoms to use x-macros.
2011-03-18 16:36:50 +01:00
..
cfgparse.l Build fix: Explicitly include stdint.h before cfgparse.tab.h 2011-01-23 13:19:25 +01:00
cfgparse.y Bugfix: use bufcopy instead of buf (Thanks fernando) 2010-11-26 22:39:53 +01:00
click.c Make i3 compatible with the very latest xcb 2011-03-18 16:36:50 +01:00
client.c Make i3 compatible with the very latest xcb 2011-03-18 16:36:50 +01:00
commands.c Bugfix: Don’t invert directions when resizing floating clients (top/left) (Thanks João) 2010-05-24 19:21:24 +02:00
config.c Support for custom bg colors for clients. 2010-09-24 15:46:57 +02:00
container.c retab! src/container.c 2009-12-22 23:43:05 +01:00
debug.c Make i3 compatible with the very latest xcb 2011-03-18 16:36:50 +01:00
ewmh.c Make i3 compatible with the very latest xcb 2011-03-18 16:36:50 +01:00
floating.c Make i3 compatible with the very latest xcb 2011-03-18 16:36:50 +01:00
handlers.c Make i3 compatible with the very latest xcb 2011-03-18 16:36:50 +01:00
ipc.c bugfix: use globbed instead of filename when unlinking ipc socket 2010-03-27 15:05:16 +01:00
layout.c Round up as well if needed (thanks Merovius). 2011-01-23 13:22:11 +01:00
log.c add log.c/log.h which contain all the log related macros and functions 2009-12-19 22:40:23 +01:00
mainx.c Make i3 compatible with the very latest xcb 2011-03-18 16:36:50 +01:00
manage.c Make i3 compatible with the very latest xcb 2011-03-18 16:36:50 +01:00
randr.c Bugfix: Properly call init_workspaces() when RandR is known but not present 2010-10-23 17:18:59 +02:00
resize.c Make i3 compatible with the very latest xcb 2011-03-18 16:36:50 +01:00
sighandler.c Make i3 compatible with the very latest xcb 2011-03-18 16:36:50 +01:00
table.c use scalloc instead of some places where calloc was still used 2010-03-02 14:42:24 +01:00
util.c Make i3 compatible with the very latest xcb 2011-03-18 16:36:50 +01:00
workspace.c Bugfix: use the global root variable, don’t get the first one (Thanks quaec) 2010-09-09 15:35:48 +02:00
xcb.c Bugfix: use the global root variable, don’t get the first one (Thanks quaec) 2010-09-09 15:35:48 +02:00
xinerama.c Re-add old Xinerama code for the poor nvidia users 2010-03-09 21:25:54 +01:00