summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-07-29LibTTF/LibGfx: Remove circular dependency by merging LibTTF into LibGfxAndrew Kaster
2021-07-29Kernel+LibC: Add linger to sys/sockets.hLuke
2021-07-29LibWeb: Remove unused enum value CSS::StyleValue::PositionAndreas Kling
2021-07-29LibGUI+Playground: Move GMLAutocompleteProvider to LibGUIConor Byrne
2021-07-29LibWeb: Add proper support for text-decoration-line property valuesTobias Christiansen
2021-07-29LibGUI: Allow to specify FilePicker window positionLuK1337
2021-07-29LibGUI: Allow to specify position on screen for Dialog windowLuK1337
2021-07-29LibCore: Prevent LockFile fd from leaking into child processPeter Elliott
2021-07-29LibWeb: Handle comment blocks when skipping unknown @-rulesK-Adam
2021-07-28LibJS: Reflect infallibility editorial changes in the Temporal specLinus Groh
2021-07-28LibWeb: Fix incompatibility of attribute "contenteditable"SeekingBlues
2021-07-28LibUnicode: Handle code points that are both cased and case-ignorableTimothy Flynn
2021-07-28LibUnicode: Reduce Unicode data generator boilerplateTimothy Flynn
2021-07-28LibUnicode: Check word break when deciding on case-ignorable code pointsTimothy Flynn
2021-07-28LibUnicode: Download and parse the word break property list UCD fileTimothy Flynn
2021-07-28LibUnicode: Check property list when deciding if a code point is casedTimothy Flynn
2021-07-28LibUnicode: Download and parse the property list UCD fileTimothy Flynn
2021-07-28LibJS: Implement Temporal.Now.plainTimeISO()Linus Groh
2021-07-28LibJS: Update Temporal.Now spec section numbersLinus Groh
2021-07-28LibJS: Handle PlainTime objects in GetTemporalCalendarWithISODefaultLinus Groh
2021-07-28LibJS: Handle PlainTime objects in ToTemporalCalendarLinus Groh
2021-07-28LibJS: Implement Temporal.PlainTime.prototype.nanosecondLinus Groh
2021-07-28LibJS: Implement Temporal.PlainTime.prototype.microsecondLinus Groh
2021-07-28LibJS: Implement Temporal.PlainTime.prototype.millisecondLinus Groh
2021-07-28LibJS: Implement Temporal.PlainTime.prototype.secondLinus Groh
2021-07-28LibJS: Implement Temporal.PlainTime.prototype.minuteLinus Groh
2021-07-28LibJS: Implement Temporal.PlainTime.prototype.hourLinus Groh
2021-07-28LibJS: Implement Temporal.PlainTime.prototype.calendarLinus Groh
2021-07-28LibJS: Implement Temporal.PlainTime.prototype.valueOf()Linus Groh
2021-07-28LibJS: Implement Temporal.PlainTime.prototype[@@toStringTag]Linus Groh
2021-07-28LibJS: Start implementing Temporal.PlainTimeLinus Groh
2021-07-28LibJS: Fix types of PlainDateTime iso_{milli,micro,nano}second paramsLinus Groh
2021-07-28LibJS/Tests: Remove two leftover console.log() callsLinus Groh
2021-07-28LibJS: Reflect infallibility editorial change in ToTemporalCalendarLinus Groh
2021-07-28Revert "LibGUI: Only dispatch Leave if the now-hovered widget isn't a child"Andreas Kling
2021-07-28Revert "LibGUI: Ignore the Enter event by default"Andreas Kling
2021-07-28LibGUI+LibGfx: Highlight currently active tab button with accent colorAndreas Kling
2021-07-28LibGUI: Update windows when they become active/inactiveAndreas Kling
2021-07-28LibGfx+Base: Add a themable "Accent" color roleAndreas Kling
2021-07-28LibGfx: Remove unused StylePainter::paint_surface()Andreas Kling
2021-07-28LibWeb: Avoid assertion failure on parsing numeric character referencesovf
2021-07-28LibGUI: Align FilePickerDialog's common locations with file list viewLuK1337
2021-07-28LibGUI: Convert indexes to size_t and use Optional in TabWidgetLuke
2021-07-28LibGUI: Always reset pressed close button index on mouse up in TabWidgetLuke
2021-07-28LibGUI: Add GUI_HOVER_DEBUG runtime debugging flag (environment)Andreas Kling
2021-07-28LibGUI: Make Label padding work with left/right aligned textAndreas Kling
2021-07-27LibGUI: Add a ClipboardClient for GUI::ClipboardTheFightingCatfish
2021-07-27LibWeb: Return null if an unknown canvas context type is requestedK-Adam
2021-07-27LibGfx: Take the glyph spacing into account when building a linesin-ack
2021-07-27LibGfx: Remove extra space considered during wrappingsin-ack