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
Age
Commit message (
Expand
)
Author
2021-07-04
LibJS: Rewrite most of Object for spec compliance :^)
Linus Groh
2021-07-04
LibJS/Tests: Remove 'requires at least one argument' Array tests
Linus Groh
2021-07-04
LibJS: Handle invalid and symbol PropertyName in its AK::Formatter
Linus Groh
2021-07-04
LibJS: Add Value::operator==()
Linus Groh
2021-07-04
js: Handle detached ArrayBuffer in print_typed_array()
Linus Groh
2021-07-04
LibJS: Add new PropertyDescriptor class and related abstract operations
Linus Groh
2021-07-04
LibJS: VERIFY() that property name is valid in Value::get{,_method}()
Linus Groh
2021-07-04
LibWeb/WebAssembly+test-wasm: Use get_without_side_effects() more
Linus Groh
2021-07-04
LibJS: Avoid unnecessary PropertyName creation in MarkupGenerator
Linus Groh
2021-07-04
LibWeb: Add roman numerals as a list-style for ol's
Tobias Christiansen
2021-07-04
Taskbar: Simplify quick launch widget layout
Andreas Kling
2021-07-04
Taskbar: Give the "Show/Hide Desktop" button an icon :^)
Andreas Kling
2021-07-04
LibTTF: Memory map TTF fonts instead of reading them into heap memory
Andreas Kling
2021-07-04
LibTTF: Make TTF::Font loading API return error strings
Andreas Kling
2021-07-04
Everywhere: Fix incorrect usages of AK::Checked
Idan Horowitz
2021-07-04
LibC: Convert LengthModifier & ConversionSpecifier to enum classes
Idan Horowitz
2021-07-04
WindowServer: Only run window animation for windows on current desktop
Tom
2021-07-04
WindowServer: Toggling desktop should only toggle current desktop
Tom
2021-07-04
Spreadsheet: Move down a cell when Return is pressed in the cell editor
zawwwu
2021-07-04
Spreadsheet: Add function for moving cursor
zawwwu
2021-07-04
LibThreading: Wake up the background worker thread when there's work
Andreas Kling
2021-07-04
LibJS: Make the `with` statement evaluation follow the spec even more
Andreas Kling
2021-07-04
Terminal: Grey out color scheme widget when there's nothing to select
LuK1337
2021-07-04
CppLanguageServer: Add test for "get_parameters_hint"
Itamar
2021-07-04
HackStudio: Show tooltip with parameters hint when pressing Ctrl+P
Itamar
2021-07-04
CppLanguageServer: Add "get_parameters_hint" capability
Itamar
2021-07-04
LibCpp: Add Parser::tokens_in_range(start, end)
Itamar
2021-07-04
LibCpp: Fix positional information of Pointer types
Itamar
2021-07-04
LibCpp: Fix parsing of ellipsis
Itamar
2021-07-04
Assistant: Show a border around the window
timre13
2021-07-04
Userland: Add pgrep
Aziz Berkay Yesilyurt
2021-07-04
Everywhere: Prefer using "..."sv over StringView { "..." }
Gunnar Beutner
2021-07-04
LibELF: Fix loading objects with a non-zero load base
Gunnar Beutner
2021-07-04
LibWeb: Hook on_call_stack_emptied after m_interpreter was initialized
Idan Horowitz
2021-07-04
Assistant: Prevent window from being minimized
ForLoveOfCats
2021-07-04
Taskbar: Add show desktop button to toggle showing of the desktop
ForLoveOfCats
2021-07-04
WindowServer: Add show desktop toggle IPC call
ForLoveOfCats
2021-07-04
LibGUI: Make tooltip height line count aware
LuK1337
2021-07-04
AK+LibIPC: Make all enums codable
Timothy
2021-07-04
LibCore: Add method to leak fd from File
Timothy
2021-07-04
FileManager: Remove explicit `T` to `Optional<T>` conversion
Daniel Bertalan
2021-07-04
LibJS: Bring ArrayCreate and ArrayConstructor closer to spec
Idan Horowitz
2021-07-04
LibJS: Add the IteratorStep abstract iterator operation
Idan Horowitz
2021-07-04
HackStudio: Remove old form editing logic
Erik Biederstadt
2021-07-04
Toolchain+Userland: Enable TLS for x86_64
Gunnar Beutner
2021-07-04
LibELF: Swap the arguments for negative_offset_from_tls_block_end
Gunnar Beutner
2021-07-04
LibELF: Fix relocation support for 'static __thread' variables
Gunnar Beutner
2021-07-04
LibELF: Save the negative TLS offset in m_tls_offset
Gunnar Beutner
2021-07-04
LibELF: Implement TLS relocation support for x86_64
Gunnar Beutner
2021-07-04
DynamicLoader: Remove -fbuilding-libgcc hack
Gunnar Beutner
[next]