summaryrefslogtreecommitdiffstats
path: root/source/dialogs/dmenu.c
AgeCommit message (Expand)Author
2020-05-24[Script] Add 'info' row option, that gets passed to ROFI_INFO environment.Dave Davenport
2020-05-10Update help for option in source code.Dave Davenport
2020-04-16[DMenu] Implement -keep-rightDave Davenport
2020-02-02Add rofi-script manpage, add meta option support to dmenu.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-08-10Set window title based on mode name.Dave Davenport
2019-08-09[DMenu] Strip pango markup when matching rows.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
2019-04-02[DMenu] Add icon support.Dave Davenport
2018-06-12Change log domain from Utils.IconFetcher to Helpers.IconFetcherDave Davenport
2017-11-28Remove : from dmenu default prompt.Dave Davenport
2017-10-05Indent files.Dave Davenport
2017-10-01Rename tokenize to helper_tokenizeDave 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
2017-07-25Improve error message a little when bindings collide.Dave Davenport
2017-07-17[DMenu] Do not show the Loading.. overlay when skipping loading stage.Dave Davenport
2017-07-17[DMenu] If input is stdin and from a tty, do not read data.Dave Davenport
2017-07-13[DMenu] make rofi obey the dmenu -w flag.Dave Davenport
2017-07-09[Dmenu] Allow multi-select in no-custom mode in dmenu.Dave Davenport
2017-04-15Fix licenses headersQuentin Glidic
2017-04-15Consolidate loggingQuentin Glidic
2017-04-15 Switch to g_{debug,warning} instead of g_logDave Davenport
2017-03-10Zeltakmadness (#572)Dave Davenport
2017-03-04Indent code.Dave Davenport
2017-03-01Allow modes to set message box, instead of view creation argument.Dave Davenport
2017-03-01Remove replace test. (Don't do commit -a )Dave Davenport
2017-03-01Add message box to view structure. Always add it, disable it when not showing...Dave Davenport
2017-02-17Rename token_match to helper_token_match.Dave Davenport
2017-02-03Don't recreate every string everytime.Dave Davenport
2017-02-01Async pre-read 25 entries by default, to make it feel more snappy. Fixes #550Dave Davenport
2017-01-31Give overlay widget a parent, queue widget redraw on enable/disableDave Davenport
2017-01-30Allow user to set number of rows to pre-read async.Dave Davenport
2017-01-08Indent magic, rework makefile so lexer and yacc file are not passed.Dave Davenport
2017-01-03Update copyright to 2017.Dave Davenport
2016-12-30Work-around for detecting end of file, hopefully fixing #518.Dave Davenport
2016-12-17Lower priority of loading data from dmenu, so drawing is not delayedDave Davenport
2016-11-13[DMenu] Dump when there is an empty filter.Dave Davenport
2016-11-12Fix #497: Create cache dir if not exists.Dave Davenport
2016-11-07Re-add column, but not for dmenu when prompt is setDave Davenport
2016-11-05Fix dmenu with -selected-rowDave Davenport
2016-10-25Simplify some code, more comments. (90% docu)Dave Davenport
2016-10-17Fix some coverty found issues.Dave Davenport