summaryrefslogtreecommitdiffstats
path: root/source
AgeCommit message (Expand)Author
2016-03-05More cleanupsDave Davenport
2016-03-05CleanupDave Davenport
2016-03-05Cleanups.Dave Davenport
2016-03-05Propagate error down, show dialog.Dave Davenport
2016-03-04Return NULL when empty property.Dave Davenport
2016-03-04Check for the availability of the xinerama extension.Dave Davenport
2016-03-04Move keymap updating into right x11 event loop handler.Dave Davenport
2016-03-04Be able to run without compose table.Dave Davenport
2016-03-04Check table exists.Dave Davenport
2016-03-03Correctly check errorDave Davenport
2016-03-03Check if connection was succesfullDave Davenport
2016-03-03Free was too early.Martijn Koedam
2016-03-03Quit on error msg fail.Dave Davenport
2016-03-03Quit when failing to create dialog.Dave Davenport
2016-03-03is active can be NULL, checkDave Davenport
2016-03-02Cleanups (cppcheck)Dave Davenport
2016-03-01Fix #348, give a warning when font failed to parseDave Davenport
2016-03-01Small cleanupDave Davenport
2016-03-01Pack magic externs into a xcb_stuff.Dave Davenport
2016-02-29Try to get fullscreenmode to draw nicer.Dave Davenport
2016-02-28Remove dead codeDave Davenport
2016-02-28IndentingDave Davenport
2016-02-28Small cleanup.Dave Davenport
2016-02-28Do a redraw after changing selected lineDave Davenport
2016-02-28Take SardemFF7 advice on aliasing Ctrl+s and Ctrl+S, shift needs to mentione...Dave Davenport
2016-02-28Do some filtering on the keybinding, to get the right keycombo for alt+shift+s.Dave Davenport
2016-02-28Change window id from long unsigned to unsigned.Dave Davenport
2016-02-28Run indenterDave Davenport
2016-02-28Fix keybindings and fix testsDave Davenport
2016-02-28Remove unneeded atomDave Davenport
2016-02-28Change Window/Atom to xcb_window_t/xcb_atom_tQuentin Glidic
2016-02-28Remove X11/* include headers.Dave Davenport
2016-02-28Remove Atom with xcb_atom_t.Dave Davenport
2016-02-28Fix free'ing of ewmh calls, remove old X codesDave Davenport
2016-02-28Free right memory, get right window class name.Dave Davenport
2016-02-28Merge remote-tracking branch 'github/master' into wip/xcb/fullDave Davenport
2016-02-28Fix grab keyboard to wait on success.Dave Davenport
2016-02-28Tests.Dave Davenport
2016-02-28Remove opening of display.Dave Davenport
2016-02-28Remove more display usageDave Davenport
2016-02-28change startup notification to xcbDave Davenport
2016-02-28Convert more stuff to xcb, keyboard grab, cleanupDave Davenport
2016-02-27Move most of window modi to xcbDave Davenport
2016-02-27Move more to xcb, window_*_ functions to xcb_ functionsDave Davenport
2016-02-27Move more to xcb.Dave Davenport
2016-02-27query pointer to xcbDave Davenport
2016-02-27Move more stuff to xcb_Dave Davenport
2016-02-27Convert view.c to xcb_ functions. secondary paste fails.Dave Davenport
2016-02-27Removing XCB from view.c, paste lessDave Davenport
2016-02-27Use xcb_flush instead of XFlushDave Davenport