rofi/source/dialogs
Dave Davenport 7929818be2 Change how DRUN history is implemented to fix: #579
- This solution will correctly obey all priority rules as set in desktop
files.
- history only affects the application being sorted at top, not affects
what desktop files refers to this.

Possible issue is speed of this solution, it adds a sorting. (hopefully
limited, as only history items need to be moved).
and several lookups through the whole list of applications.
This needs some profiling to see if it becomes an issue, several
solutions can be applied to make this faster again.
O(history_length*num_netries)+complexity(qsort)

Fixes: #579
2017-10-03 17:35:48 +02:00
..
combi.c Implement support for specifying negated match 2017-09-29 08:40:25 +02:00
dmenu.c Rename tokenize to helper_tokenize 2017-10-01 10:51:02 +02:00
drun.c Change how DRUN history is implemented to fix: #579 2017-10-03 17:35:48 +02:00
help-keys.c Implement support for specifying negated match 2017-09-29 08:40:25 +02:00
run.c Implement support for specifying negated match 2017-09-29 08:40:25 +02:00
script.c Implement support for specifying negated match 2017-09-29 08:40:25 +02:00
ssh.c Implement support for specifying negated match 2017-09-29 08:40:25 +02:00
window.c Implement support for specifying negated match 2017-09-29 08:40:25 +02:00