index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
Assistant
/
Providers.cpp
Age
Commit message (
Expand
)
Author
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-03
Applications: Use spawn_or_show_error() for common spawn pattern
MacDue
2022-04-20
AK: Add FuzzyMatch header
faxe1008
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-01-22
LibJS: Refactor interpreter to use Script and Source Text Modules
Luke Wilde
2022-01-15
Assistant: Fix crash in FileProvider background thread upon exit
Rummskartoffel
2022-01-08
LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value>
Linus Groh
2021-12-05
Userland: Cast unused BackgroundAction::construct() results to void
Sam Atkins
2021-11-02
LibThreading: Remove redundant method
Ben Wiederhake
2021-09-12
Assistant: Use ElapsedTimer::start_new()
Brian Gianforcaro
2021-07-19
Assistant: Trim terminal command before displaying or running it
LuK1337
2021-07-16
Assistant: Keep the Terminal window open after the command has run
Gunnar Beutner
2021-07-04
Assistant: Don't index the /dev directory
Andreas Kling
2021-07-03
Assistant: Skip URL provider if query is empty or provider specific
Edwin Hoksberg
2021-07-03
Assistant: Don't index the /proc and /sys directories
Andreas Kling
2021-07-03
Assistant: Avoid copying the result vectors when providers finish
Andreas Kling
2021-07-03
Assistant: Keep the set of providers in a Vector for easy iteration
Andreas Kling
2021-07-03
Assistant: Use fstatat() while building FileProvider path cache
Andreas Kling
2021-07-03
Assistant: Use FileIconProvider for FileProvider query results
Andreas Kling
2021-07-03
Assistant: Make Result bitmaps virtual/lazy
Andreas Kling
2021-07-03
Assistant: Convert all Vector<NonnullRefPtr> to NonnullRefPtrVector
Timothy Flynn
2021-07-03
Assistant: Add provider to run a command in a terminal
Timothy Flynn
2021-07-03
Assistant: Add new URLProvider to open URL's in the browser
Edwin Hoksberg
2021-07-02
Assistant: Add a new FileProvider to assist in searching the filesystem
Spencer Dixon
2021-07-02
Assistant: Change to home directory when spawning applications
Spencer Dixon
2021-06-29
Assistant: Add subtitle field to the Result class
Andreas Kling
2021-06-28
Userland: Add new app called Assistant
Spencer Dixon