summaryrefslogtreecommitdiffstats
path: root/source/x11-helper.c
AgeCommit message (Expand)Author
2017-03-29Force sync and finishing of pending requests before shutting disconnecting fr...Dave Davenport
2017-03-24README: Call run-mode application launcherDave Davenport
2017-03-04Indent code.Dave Davenport
2017-02-18Fix missing capital. (sorry not awake yet)Dave Davenport
2017-02-18Add openbox to the naughty listDave Davenport
2017-02-11Use xcb_ewmh_get_supporting_wm to get window to get wm name onDave Davenport
2017-02-11Add an window manager detection function to startup.Dave Davenport
2017-01-21Add auto-detect option to DPI setting.Dave Davenport
2017-01-15Give error when multiple (non-modifier) keys are hit.Dave Davenport
2017-01-09Remove old cairo color set functionsDave Davenport
2017-01-08Indent magic, rework makefile so lexer and yacc file are not passed.Dave Davenport
2017-01-06Change keyboard grabbing behaviour, if you fail, continue running and try in ...Dave Davenport
2017-01-03Update copyright to 2017.Dave Davenport
2016-12-15Fix some compile warningsDave Davenport
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