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
Age
Commit message (
Expand
)
Author
2021-11-02
Applications: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-11-02
LibThreading: Remove redundant method
Ben Wiederhake
2021-10-25
Assistant: Fix adding sequential bonus in Fuzzy Match
Karol Kosek
2021-10-25
Assistant: Save match all match points in Fuzzy Match
Karol Kosek
2021-10-25
Assistant: Simplify the logic of calculating bonus points
Karol Kosek
2021-10-25
Assistant: Move score calculation logic to separate function
Karol Kosek
2021-10-25
Assistant: Make strings const referenced
Karol Kosek
2021-09-28
Assistant: Zero initialize fuzzy match array
Brian Gianforcaro
2021-09-12
Assistant: Use ElapsedTimer::start_new()
Brian Gianforcaro
2021-09-08
Assistant: Fix lockfile logic
Ben Wiederhake
2021-09-08
Assistant: Remove unnecessary global cursor tracking
Ben Wiederhake
2021-09-04
Assistant: Use HashMap::ensure() in Database::did_receive_results()
Andreas Kling
2021-08-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
2021-08-18
Userland+LibGUI: Make Margins arguments match CSS ordering
sin-ack
2021-08-15
Assistant: Bundle UI updates to avoid flickering
Carlos César Neves Enumo
2021-08-05
Assistant: Quit the application after losing focus
Karol Kosek
2021-08-03
Everywhere: Replace most cases of exit() with Application::quit()
Timothy
2021-07-22
Assistant: Only open one Assistant at once
Peter Elliott
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-09
LibThreading: Rename Lock => Mutex
Andreas Kling
2021-07-07
Assistant: Compare two chars instead of StringViews of length 1
Yuval Tasher
2021-07-05
Assistant: Add missing <unistd.h> include
Andreas Kling
2021-07-04
Assistant: Don't index the /dev directory
Andreas Kling
2021-07-04
Assistant: Force the window to have a shadow despite being frameless
Andreas Kling
2021-07-04
Assistant: Show a border around the window
timre13
2021-07-04
Assistant: Prevent window from being minimized
ForLoveOfCats
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: 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 StringView more in FileProvider fuzzy matching code
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: Remove Result::Kind in favor of native `typeid`
Spencer Dixon
2021-07-02
Assistant: Change to home directory when spawning applications
Spencer Dixon
2021-06-30
Assistant: Use static_cast instead of dynamic_cast
Andreas Kling
2021-06-30
Assistant: Don't add a subtitle label widget if we don't need it
Andreas Kling
2021-06-29
Assistant: Add subtitle field to the Result class
Andreas Kling
2021-06-29
Assistant: Fix crash when activating empty search result
Andreas Kling
2021-06-28
Assistant+Taskbar: Use AppFile::spawn() utility
Spencer Dixon
2021-06-28
Userland: Add new app called Assistant
Spencer Dixon