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
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