summaryrefslogtreecommitdiffstats
path: root/source
AgeCommit message (Expand)Author
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
2016-02-21Remove x11-event-source, replaced by libgwater.Dave Davenport
2016-02-21Remove XIC and XIM.Dave Davenport
2016-02-21view/compose: Use Xlib cancelling behaviourQuentin Glidic
2016-02-21Compose stuffQuentin Glidic
2016-02-21rofi: Migrate to libxkbcommonQuentin Glidic
2016-02-21rofi: Convert to XCB eventsQuentin Glidic
2016-02-21view: Flush after drawingDave Davenport
2016-02-19Cleanups.Dave Davenport
2016-02-19Cleanup + fixDave Davenport
2016-02-19Fixing.Dave Davenport
2016-02-19Full mainloop madnessDave Davenport
2016-02-19Test for single mainloopDave Davenport
2016-02-18Try to fix crash with new scrolling method.Dave Davenport
2016-02-17Issue: #219 Rounding down.Dave Davenport
2016-02-17#219: Implement continious scrollDave Davenport