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
2023-02-15
LibJS: Don't escape backslashes in RegExp.source
Ali Mohammad Pur
2023-02-14
LibGfx: Validate ICC namedColor2Tag consistency
Nico Weber
2023-02-14
LibGfx: Add v2 "ncol" tag, expand comment
Nico Weber
2023-02-13
Everywhere: Use /bin/Shell as the shebang for Shell scripts
Ali Mohammad Pur
2023-02-13
Shell: Use the POSIX parser if run as /bin/sh or passed the --posix flag
Ali Mohammad Pur
2023-02-13
Shell: Start implementing a POSIX-compliant parser
Ali Mohammad Pur
2023-02-13
LibGUI: Take gutter into account when measuring TextEditor content area
Sam Atkins
2023-02-13
LibGUI: Don't show caret cursor when hovering TextEditor's gutter
Sam Atkins
2023-02-13
LibGUI: Combine wrapping/non-wrapping TextEditor code paths
Sam Atkins
2023-02-13
LibGUI: Fix typo in `span_consumed` variable
Sam Atkins
2023-02-13
LibWeb: Convert CSS Token::to_debug_string() to ::to_string() :^)
Sam Atkins
2023-02-13
LibWeb: Convert CSS Token/ComponentValue::to_debug_string() to String
Sam Atkins
2023-02-13
LibWeb: Convert CSS Token value to new FlyString
Sam Atkins
2023-02-13
LibWeb: Return StringViews from CSS Token bracket-string getters
Sam Atkins
2023-02-13
LibWeb: Do not assume field element is always a HTMLInputElement
Kenneth Myhra
2023-02-13
LibWeb: Avoid dereferencing null pointer
Kenneth Myhra
2023-02-13
LibWeb: Clarify WebIDL::Promise as an alias for JS::PromiseCapability
networkException
2023-02-13
Everywhere: Remove the `AK::` qualifier from Stream usages
Tim Schumacher
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Move Stream-based sockets into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-13
LibGUI: Remove deprecated text and set_text functions in AbstractButton
Karol Kosek
2023-02-13
Userland: Set Button text using the new String class
Karol Kosek
2023-02-13
LibGUI+TaskBar: Make Calendar::formatted_date() return ErrorOr<String>
Karol Kosek
2023-02-13
Userland: Use default initializer instead of an empty string for Buttons
Karol Kosek
2023-02-13
Userland: Replace usages of AbstractButton::text_deprecated with text()
Karol Kosek
2023-02-13
LibGUI: Store text using the new String class in the AbstractButton
Karol Kosek
2023-02-13
LibGUI+Userland: Add `_deprecated` suffix to AbstractButton::{set_,}text
Karol Kosek
2023-02-13
LibGUI: Make Clipboard::set_plain_text take text as a StringView
Karol Kosek
2023-02-13
LibGUI+PixelPaint: Port GUI::ValueSlider's suffix to the new String
Karol Kosek
2023-02-13
LibPDF: Add more built-in SIDs
Rodrigo Tobar
2023-02-13
LibVideo/VP9: Convert the Parser to use AK/BitStream.h
Zaggy1024
2023-02-13
icc: Dump embedded non-parametric curves in lutAToBType and lutAToBType
Nico Weber
2023-02-13
icc: Dump embedded parametric curves in lutAToBType and lutAToBType
Nico Weber
2023-02-13
icc: Dump more information about curves in lutAToBType and lutAToBType
Nico Weber
2023-02-13
LibGfx: Validate presence of curves for lutAToBType and lutBToAType
Nico Weber
2023-02-12
Userland: Use allocation-failure safe functions where it's easy
Nico Weber
2023-02-12
LibWeb: Move setting of FormDataPrototype to initialize()
Kenneth Myhra
2023-02-12
Utilities/arp: Don't unveil /tmp/portal/lookup for numerical output
Liav A
2023-02-12
LibArchive: Add support for modification time and date
Ollrogge
2023-02-12
LibGfx: Let ICC code validate tag data alignment
Nico Weber
2023-02-12
icc: Dump some of lutAToBType and lutBToAType curve data
Nico Weber
2023-02-12
LibGfx: Implement curve parsing for lutAToBType and lutBToAType
Nico Weber
2023-02-12
LibGfx: Add a size-less ParametricCurveTagData::from_bytes() overload
Nico Weber
2023-02-12
LibGfx: Add a size-less CurveTagData::from_bytes() overload in ICC code
Nico Weber
2023-02-12
Utilities/netstat: Don't unveil /tmp/portal/lookup for numerical output
Liav A
2023-02-12
LibVideo: Create Resuming handler for seek/buffer handlers to inherit
Zaggy1024
2023-02-12
LibVideo/VideoPlayer: Dispatch state change events and update play icon
Zaggy1024
2023-02-12
LibVideo: Display the first frame when paused after opening a video
Zaggy1024
[next]