summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-05-12Add some ui benchmark codefbcompleteDave Davenport
2020-05-05[FileBrowser] small code change.Dave Davenport
2020-05-05Update manpage with new keybinding.Dave Davenport
2020-05-04Merge remote-tracking branch 'origin/next' into fbcompleteDave Davenport
2020-05-04change irc link to webchat.Dave Davenport
2020-05-04move config.yml in placeDave Davenport
2020-05-04add IRC and Reddit links to issue template chooser (#1114)Danny Colin
2020-04-30Fix Travis CI builds (#1107)Dan Beste
* fix: Fix Travis CI builds and (some) tests https://config.travis-ci.com/explore recommendations: * Set the `os` key * Removes the `sudo` key Fixes: * Missing dependencies Cleanups: * Set `build_command_prepend` and `build_command` to match the process performed by the before_script and script. * Removed unnecessary apt package dependencies. * Ran the file through prettier (https://prettier.io/). Enhancements: * Bumps dist to Ubuntu 18.04 (Bionic) * This bump allows us to install a few packages that were previously installed manually. * Added a Clang build. TODOs: * X11 tests are broken. I've commented them out for the time being. * Create multiple jobs Jobs (4 total): Compilers: * Clang * GCC Build tools: * Autotools * Meson Enhancements: * DRY out the CI config. Failure (seemingly related to `check`?) here: https://travis-ci.org/github/davatorium/rofi/jobs/680265096#L1125 * [Travis] More debug output * [Travis] Add ldconfig * [Travis] try to fix doxy tests. * [Travis] Try to fix doxygen stuff. * [Travis] Trying to fix meson doxy gen tests. * Minor cleanups Co-authored-by: Dave Davenport <qball@gmpclient.org>
2020-04-29[Window] Update manpage and --help.Dave Davenport
2020-04-26[Test] Fix compiler warning, theme test (bug in lexer) and more.Dave Davenport
2020-04-26[Test] Use new RofiDistance format.Dave Davenport
2020-04-24[Themes] add calc() support to distance in theme format. (#1105)Dave Davenport
* Initial test to allow math in distances. Support + and - Needs spaces around + and -. * [THEME] Fix printing theme with math in distance. * [Theme] use calc() syntax. * [Theme] Add * and / to calc(). * [Theme] Fix the precedense ordering in parsing. Also avoid making copies. * [Theme] Don't print unneeded (). * [Theme] Add modulo to calc.
2020-04-23Show path and executable when completingDave Davenport
2020-04-23Merge remote-tracking branch 'origin/next' into fbcompleteDave Davenport
2020-04-22Add dependency to INSTALL.Dave Davenport
2020-04-22[Script] Add no-custom mode.Dave Davenport
2020-04-20Update doc/readme to be markdown.Dave Davenport
2020-04-20Update manpage and manpage build instructionsDave Davenport
2020-04-19fix xetc to config_path (#1097)Jaakko Luttinen
2020-04-19check before xresource config file parsing if it existDave Davenport
2020-04-19Clearify system configuration file loading process.Dave Davenport
2020-04-19Parse XDG_CONFIG_DIRS for default configuration file.Dave Davenport
2020-04-19Add ROFI_PLUGIN_PATH environment variable.Dave Davenport
2020-04-16[DMenu] Implement -keep-rightDave Davenport
Fixes: #1089
2020-04-16[Run] Restore completer input.Dave Davenport
2020-04-16Add icons to run.Dave Davenport
2020-04-16First working demo.Dave Davenport
2020-04-16Merge remote-tracking branch 'origin/next' into fbcompleteDave Davenport
2020-04-15[DRun] cleanup debug message.Dave Davenport
2020-04-15[DRun] Adding %% as escape character.Dave Davenport
2020-04-13First test complete.Dave Davenport
2020-04-07[Script] Update example and doc.Dave Davenport
2020-04-07[Script|Dmenu] Don't -1 in a unsigned variable.Dave Davenport
2020-04-07[Combi] Remove strchrnullDave Davenport
Issue: #1083
2020-04-06[Dmenu] Fix possible crash.Dave Davenport
Don't pass empty string. Issue: #1083
2020-04-05[Script] Fix crash when custom input with custom keybinding.Dave Davenport
2020-04-05[Script] Add environment variable to indicate state.Dave Davenport
* ROFI_RETV shows the state rofi was in before calling rofi.
2020-04-05[Script] Free g_shell_parse result.Dave Davenport
2020-04-01[Script] Small update manpage rofi-script.Dave Davenport
2020-04-01[Script] Update manpage with delim option.Dave Davenport
2020-04-01[Script] Add option to set deliminter and example script.Dave Davenport
Issue: #1041
2020-03-31add missing -eh (line height) option to man pages (#1080)fogine
2020-03-31[Textbox] Round estimated size up.Dave Davenport
2020-03-30Fix hack for height calc.Dave Davenport
2020-03-29[Textbox|Listview] Fix sizing of textbox.Dave Davenport
- don't get height of layout, but calculate height using metrics. - listview, set string with right number of lines. Issue: #925, #1069
2020-03-29Update manpage -selected-row option.Dave Davenport
2020-03-29Add selected-row option to normal operation.Dave Davenport
2020-03-20Remove gnome-terminal from rofi-sensible-terminal (#1074)Sebastiaan Lokhorst
gnome-terminal is no longer compatible, as noted in #1003
2020-03-14man: Fix typo (#1068)Sidou
Removed a duplicate word "the" on rofi.1.markdown.
2020-03-02Fix detection no theme.Dave Davenport