Commit Graph

32 Commits

Author SHA1 Message Date
Dave Davenport 7061eb21ae Indent round. 2020-11-03 23:57:02 +01:00
Dave Davenport eea8897501 Fix some of the documentation 2020-10-12 21:39:36 +02:00
Dave Davenport 519d4d2818 [FileBrowser] Add file browser modi. 2020-10-12 20:17:21 +02:00
Dave Davenport 1342b733af [Script] Add 'info' row option, that gets passed to ROFI_INFO environment. 2020-05-24 19:10:49 +02:00
Dave Davenport 7dcc3f450c Add option to make entry non-selectable in dmenu/script.
Fixes: #1024
2020-02-02 14:21:29 +01:00
Dave Davenport b169289996 Indent all the code. 2020-02-02 13:56:37 +01:00
Jeff 83c2e467d5
Add support for additional field on script entries `meta` (#1052)
* 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-02-01 13:49:11 +01:00
Dave Davenport 29c83b3623 [DmenuScript] Add missing header file. 2019-04-03 12:18:50 +02:00
Edward Betts 79adae77d7 Correct spelling mistakes. (#722) 2017-11-23 18:41:52 +01:00
Dave Davenport 5edc739848 Try to improve error message a bit (damn g_warning replace) 2017-04-20 09:24:09 +02:00
Quentin Glidic 9a68b22009
Fix licenses headers
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-04-15 12:32:05 +02:00
Dave Davenport ce341f6885 Document more headers. 2016-10-14 16:46:54 +02:00
Dave Davenport b4c599f022 Add more documentation.
Current state: 61% coverage.
2016-10-14 08:47:21 +02:00
Dave Davenport e79361e890 Fix configure script a bit. 2016-08-29 21:38:29 +02:00
Dave Davenport 4be25abad7 Fix some doxygen warnings. 2016-07-29 08:32:34 +02:00
Dave Davenport 1b5bcaa9f4 Issue #411: Show list of Keyboard bindings with rofi, from rofi. 2016-05-30 10:25:58 +02:00
Dave Davenport 504e27f701 Add some doxygen sugar. 2016-01-07 08:54:24 +01:00
Dave Davenport c512f81c9c Update comments, replace printf/build_filename 2016-01-06 12:40:41 +01:00
Dave Davenport 329f31bd75 Add doxygen target. 2016-01-05 19:49:13 +01:00
Dave Davenport 3c411433b4 Big rename from Switcher to Mode internal, to match with user terminology 2015-11-25 09:26:38 +01:00
Dave Davenport 6f404ddc8e Initial import desktop file runner. 2015-11-03 08:31:38 +01:00
Dave Davenport bc2b532a51 Add dmenu options to -h 2015-10-21 18:58:01 +02:00
QC b18d68eff2 Adjust new editor width 2015-09-19 12:57:48 +02:00
Dave Davenport a5c1eb1f1b Allow window mode to be disabled 2015-09-14 08:57:10 +02:00
Dave Davenport 092a2c5037 Issue: #224 test version window current desktop
run: rofi -show windowcd -modi windowcd,window

Using ctrl-tab you can switch between two modes (all windows, or just current desktop).
2015-09-07 17:41:48 +02:00
Dave Davenport 5c618681c4 Add dialogs.h header. 2015-08-31 07:57:29 +02:00
QC c170eae8c8 Issue: #207 add generic `-filter` mode. 2015-08-20 21:42:53 +02:00
QC 9ff5a615e9 Add combi viewer.
Use by adding combi to the list of enabled modi.
2015-03-30 20:12:22 +02:00
QC b21368c005 OO-ify the Switchers. 2015-03-27 20:28:53 +01:00
Dave Davenport f52b697dd4 Remove double names. 2015-03-25 08:36:19 +01:00
Dave Davenport c89a272d4d Add number mode for dmenu (Request from Taharqa)
* option -i.
2015-03-11 18:07:54 +01:00
QC c760432a6c Moving files around, dialogs in dialog directory. 2015-02-12 22:26:28 +01:00