summaryrefslogtreecommitdiffstats
path: root/include/x11-helper.h
AgeCommit message (Expand)Author
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-08-19Use XRandr to get monitor layout instead of xinerama.Dave Davenport
2016-07-29Fix some doxygen warnings.Dave Davenport
2016-05-09Grab mouse pointer with keyboard.Dave Davenport
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-10Issue: #381: Try to handle X11 input and UTF-8 better.Dave Davenport
2016-03-05Propagate error down, show dialog.Dave Davenport
2016-03-02Cleanups (cppcheck)Dave Davenport
2016-03-01Pack magic externs into a xcb_stuff.Dave Davenport
2016-02-28Run indenterDave Davenport
2016-02-28Remove unneeded atomDave Davenport
2016-02-28Remove Atom with xcb_atom_t.Dave Davenport
2016-02-28Remove opening of display.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-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: 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-09Fix finding active desktop!Dave Davenport
2016-01-09Making widget class, moving stuff aroundDave Davenport
2016-01-07Add some doxygen sugar.Dave Davenport
2015-11-10Fix #264 fall back to age ordered list if stacked list does not workDave Davenport
2015-10-18Try todo some validation of monitor size/padding in config sanity check.QC
2015-10-16Add fullscreen mode and fix some redrawing issues.QC
2015-10-10Cache colors.QC
2015-10-10Use cairo for all drawing, also bordersQC
2015-09-27Try to fix #234QC
2015-09-27Get color type.QC
2015-09-19Adjust new editor widthQC
2015-09-19Some cleanups, tweak uncrustify.QC
2015-09-10In normal mode set normal window window type hint.Dave Davenport
2015-08-31Add WINDOW_TYPE_DESKTOP to ignore list.Dave Davenport
2015-08-27Issue: #213 hide windows marked as type DOCKDave Davenport
2015-08-26Add separator color and style option.Dave Davenport
2015-08-02Bug #200 implement `-m` modeQC
2015-07-31Try to make things more robust, e.g. try to recover before giving up.Dave Davenport
2015-07-29Add some comments and cleanups, allow reeloading of keybindings at run-timeDave Davenport
2015-07-27Add prefix to header guard. #191Qball Cow
2015-07-27Bug #191 rename header guard to not use reserved macro name.Dave Davenport
2015-05-10Add -format option to dmenu.QC
2015-04-06ADd new coloring scheme.QC