summaryrefslogtreecommitdiffstats
path: root/source/x11-helper.c
AgeCommit message (Expand)Author
2016-08-31Merge branch 'seletskiy-xinerama'Dave Davenport
2016-08-31remove functions from .h, free memory, int to boolStanislav Seletskiy
2016-08-31add xinerama supportStanislav Seletskiy
2016-08-22Extra cleanup at exit.Dave Davenport
2016-08-19Use XRandr to get monitor layout instead of xinerama.Dave Davenport
2016-08-15Make textbox use character position instead of byte index for cursor.Dave Davenport
2016-08-07Fix #438 look for a 8 bpc 32bit visual, fixes 10bpc 30bit screenDave Davenport
2016-07-29Fix some doxygen warnings.Dave Davenport
2016-06-26Fix piece of weird code to fetch background image.Dave Davenport
2016-06-21Fix rootwindow set at wrong pointer level.Dave Davenport
2016-05-09Grab mouse pointer with keyboard.Dave Davenport
2016-05-08Fix indentingDave Davenport
2016-05-07Permit binding a modifier key on its ownGeorgios Bitzes
2016-05-07keybindings: Implement on-release bindingsQuentin Glidic
2016-05-06Add option to view background image instead of screenshot in fake transparenc...Dave Davenport
2016-04-29Issue: #395 adding more options.Dave Davenport
2016-04-20Move teardown to the logic place again (possible with deamon mode removed)Dave Davenport
2016-04-10Issue: #381: Try to handle X11 input and UTF-8 better.Dave Davenport
2016-03-21Quick fix.Dave Davenport
2016-03-20x11-helper: Drop RControl/LControl from Control modifier maskQuentin Glidic
2016-03-20Fix positioning window on top of window.Dave Davenport
2016-03-17x11-helper: Advertise the correct set of supported modifiersQuentin Glidic
2016-03-15Issue 358 Set monitor width and height for monitor -3 mode.Dave Davenport
2016-03-05Try to fix thingsDave Davenport
2016-03-05Add option to position rofi at mouseDave Davenport
2016-03-05Make cppcheck happyDave Davenport
2016-03-05Remove deprecated theme system.Dave Davenport
2016-03-05Allow X parsed colorsDave Davenport
2016-03-05Fix color parsingDave Davenport
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