summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-02-27Update version to 15.20.15.2Qball Cow
2015-02-24Re-add zeltak mode.Dave Davenport
2015-02-24Add Rasi as contributer.Dave Davenport
2015-02-23Add 'modi' alias for 'switchers' and update manpage.Dave Davenport
2015-02-22Add pedanticQC
2015-02-19Small move.Dave Davenport
2015-02-19Replace signal by sigactionDave Davenport
2015-02-19Remove unused TIMING.Dave Davenport
2015-02-18Update configuration.Dave Davenport
2015-02-18Make compiler more picky.Dave Davenport
Add -Werror=missing-prototypes
2015-02-17Fix typo in makefile, wrong path.Dave Davenport
2015-02-17Update Authors file.Dave Davenport
2015-02-17Remove unused function.Qball Cow
2015-02-17Rewrite of the configuration parsing, no longer duplicating options between ↵Dave Davenport
Xrm and CMD. * NEEDS TESTING.
2015-02-16Throw a warning when using old commandline arguments.Dave Davenport
* Give error on -now, -rnow, -snow, -key, -skey, -rkey * Update manpage.
2015-02-16Merge pull request #129 from gbitzes/masterDave Davenport
Fix bugs relating to hotkeys with modifiers. (Thanks gbitzes)
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 travis test.QC
2015-02-15Fix #128: Better handling of keybindings and remove deprecated launching.QC
See manpage.
2015-02-14Small moveQC
2015-02-13Fix some warnings from clang-check.Dave Davenport
2015-02-13Comments, compile order and Display argument.Dave Davenport
2015-02-12Update copyrightQC
2015-02-12Fixing i3 crash.QC
2015-02-12Update indenting.QC
2015-02-12Update copyright license.QC
2015-02-12Moving files around, dialogs in dialog directory.QC
2015-02-12Refactor code, split out window switcher code.Dave Davenport
2015-02-12Fix stupid typo in previous commit, swapping columns/rows in positioning ↵Dave Davenport
textboxes.
2015-02-11Cleanup.Dave Davenport
2015-02-10Small comment updates.Dave Davenport
2015-02-10Update Changelog and Authors file.Dave Davenport
2015-02-10Remove hmode. (Rather no implementation then a bad one.)Dave Davenport
2015-02-09Fix indenting.QC
2015-02-09Simplify paste code.QC
2015-02-09Add some comments, rename.QC
2015-02-09Fix test compile warning.QC
2015-02-09Splitting over more files.Dave Davenport
2015-02-07Fix #126: Allow (simplistic) word movement and deletion.Dave Davenport
* Ctrl-Alt-d: Delete word * Ctrl-Alt-h: Delete previous word * Alt-f: Forward one word * Alt-b: Backwards one word
2015-02-07fix tiny typoDave Davenport
2015-02-06Fix #125: Use shift-left/right for moving between switchers.Dave Davenport
2015-02-05Merge pull request #124 from vimeitor/patch-1Dave Davenport
Fix documentation
2015-02-04Fix documentationvimeitor
2015-02-04Merge pull request #123 from hexchain/patch-1Dave Davenport
Fix `-width' example value
2015-02-04Fix `-width' example valueHexchain Tong
A full HD monitor should be 1920px wide.
2015-02-04Cleanups.Dave Davenport
2015-02-03Move data around, constness, etc.Dave Davenport
2015-02-03Move stuff around. Try to reduce size rofi.c.Dave Davenport
2015-02-02Fix: #121 Print utf8 until invalid character.QC
2015-02-02Remove i3 build in travis... it is to old.Dave Davenport