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
/
main.cpp
Age
Commit message (
Expand
)
Author
2023-05-15
Userland: Silence or resolve new GCC 13 warnings
Daniel Bertalan
2023-05-05
LibGUI: Make `Application`'s construction fallible
Lucas CHOLLET
2023-04-30
LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle
thankyouverycool
2023-04-15
Assistant: Avoid creating unnecessary FileResult objects
Tim Ledbetter
2023-03-06
Assistant: Remove outdated comment about NonnullPtrVector
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-02-21
Assistant: Fix minor const-correctness issues
Andreas Kling
2023-02-18
Userland: Specify margins and spacing in the GUI::Layout constructor
Sam Atkins
2023-02-13
Userland: Set Button text using the new String class
Karol Kosek
2023-02-13
Userland: Replace usages of AbstractButton::text_deprecated with text()
Karol Kosek
2023-02-13
LibGUI+Userland: Add `_deprecated` suffix to AbstractButton::{set_,}text
Karol Kosek
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-17
Assistant: Debounce text input on_change event
Tim Ledbetter
2023-01-17
Assistant: Cache results for each query by provider
Tim Ledbetter
2023-01-12
LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr
Sam Atkins
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-26
Assistant: Add a context menu for search results
thankyouverycool
2022-11-26
Assistant: Automatically compute Assistant's window dimensions
thankyouverycool
2022-11-26
Assistant: Convert ResultRows to Coolbar Buttons
thankyouverycool
2022-11-19
LibGUI+Taskbar+Applets+Applications: Set various windows as Popups
thankyouverycool
2022-04-18
Userland: Always construct Application with try_create()
Sam Atkins
2022-04-03
Applications: Use default execpromises parameter to `pledge(..)`
Brian Gianforcaro
2022-02-25
Assistant+CommandPalette: Use FrameShape::Window for main widgets
thankyouverycool
2022-02-09
Applications: Port Assistant to LibMain
Lenny Maiorani
2022-01-15
Assistant: Make Provider ref-counted
Rummskartoffel
2021-12-30
Userland: Link directly against LibUnicodeData where needed
Timothy Flynn
2021-12-21
Userland: Add unveil/pledge requisites for dynamic Unicode data loading
Timothy Flynn
2021-11-02
Applications: Fix visibility of Object-derivative constructors
Ben Wiederhake
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-09
LibThreading: Rename Lock => Mutex
Andreas Kling
2021-07-05
Assistant: Add missing <unistd.h> include
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: Keep the set of providers in a Vector for easy iteration
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-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
[next]