summaryrefslogtreecommitdiff
path: root/Userland/Applications/Assistant/main.cpp
AgeCommit message (Expand)Author
2023-05-15Userland: Silence or resolve new GCC 13 warningsDaniel Bertalan
2023-05-05LibGUI: Make `Application`'s construction fallibleLucas CHOLLET
2023-04-30LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStylethankyouverycool
2023-04-15Assistant: Avoid creating unnecessary FileResult objectsTim Ledbetter
2023-03-06Assistant: Remove outdated comment about NonnullPtrVectorAndreas Kling
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2023-02-21Assistant: Fix minor const-correctness issuesAndreas Kling
2023-02-18Userland: Specify margins and spacing in the GUI::Layout constructorSam Atkins
2023-02-13Userland: Set Button text using the new String classKarol Kosek
2023-02-13Userland: Replace usages of AbstractButton::text_deprecated with text()Karol Kosek
2023-02-13LibGUI+Userland: Add `_deprecated` suffix to AbstractButton::{set_,}textKarol Kosek
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-17Assistant: Debounce text input on_change eventTim Ledbetter
2023-01-17Assistant: Cache results for each query by providerTim Ledbetter
2023-01-12LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOrSam Atkins
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-26Assistant: Add a context menu for search resultsthankyouverycool
2022-11-26Assistant: Automatically compute Assistant's window dimensionsthankyouverycool
2022-11-26Assistant: Convert ResultRows to Coolbar Buttonsthankyouverycool
2022-11-19LibGUI+Taskbar+Applets+Applications: Set various windows as Popupsthankyouverycool
2022-04-18Userland: Always construct Application with try_create()Sam Atkins
2022-04-03Applications: Use default execpromises parameter to `pledge(..)`Brian Gianforcaro
2022-02-25Assistant+CommandPalette: Use FrameShape::Window for main widgetsthankyouverycool
2022-02-09Applications: Port Assistant to LibMainLenny Maiorani
2022-01-15Assistant: Make Provider ref-countedRummskartoffel
2021-12-30Userland: Link directly against LibUnicodeData where neededTimothy Flynn
2021-12-21Userland: Add unveil/pledge requisites for dynamic Unicode data loadingTimothy Flynn
2021-11-02Applications: Fix visibility of Object-derivative constructorsBen Wiederhake
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-09LibThreading: Rename Lock => MutexAndreas Kling
2021-07-05Assistant: Add missing <unistd.h> includeAndreas 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: Keep the set of providers in a Vector for easy iterationAndreas Kling
2021-07-03Assistant: Convert all Vector<NonnullRefPtr> to NonnullRefPtrVectorTimothy Flynn
2021-07-03Assistant: Add provider to run a command in a terminalTimothy Flynn
2021-07-03Assistant: Add new URLProvider to open URL's in the browserEdwin Hoksberg
2021-07-02Assistant: Add a new FileProvider to assist in searching the filesystemSpencer Dixon
2021-06-30Assistant: Use static_cast instead of dynamic_castAndreas Kling
2021-06-30Assistant: Don't add a subtitle label widget if we don't need itAndreas Kling