summaryrefslogtreecommitdiff
path: root/Userland/Applications/Assistant
AgeCommit message (Expand)Author
2022-06-03Applications: Use spawn_or_show_error() for common spawn patternMacDue
2022-04-20AK: Add FuzzyMatch headerfaxe1008
2022-04-18Userland: Always construct Application with try_create()Sam Atkins
2022-04-03Applications: Use default execpromises parameter to `pledge(..)`Brian Gianforcaro
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-25Assistant+CommandPalette: Use FrameShape::Window for main widgetsthankyouverycool
2022-02-09Applications: Port Assistant to LibMainLenny Maiorani
2022-01-22LibJS: Refactor interpreter to use Script and Source Text ModulesLuke Wilde
2022-01-15Assistant: Fix crash in FileProvider background thread upon exitRummskartoffel
2022-01-15Assistant: Make Provider ref-countedRummskartoffel
2022-01-08LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value>Linus Groh
2021-12-30Userland: Link directly against LibUnicodeData where neededTimothy Flynn
2021-12-21Userland: Add unveil/pledge requisites for dynamic Unicode data loadingTimothy Flynn
2021-12-05Userland: Cast unused BackgroundAction::construct() results to voidSam Atkins
2021-11-02Applications: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-11-02LibThreading: Remove redundant methodBen Wiederhake
2021-10-25Assistant: Fix adding sequential bonus in Fuzzy MatchKarol Kosek
2021-10-25Assistant: Save match all match points in Fuzzy MatchKarol Kosek
2021-10-25Assistant: Simplify the logic of calculating bonus pointsKarol Kosek
2021-10-25Assistant: Move score calculation logic to separate functionKarol Kosek
2021-10-25Assistant: Make strings const referencedKarol Kosek
2021-09-28Assistant: Zero initialize fuzzy match arrayBrian Gianforcaro
2021-09-12Assistant: Use ElapsedTimer::start_new()Brian Gianforcaro
2021-09-08Assistant: Fix lockfile logicBen Wiederhake
2021-09-08Assistant: Remove unnecessary global cursor trackingBen Wiederhake
2021-09-04Assistant: Use HashMap::ensure() in Database::did_receive_results()Andreas Kling
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-18Userland+LibGUI: Make Margins arguments match CSS orderingsin-ack
2021-08-15Assistant: Bundle UI updates to avoid flickeringCarlos César Neves Enumo
2021-08-05Assistant: Quit the application after losing focusKarol Kosek
2021-08-03Everywhere: Replace most cases of exit() with Application::quit()Timothy
2021-07-22Assistant: Only open one Assistant at oncePeter Elliott
2021-07-19Assistant: Trim terminal command before displaying or running itLuK1337
2021-07-16Assistant: Keep the Terminal window open after the command has runGunnar Beutner
2021-07-09LibThreading: Rename Lock => MutexAndreas Kling
2021-07-07Assistant: Compare two chars instead of StringViews of length 1Yuval Tasher
2021-07-05Assistant: Add missing <unistd.h> includeAndreas Kling
2021-07-04Assistant: Don't index the /dev directoryAndreas Kling
2021-07-04Assistant: Force the window to have a shadow despite being framelessAndreas Kling
2021-07-04Assistant: Show a border around the windowtimre13
2021-07-04Assistant: Prevent window from being minimizedForLoveOfCats
2021-07-03Assistant: Make more of the classes finalGunnar Beutner
2021-07-03Assistant: Make the bitmap accessor pure virtualGunnar Beutner
2021-07-03Assistant: Add missing bitmap accessor for terminal actionsGunnar Beutner
2021-07-03Assistant: Skip URL provider if query is empty or provider specificEdwin Hoksberg
2021-07-03Assistant: Don't index the /proc and /sys directoriesAndreas Kling
2021-07-03Assistant: Avoid copying the result vectors when providers finishAndreas Kling
2021-07-03Assistant: Keep the set of providers in a Vector for easy iterationAndreas Kling
2021-07-03Assistant: Use fstatat() while building FileProvider path cacheAndreas Kling
2021-07-03Assistant: Use StringView more in FileProvider fuzzy matching codeAndreas Kling