summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-07-26LibWeb: Convert WrapperGenerator and the generated code to east-constdavidot
2021-07-26KeyboardSettings: Prevent minimising the windowJamie Mansfield
2021-07-26KeyboardSettings: Prevent resizing the windowJamie Mansfield
2021-07-26DisplaySettings: Prevent minimising the windowJamie Mansfield
2021-07-26LibC: Declare wide character type functions in wctype.hKenneth Myhra
2021-07-26TextDocument: Fix indentation duplicating spacesVinicius
2021-07-26Taskbar: Unbreak application launchers in the start menuAndreas Kling
2021-07-26Settings: Tweak initial window sizeAndreas Kling
2021-07-26Taskbar: Show Settings app instead of Settings app categoryAndreas Kling
2021-07-25LibJS: Use more narrow types in Temporal ISODateTime structLinus Groh
2021-07-25LibJS: Implement Temporal.TimeZone.prototype.getOffsetNanosecondsFor()Linus Groh
2021-07-25LibJS: Handle PlainDateTime objects in GetTemporalCalendarWithISODefaultLinus Groh
2021-07-25LibJS: Handle PlainDateTime objects ToTemporalCalendarLinus Groh
2021-07-25LibJS: Store the %Array.prototype.values% intrinsic on the global objectLinus Groh
2021-07-26Settings: Add a very simple Settings applicationAndreas Kling
2021-07-26LibDesktop: Add an optional "Description" field to .af filesAndreas Kling
2021-07-25WindowServer: Remove debug spam in MenuManager::refresh()Andreas Kling
2021-07-25LibC: Randomize malloc() block addresses on x86_64Andreas Kling
2021-07-25Utilities: Support static assignment of the ARP tablebrapru
2021-07-25Kernel: Support ioctl SIOCSARP and SIOCDARPbrapru
2021-07-25LibGUI: Put actions in order in MultiViewKarol Kosek
2021-07-25LibGUI: Add keyboard shortcuts for changing views in MultiViewKarol Kosek
2021-07-25LibGUI: Add keyboard shortcuts to FilePickerKarol Kosek
2021-07-25Kernel: Remove unused madvise(MADV_GET_VOLATILE)Andreas Kling
2021-07-25Kernel: Make purgeable memory a VMObject level concept (again)Andreas Kling
2021-07-25LibGUI: Handle GUI::Window non-volatile backing store issues betterAndreas Kling
2021-07-25LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failureAndreas Kling
2021-07-25LibGfx: Remove "purgeable Gfx::Bitmap" as a separate conceptAndreas Kling
2021-07-25LibGfx: Add try_ prefix to Bitmap::try_allocate_backing_store()Andreas Kling
2021-07-25Kernel+LibSystem: Add a 4th syscall argumentAndreas Kling
2021-07-25LibGUI+Browser: Do not paste bitmapsTheFightingCatfish
2021-07-25SystemManager: Separate sockets GroupBox into TCP/UDPbrapru
2021-07-25Utilities: Add count option for pingbrapru
2021-07-24LibIMAP: Parse (but ignore) OK [HIGHESTMODSEQ <mod-sequence-value>]Linus Groh
2021-07-24LibIMAP: Parse OK [CLOSED]Linus Groh
2021-07-24LibIMAP: Replace abuse of String::matches() with == in the parserLinus Groh
2021-07-24LibIMAP: Add and use Parser::consume_until_end_of_line()Linus Groh
2021-07-24LibIMAP: Clean up Parser.h a bitLinus Groh
2021-07-24LibIMAP: Rename IMAP::Parser::{parse => consume}_while()Linus Groh
2021-07-24LibWeb: Add box-shadow renderingTobias Christiansen
2021-07-24LibWeb: Parse box-shadow in the DeprecatedCSSParserTobias Christiansen
2021-07-24LibWeb: Make box-shadow known throughout the CSS subsystemTobias Christiansen
2021-07-24LibWeb: Add box-shadow as a known ValueIDTobias Christiansen
2021-07-24LibWeb: Add BoxShadowStyleType as a CSS StyleTypeTobias Christiansen
2021-07-24FileManager: Show an open icon for selected folder in tree view againKarol Kosek
2021-07-24Mail: Make checking for headers in DataItem case insensitiveLuke
2021-07-24LibIMAP: Add a bunch of serialize_astring in command constructionLuke
2021-07-24LibWeb: Draw elements with opacity in a separate stacking contextEgor Ananyin
2021-07-24LibWeb: Parse and store the opacity propertyEgor Ananyin
2021-07-24LibWeb: Don't paint children stacking contexts inside the current oneEgor Ananyin