summaryrefslogtreecommitdiffstats
path: root/source/x11-helper.c
AgeCommit message (Expand)Author
2016-12-08Use g_strsplit_set instead of strtok so we can run g_strsplit in placeDave Davenport
2016-12-06Strip spaces from key-name (Issue: #511)Dave Davenport
2016-11-15Fix indentationDave Davenport
2016-11-15Small code restructureDave Davenport
2016-11-14Include in error mesg, what key failed to bind.Dave Davenport
2016-11-14Try to improve parsing of Keybinding. Give more specific error of what failed.Dave Davenport
2016-11-14Continue parsing when keybinding fail, only show errors after all are done.Dave Davenport
2016-11-14Fix keybinding with Shift in name. Alt-Shift-S -> Alt-S. Alt-Shift-1 -> Alt-e...Dave Davenport
2016-11-01Remove opacity option.Dave Davenport
2016-10-26Make scrollbar behave betterDave Davenport
2016-10-25Simplify some code, more comments. (90% docu)Dave Davenport
2016-10-14Document more headers.Dave Davenport
2016-10-13Always fallback to mouse position when one of the -X options are choosen.Dave Davenport
2016-09-08Ask window manager to hide decoration in normal-window mode.Dave Davenport
2016-09-02Ctrl-click does alternate accept entry.Dave Davenport
2016-09-02Remove pointless NULL check.Dave Davenport
2016-08-31Add debug and indentDave Davenport
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