summaryrefslogtreecommitdiffstats
path: root/source
AgeCommit message (Collapse)Author
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-26[DRun] Add desktop cacheDave Davenport
Add a desktop cache file. Usable for system with slow filesystems. * -drun-use-desktop-cache * -drun-reload-desktop-cache Fixes: #1040
2020-01-02Initialize all the configuration before upgrading config.Dave Davenport
2020-01-02[Textbox] Correctly fall back to content when str is empty.Dave Davenport
2020-01-02[Textbox] Don't use placeholder color for cursor.Dave Davenport
2020-01-02Add -upgrade-config option.Dave Davenport
* Print warning when old-style configuration is used. * Add -upgrade-config option.
2020-01-01[Listview] Small fix when distributing remaining space whith scrollbar.Dave Davenport
2020-01-01Update copyright dates.Dave Davenport
2019-12-29[Listview] Add more debug output for debugging.Dave Davenport
2019-12-29[Listview] Make str code more explicit.Dave Davenport
2019-12-29[Listview] Fix wrong flag set on indexDave Davenport
2019-12-29[Timings] Add extra debug.Dave Davenport
2019-12-29[Listview] Fix drawing issueDave Davenport
2019-12-29[Listview] Add support for showing the (keybindable) index.Dave Davenport
fixes: #1050
2019-12-29[Doc] Update theme manpage with import.Dave Davenport
2019-12-26[Textbox] Add placeholder.Dave Davenport
Fixes: #1020
2019-12-20[Window] Remove pointless mem duplication.Dave Davenport
2019-12-20[Window] Remove arbitrary limit of 100 windows.Dave Davenport
Fixes: #1047
2019-12-14[Doc] Update rofi-theme documentation.Dave Davenport
allow `content` as alias to `str` on textbox.
2019-11-23[listview] Always do full update to update all theme elements.Dave Davenport
fixes: #1032
2019-11-20[Theme] Add alpha channel to highlight color.Dave Davenport
Fixes: 1033
2019-11-14[ListView] Fix right-to-left scrolling in bar-view.Dave Davenport
Issue: #1028
2019-11-07[Box] Fix update not propagating to parent.Dave Davenport
2019-11-07[View] Add two widgets num-rows/num-filtered-rowsDave Davenport
Issue: #1026
2019-11-03Fix typo "Csutom" (#1025)Simon Legner
2019-11-03[Textbox] Add theme option to stop blinking.Dave Davenport
2019-10-17[Window] Add thumbnail of windows as option.Dave Davenport
2019-09-30[CI] Fixing some more doxygen warnings.Dave Davenport
2019-09-30[CI] Update missing documentation.Dave Davenport
2019-09-27Update copyright.Dave Davenport
2019-09-20Issue893: Add support for @media in the theme format. (#1015)Dave Davenport
* [Lexer] Add support for @media. Issue: #893 * [Theme] @media limit to px. * [Theme@Media] add *{} support. * [Theme@Media] Add support for monitor-id media. * [Theme@Media] Code cleanup. * [Theme@Media] Add min/max-aspect-ratio. * [Theme@Media] Remove some debug output Fixes: #893
2019-09-16Alow buttons to be added to the UI.Dave Davenport
Support: * ok * custom * ok|alternate * custom|alternate |alternate launches in terminal.
2019-08-24[Theme] Add sidebar as alias to mode-switcherDave Davenport
2019-08-20[DRun] Add keywords to match and printing.Dave Davenport
2019-08-17[Workaround] Add default icon size.qball
2019-08-15[Icon] Suppport distance for size.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[DRun] Do not run custom command in drun mode.Dave Davenport
Fixes: #966
2019-08-09[DMenu] Strip pango markup when matching rows.Dave Davenport
fixes: #579
2019-08-09[DRUN] Add option to only show desktop files in certain categoriesDave Davenport
closes: #817
2019-08-08Issue949 (#999)Dave Davenport
* [Issue 949] Add initial split of listview row into widget tree. Allowing better themeing. * Remove unneeded code from textbox. allow dis. icons. * Fix typo. * Fix wrong widget offset in textbox. * Fix mouse handling * [ListView] Add 'fixed-columns' boolean option. * [Listview] Fix inversion of option. * [ListView] remove commented old code. * [Textbox] Handle null pointer on desired width. * [Listview] Fix crasher with fixed_columns and more max elements requested items. * Add hack to get backwards compatibility for new listview structure. * Fix the scrollbar test. * Fix tests for theme update..
2019-08-04Added 'rofi/themes' to paths checked for theme files (#1001)Keith Collister
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-06-24[SSH] Fix wrong sizeof in read_hosts_fileDave Davenport
2019-05-11[Timings] Move into new debug system. (#961)Dave Davenport
* [Timings] Move into new debug system. * [Timings] Remove newlines.