summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-02-15LibJS: Don't escape backslashes in RegExp.sourceAli Mohammad Pur
2023-02-14LibGfx: Validate ICC namedColor2Tag consistencyNico Weber
2023-02-14LibGfx: Add v2 "ncol" tag, expand commentNico Weber
2023-02-13Everywhere: Use /bin/Shell as the shebang for Shell scriptsAli Mohammad Pur
2023-02-13Shell: Use the POSIX parser if run as /bin/sh or passed the --posix flagAli Mohammad Pur
2023-02-13Shell: Start implementing a POSIX-compliant parserAli Mohammad Pur
2023-02-13LibGUI: Take gutter into account when measuring TextEditor content areaSam Atkins
2023-02-13LibGUI: Don't show caret cursor when hovering TextEditor's gutterSam Atkins
2023-02-13LibGUI: Combine wrapping/non-wrapping TextEditor code pathsSam Atkins
2023-02-13LibGUI: Fix typo in `span_consumed` variableSam Atkins
2023-02-13LibWeb: Convert CSS Token::to_debug_string() to ::to_string() :^)Sam Atkins
2023-02-13LibWeb: Convert CSS Token/ComponentValue::to_debug_string() to StringSam Atkins
2023-02-13LibWeb: Convert CSS Token value to new FlyStringSam Atkins
2023-02-13LibWeb: Return StringViews from CSS Token bracket-string gettersSam Atkins
2023-02-13LibWeb: Do not assume field element is always a HTMLInputElementKenneth Myhra
2023-02-13LibWeb: Avoid dereferencing null pointerKenneth Myhra
2023-02-13LibWeb: Clarify WebIDL::Promise as an alias for JS::PromiseCapabilitynetworkException
2023-02-13Everywhere: Remove the `AK::` qualifier from Stream usagesTim Schumacher
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Move Stream-based sockets into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-02-13LibGUI: Remove deprecated text and set_text functions in AbstractButtonKarol Kosek
2023-02-13Userland: Set Button text using the new String classKarol Kosek
2023-02-13LibGUI+TaskBar: Make Calendar::formatted_date() return ErrorOr<String>Karol Kosek
2023-02-13Userland: Use default initializer instead of an empty string for ButtonsKarol Kosek
2023-02-13Userland: Replace usages of AbstractButton::text_deprecated with text()Karol Kosek
2023-02-13LibGUI: Store text using the new String class in the AbstractButtonKarol Kosek
2023-02-13LibGUI+Userland: Add `_deprecated` suffix to AbstractButton::{set_,}textKarol Kosek
2023-02-13LibGUI: Make Clipboard::set_plain_text take text as a StringViewKarol Kosek
2023-02-13LibGUI+PixelPaint: Port GUI::ValueSlider's suffix to the new StringKarol Kosek
2023-02-13LibPDF: Add more built-in SIDsRodrigo Tobar
2023-02-13LibVideo/VP9: Convert the Parser to use AK/BitStream.hZaggy1024
2023-02-13icc: Dump embedded non-parametric curves in lutAToBType and lutAToBTypeNico Weber
2023-02-13icc: Dump embedded parametric curves in lutAToBType and lutAToBTypeNico Weber
2023-02-13icc: Dump more information about curves in lutAToBType and lutAToBTypeNico Weber
2023-02-13LibGfx: Validate presence of curves for lutAToBType and lutBToATypeNico Weber
2023-02-12Userland: Use allocation-failure safe functions where it's easyNico Weber
2023-02-12LibWeb: Move setting of FormDataPrototype to initialize()Kenneth Myhra
2023-02-12Utilities/arp: Don't unveil /tmp/portal/lookup for numerical outputLiav A
2023-02-12LibArchive: Add support for modification time and dateOllrogge
2023-02-12LibGfx: Let ICC code validate tag data alignmentNico Weber
2023-02-12icc: Dump some of lutAToBType and lutBToAType curve dataNico Weber
2023-02-12LibGfx: Implement curve parsing for lutAToBType and lutBToATypeNico Weber
2023-02-12LibGfx: Add a size-less ParametricCurveTagData::from_bytes() overloadNico Weber
2023-02-12LibGfx: Add a size-less CurveTagData::from_bytes() overload in ICC codeNico Weber
2023-02-12Utilities/netstat: Don't unveil /tmp/portal/lookup for numerical outputLiav A
2023-02-12LibVideo: Create Resuming handler for seek/buffer handlers to inheritZaggy1024
2023-02-12LibVideo/VideoPlayer: Dispatch state change events and update play iconZaggy1024
2023-02-12LibVideo: Display the first frame when paused after opening a videoZaggy1024