summaryrefslogtreecommitdiffstats
path: root/source/x11-helper.c
AgeCommit message (Collapse)Author
2015-10-18Try todo some validation of monitor size/padding in config sanity check.QC
2015-10-10Cache colors.QC
2015-10-10Strip color, should fix #233QC
2015-10-10Use cairo for all drawing, also bordersQC
2015-09-28Parse name in textbox.QC
2015-09-27Try to fix #234QC
2015-09-27Get color type.QC
2015-09-19More line fixing.QC
2015-09-19Adjust new editor widthQC
2015-09-19Some cleanups, tweak uncrustify.QC
2015-09-16Fix normal mode keyboard grab.QC
2015-08-26Add separator color and style option.Dave Davenport
2015-08-17Monitor -2 stands for the focused windowThorsten Wißmann
When setting rofi's monitor to -2, rofi is placed over the focused window.
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-07Make color parsing more robust, report failing of parsing color.QC
Involves: #181
2015-05-14Fix clang-tidy warnings.QC
2015-05-03Rasi patch, allowing special keys, modifying return value.QC
In dmenu pressing alt-[1-9 will return the selected entry and set the return value to the pressed number.
2015-05-02Fix issue #153.QC
2015-04-30First part of infrastructure for Issue: #131 customizable keybindings.Dave Davenport
2015-04-14Fix space.QC
2015-04-11Re-enable background/foreground. Make theming method an option.QC
2015-04-06ADd new coloring scheme.QC
2015-02-16Fix bugs relating to hotkeys with modifiersGeorgios Bitzes
This commit makes the following changes: 1) Fix a bad check introduced in dee0bfb, which checks the modstate of the event with the keysym of the switcher, not its modmask: modstate & ( switchers[i].keysym ) I think it was broken before as well, a binary AND between the two masks will not tell much about whether they are equal. Instead, the masks are now checked for equality after removing LockMask and NumlockMask. 2) Stop binding to AnyModifier when none is used. This conflicts with the case in which we want to bind different modes to the same key, but different modifiers. for example, rofi -key-run F2 -key-ssh alt+F2 -key-window shift+F2 Binding F2 with AnyModifier would prevent alt+F2 and shift+F2 from being used. 3) Remove UngrabKey from x11_grab_key to make the above example possible. 4) Refactor search for any of the global keybindings into function locate_switcher.
2015-02-15Fix #128: Better handling of keybindings and remove deprecated launching.QC
See manpage.
2015-02-14Small moveQC
2015-02-12Update copyright license.QC
2015-02-12Refactor code, split out window switcher code.Dave Davenport
2015-02-10Small comment updates.Dave Davenport
2015-02-09Add some comments, rename.QC
2015-02-09Splitting over more files.Dave Davenport