summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-02-29Try to get fullscreenmode to draw nicer.Dave Davenport
2016-02-28travis.yml: Add missing xcb-* packagesQuentin Glidic
2016-02-28gitmodules: Update libgwaterQuentin Glidic
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-28Update config referenceDave Davenport
2016-02-28Fix keybindings and fix testsDave Davenport
2016-02-28Remove unneeded atomDave Davenport
2016-02-28Remove X11 headers includesQuentin Glidic
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
2016-02-23Fix not updating in daemon modeDave Davenport
2016-02-23Add missing flushDave Davenport
2016-02-23Fix issue: #347.Dave Davenport
2016-02-23Test for single mainloopDave Davenport
2016-02-23Fix previous commit.Dave Davenport
2016-02-23Remove hardcoded string length in window list.Dave Davenport
2016-02-23WIP: Port window stuff to xcbQuentin Glidic
2016-02-23x11-helper: Migrate to libxkbcommonQuentin Glidic
2016-02-23keybindings: Merge left/right variants of modifiersQuentin Glidic
2016-02-23keybindings: Rework modmask matchingQuentin Glidic
2016-02-23view: Store modstate on keypress eventQuentin Glidic
2016-02-23rofi: Drop daemon modeQuentin Glidic
2016-02-23x11-helper: Directly store the useful valueQuentin Glidic
2016-02-23view-internal: Use XCB typesQuentin Glidic
2016-02-21rofi: Always use ARGB for Cairo image surfacesQuentin Glidic