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.h
Age
Commit message (
Expand
)
Author
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-02-21
Assistant: Fix minor const-correctness issues
Andreas Kling
2023-02-11
Assistant: Allow arguments in AppProvider queries
Tim Ledbetter
2023-01-17
Assistant: Cache results for each query by provider
Tim Ledbetter
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-26
Assistant: Convert ResultRows to Coolbar Buttons
thankyouverycool
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-01-15
Assistant: Make Provider ref-counted
Rummskartoffel
2021-07-03
Assistant: Make more of the classes final
Gunnar Beutner
2021-07-03
Assistant: Make the bitmap accessor pure virtual
Gunnar Beutner
2021-07-03
Assistant: Add missing bitmap accessor for terminal actions
Gunnar Beutner
2021-07-03
Assistant: Keep the set of providers in a Vector for easy iteration
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: Remove Result::Kind in favor of native `typeid`
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