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
2023-03-17
LibJS: Propagate errors from VM creation
Timothy Flynn
2023-03-13
LibThreading: Register BackgroundAction with EventLoop
kleines Filmröllchen
2023-03-06
Assistant: Remove outdated comment about NonnullPtrVector
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-03-05
Assistant: Migrate to Directory::for_each_entry()
Sam Atkins
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-16
Assistant+Spreadsheet: Convert usages of Value::TDSWOSE to Value::TSWOSE
Timothy Flynn
2023-02-16
LibJS+Everywhere: Deprecate Value::to_string_without_side_effects
Timothy Flynn
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
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-02-11
Assistant: Allow arguments in AppProvider queries
Tim Ledbetter
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-15
LibThreading+Everywhere: Support returning error from `BackgroundAction`
Lucas CHOLLET
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: 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-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-09-14
Everywhere: Fix a variety of typos
Brian Gianforcaro
2022-09-05
LibUnicode+Userland: Migrate generated CLDR data to LibLocaleData
Timothy Flynn
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-03
Applications: Use spawn_or_show_error() for common spawn pattern
MacDue
2022-04-20
AK: Add FuzzyMatch header
faxe1008
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-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-25
Assistant+CommandPalette: Use FrameShape::Window for main widgets
thankyouverycool
2022-02-09
Applications: Port Assistant to LibMain
Lenny Maiorani
2022-01-22
LibJS: Refactor interpreter to use Script and Source Text Modules
Luke Wilde
2022-01-15
Assistant: Fix crash in FileProvider background thread upon exit
Rummskartoffel
2022-01-15
Assistant: Make Provider ref-counted
Rummskartoffel
2022-01-08
LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value>
Linus Groh
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-12-05
Userland: Cast unused BackgroundAction::construct() results to void
Sam Atkins
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
[next]