summaryrefslogtreecommitdiffstats
path: root/source/x11-helper.c
AgeCommit message (Expand)Author
2016-03-05More cleanupsDave 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-03Quit on error msg fail.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-28IndentingDave 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-28Run indenterDave Davenport
2016-02-28Fix keybindings and fix testsDave 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-28Fix grab keyboard to wait on success.Dave 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-27Removing XCB from view.c, paste lessDave 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-23rofi: Drop daemon modeQuentin Glidic
2016-02-23x11-helper: Directly store the useful valueQuentin Glidic
2016-02-21rofi: Always use ARGB for Cairo image surfacesQuentin Glidic
2016-02-21rofi: Migrate to libxkbcommonQuentin Glidic
2016-02-19Cleanups.Dave Davenport
2016-02-19Test for single mainloopDave Davenport
2016-02-10Remove normal window global.Dave Davenport
2016-02-09Fix finding active desktop!Dave Davenport
2016-01-07More doxygen sugar.Dave Davenport
2016-01-01Update copyrightDave Davenport
2015-12-04Update manpage and indent.Martijn Koedam
2015-12-04Tell the users what Modifiers exist, warn if using Mod?Dave Davenport
2015-11-26Do not support ModMasks, breaks to much stuff, This fixes #286Dave Davenport
2015-11-23Only add modmask if not numlock.Qball Cow
2015-11-20Show error message when cannot bind keyDave Davenport
2015-11-20Second cleanup in the fix to #268Dave Davenport
2015-11-20Hopefully fix for #268Dave Davenport
2015-11-20Fix issue #275: don't try to do move cursor when nothing is shown.Qball Cow
2015-11-20Issue #268, Filter out mode switch key.Dave Davenport
2015-11-16(Hopefull) fix #259, color offset by 1Dave Davenport
2015-10-18Try todo some validation of monitor size/padding in config sanity check.QC