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-10-23
LibGUI: Make exclusive button group act as a single focusable unit
Andreas Kling
2021-10-23
LibGUI: Add GUI::KeyEvent::is_arrow_key()
Andreas Kling
2021-10-23
LibGUI: Mark GUI::RadioButton as "checkable"
Andreas Kling
2021-10-23
Utilities: Add -f option to ln
Jean-Baptiste Boric
2021-10-23
Utilities: Add ignored -f option to touch
Jean-Baptiste Boric
2021-10-23
LibCore: Add ignored options to ArgsParser
Jean-Baptiste Boric
2021-10-23
LibC: Add definition for FOPEN_MAX
Jean-Baptiste Boric
2021-10-23
EchoServer: Defer removal of client from clients HashMap
Brendan Coles
2021-10-23
TelnetServer: Defer removal of client from clients HashMap
Brendan Coles
2021-10-23
LibWeb: Make CSS ParsingContext's Document* be const
Sam Atkins
2021-10-23
LibWeb: Move image resource request out of ImageStyleValue constructor
Sam Atkins
2021-10-23
watch: Add ability to run command on file change
junior rantila
2021-10-23
watch: VERIFY that command vector ends with nullptr
junior rantila
2021-10-23
watch: Remove unnecessary call to StringBuilder::appendff
junior rantila
2021-10-23
Utilities: Change watch utility to use eastconst style
junior rantila
2021-10-23
LibJS: Update Annex B String.prototype extension spec section numbers
Linus Groh
2021-10-23
LibJS: Add "at" to Array.prototype[@@unscopables]
Linus Groh
2021-10-23
LibJS: Use ECMA-262 spec URLs for .at() (relative indexing, now stage 4)
Linus Groh
2021-10-23
LibJS: Use ECMA-262 spec URL for Object.hasOwn() (now stage 4)
Linus Groh
2021-10-23
LibJS: Mark GetEpochFromISOParts as infallible
Linus Groh
2021-10-23
LibJS: Convert ArrayPrototype functions to ThrowCompletionsOr
Idan Horowitz
2021-10-23
LibJS: Convert the FlattenIntoArray AO to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert array_merge_sort to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert the ArraySpeciesCreate AO to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert ArrayConstructor functions to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Remove vm.construct and it's usages
Idan Horowitz
2021-10-22
LibJS: Convert Intl.NumberFormat functions to ThrowCompletionOr
Linus Groh
2021-10-22
LibJS: Convert Intl.Locale functions to ThrowCompletionOr
Linus Groh
2021-10-22
LibJS: Convert Intl.ListFormat functions to ThrowCompletionOr
Linus Groh
2021-10-22
LibJS: Convert Intl.DisplayNames functions to ThrowCompletionOr
Linus Groh
2021-10-22
LibJS: Convert Intl.getCanonicalLocales() function to ThrowCompletionOr
Linus Groh
2021-10-22
LibC: Fix up mblen
Tim Schumacher
2021-10-22
LibC: Fix up mbtowc
Tim Schumacher
2021-10-22
LibGfx: Restrict cleared area to GIF framebuffer
Ben Wiederhake
2021-10-22
man.serenityos.org: Use pandoc for listings and landing page
Ben Wiederhake
2021-10-22
man.serenityos.org: Add section descriptions to overview page
Ben Wiederhake
2021-10-22
WindowServer: Support displaying window titles when there are no buttons
Timothy Flynn
2021-10-22
LibJS: Convert Array AOs to ThrowCompletionOr
Idan Horowitz
2021-10-22
LibJS: Convert Locale AOs to ThrowCompletionOr
Idan Horowitz
2021-10-22
WindowServer: Re-evaluate hover state when active window changes
Andreas Kling
2021-10-21
LibC: Implement mbsnrtowcs
Tim Schumacher
2021-10-21
LibC: Implement wcsnrtombs
Tim Schumacher
2021-10-21
LibC: Implement mbrlen
Tim Schumacher
2021-10-21
Utilities: Add fdtdump for dumping OpenFirmware Device Trees
Andrew Kaster
2021-10-21
Libraries: Add LibDeviceTree for manipulating OpenFirmware Device Trees
Andrew Kaster
2021-10-21
LibJS: Convert Temporal.ZonedDateTime functions to ThrowCompletionOr
Linus Groh
2021-10-21
LibJS: Convert Temporal.TimeZone functions to ThrowCompletionOr
Linus Groh
2021-10-21
LibJS: Convert Temporal.PlainYearMonth functions to ThrowCompletionOr
Linus Groh
2021-10-21
LibJS: Convert Temporal.PlainTime functions to ThrowCompletionOr
Linus Groh
2021-10-21
LibJS: Convert Temporal.PlainMonthDay functions to ThrowCompletionOr
Linus Groh
[next]