summaryrefslogtreecommitdiffstats
path: root/source/dialogs/script.c
AgeCommit message (Expand)Author
2022-02-23Rename Dialogs -> ModesDave Davenport
2022-02-23fix small compile warning glib.Dave Davenport
2022-02-07Bump copyright date.Dave Davenport
2022-01-22Small cleanups.Dave Davenport
2021-12-22Small rename switcher --> mode.Dave Davenport
2021-10-28script: Include config.hQuentin Glidic
2021-08-18[Cleanup] Using clang-tidyDave Davenport
2021-08-14Simple maintenance improvements (#1370)a1346054
2021-06-09Update copyright header.Dave Davenport
2021-06-08Remove deprecated theme optionsDave Davenport
2021-06-01Re-indent the code using indenter.Dave Davenport
2021-05-31[Script] Don't enable custom keybindings by default, script needs to enable t...Dave Davenport
2020-11-03Indent round.Dave Davenport
2020-09-08Split MENU_QUICK_SWITCH into MENU_CUSTOM_COMMAND/QUICK_SWITCHDave Davenport
2020-09-08Fix and optimize 20200908 (#1184)nick87720z
2020-08-28Run indenter.Dave Davenport
2020-06-06script: Fix parsing of extras (#1141)Quentin Glidic
2020-06-06Entry info was not used at entry selection (#1140)nick87720z
2020-05-30[Script] Initialize info entry. Don't pass entry at custom input.Dave Davenport
2020-05-24[Script] Add 'info' row option, that gets passed to ROFI_INFO environment.Dave Davenport
2020-05-21Add check that looks if rofi is running inside rofi script mode.Dave Davenport
2020-04-22[Script] Add no-custom mode.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-06[Dmenu] Fix possible crash.Dave Davenport
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
2020-04-05[Script] Free g_shell_parse result.Dave Davenport
2020-04-01[Script] Add option to set deliminter and example script.Dave Davenport
2020-02-13[Script] Reload dialog, on selecting non-selectable item.Dave Davenport
2020-02-13[Script] Fix next dialog option.Dave Davenport
2020-02-13[Script] init nonselectable.Dave Davenport
2020-02-02Add option to make entry non-selectable in dmenu/script.Dave Davenport
2020-02-02Indent all the code.Dave Davenport
2020-02-01Add support for additional field on script entries `meta` (#1052)Jeff
2020-01-01Update copyright dates.Dave Davenport
2019-09-27Update copyright.Dave Davenport
2019-07-09[combi|script] Add static keyword to inline get_index.Dave Davenport
2019-07-06[Script|Combi] Fix compilation warning about mixing singed and unsigned.Dave Davenport
2019-07-02add pythonic rows selection to -a and -u (#985)Kenneth Ho
2019-04-02[Dmenu][Script] Share some code between the two modiDave Davenport
2018-10-05[Icon] Fix loading icons that are already in cache.Dave Davenport
2018-09-09[Script] Add initial support for icons.Dave Davenport
2018-08-08Indent the code.Dave Davenport
2018-06-12Change log domain from Utils.IconFetcher to Helpers.IconFetcherDave Davenport
2018-02-08[Script] Reset highlighting when reload viewDave Davenport
2017-12-11[Script] Reduce scope and swap tests. (cppcheck)Dave Davenport
2017-10-05Indent files.Dave Davenport
2017-09-29Implement support for specifying negated matchDave Davenport
2017-09-27Add more configuration options to script mode, getting closer to dmenu.Dave Davenport