summaryrefslogtreecommitdiffstats
path: root/source/dialogs/dmenu.c
AgeCommit message (Collapse)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
Fixes: #1089
2020-02-02Add rofi-script manpage, add meta option support to dmenu.Dave Davenport
update ronn to go-md2man
2020-02-02Add option to make entry non-selectable in dmenu/script.Dave Davenport
Fixes: #1024
2020-02-02Indent all the code.Dave Davenport
2020-02-01Add support for additional field on script entries `meta` (#1052)Jeff
* Add test for hidden meta data in script mode The purpose of this is to provide support for "hidden" fields on a script item that work for search but don't get displayed. This is mostly to provide something similar to the optional display (but still matchable) fields in drun like "categories" or "keywords". This also enables the choice to display unicode icons but still allow for searching for the keywords without needing to print them. * Ignore the output file from test runs * Add support for the "meta" field on script entries This fields provides a matchable but unprinted string for entries in a script mode list match. This means you can use one thing but provide multiple options that can match that item without polluting the list view or make confusing output. * Add new test to test suite file
2020-01-01Update copyright dates.Dave Davenport
2019-09-27Update copyright.Dave Davenport
2019-08-10Set window title based on mode name.Dave Davenport
For dmenu allow customize with `-window-title`. Fixes: #969
2019-08-09[DMenu] Strip pango markup when matching rows.Dave Davenport
fixes: #579
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
Same syntax as used for script mode. Fixes: #948 #840
2018-06-12Change log domain from Utils.IconFetcher to Helpers.IconFetcherDave Davenport
Matches doxygen.
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
- Prepending - inverts the matching result. - Fix logic window/drun browser. - Breaks API as argument token_match callback changed. - Update tests. Fixes: #665
2017-09-27Add more configuration options to script mode, getting closer to dmenu.Dave Davenport
- urgent - active - prompt - message
2017-07-25Improve error message a little when bindings collide.Dave Davenport
Issue: #640
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
- This stops rofi from blocking the whole desktop.
2017-07-13[DMenu] make rofi obey the dmenu -w flag.Dave Davenport
- This is a dirty hack that needs to be done better in next release.
2017-07-09[Dmenu] Allow multi-select in no-custom mode in dmenu.Dave Davenport
Fixes: #596
2017-04-15Fix licenses headersQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-04-15Consolidate loggingQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-04-15 Switch to g_{debug,warning} instead of g_logDave Davenport
2017-03-10Zeltakmadness (#572)Dave Davenport
* Allow modi to set extra pango attributes on displayed rows * Fix some documentation, only highlight the mode name with color. * Small rename.
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 ↵Dave Davenport
showing anything
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