summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-07-14LibWeb: Add missing `typeinfo` includeDaniel Bertalan
2021-07-14Base+LibGUI: Add icon to the Rename actionjakubiakdev
2021-07-14LibCore: Convert File to east-const styleTimothy
2021-07-14LibCore: Add File method to determine absolute pathTimothy
2021-07-14LibCore: Add File method to determine current working directoryTimothy
2021-07-14LibCore: Generate new passwd file by checking pw_namebrapru
2021-07-14LibCore: Add setters for all user account propertiesbrapru
2021-07-13LibGUI: Handle KeyDown when checking for Key_Escape in Dialog tooLuK1337
2021-07-13LibCpp: Don't store entire ASTNode vector in each parser stateItamar
2021-07-13LibCpp: Only store error messages for the main parser stateItamar
2021-07-13LibDebug: Implement symbolication for x86_64Gunnar Beutner
2021-07-13LibDebug: Fix spelling mistakeGunnar Beutner
2021-07-13Userland: Prefer using ARCH() over __LP64__Gunnar Beutner
2021-07-13LibGUI: Don't clear textbox on save mode in FilePickerKarol Kosek
2021-07-13LibJS: Add missing has_constructor override to Generator FunctionsIdan Horowitz
2021-07-13LibWeb: Add extracting character encoding from a meta content attributeLuke
2021-07-13LibC: Use C-style void cast in assert()Linus Groh
2021-07-13LibGUI: Add Rename actionKarol Kosek
2021-07-13LibAudio: Use new Vector formatterkleines Filmröllchen
2021-07-13LibC: Increase minimum alignment for malloc() to 16 bytesGunnar Beutner
2021-07-13LibGUI: Select radio buttons with keyboardAriel Don
2021-07-13LibRegex: Consider EOF in the middle of a range an errorAli Mohammad Pur
2021-07-13LibRegex: Don't attempt to insert invalid bytecode in {B,E}REAli Mohammad Pur
2021-07-13LibRegex: Implement lookaround in EREAli Mohammad Pur
2021-07-13LibRegex: Allow empty character classes in {B,E}REAli Mohammad Pur
2021-07-13LibRegex: Disallow excessively large repetition counts in {B,E}REAli Mohammad Pur
2021-07-13LibRegex+LibC: Make re_nsub available to the userAli Mohammad Pur
2021-07-12LibC: Replace use of do/while in assert() with the ternary operatorLinus Groh
2021-07-12LibAudio: Set variable type for decoding fixed subframes in FLACKarol Kosek
2021-07-12LibJS: Add Temporal.Instant.prototype.round()Idan Horowitz
2021-07-12LibCrypto: Add the >= operator to UnsignedBigIntegerIdan Horowitz
2021-07-12LibJS: Add the GetOptionsObject & GetOption Temporal AbstractOperationsIdan Horowitz
2021-07-12LibJS: Add Temporal.Instant.prototype.equals()Idan Horowitz
2021-07-12LibJS: Add Temporal.Instant.from()Idan Horowitz
2021-07-12LibJS: Add Temporal.Instant.compare()Idan Horowitz
2021-07-12LibJS: Add the ToTemporalInstant Abstract Operation & its requirementsIdan Horowitz
2021-07-12AK: Add a DateTimeLexerIdan Horowitz
2021-07-12LibCore: Implement File::is_link()Ariel Don
2021-07-12LibWasm: Adjust signed integer operations to avoid UBAndrew Kaster
2021-07-12LibWasm: Skip initializing active empty data sectionsAli Mohammad Pur
2021-07-12LibWasm: Use AK::StackInfo to track stack sizeAli Mohammad Pur
2021-07-12LibCore: Tolerate misaligned addresses in struct hostentAndrew Kaster
2021-07-12LibGUI: Ignore drop events by defaultKarol Kosek
2021-07-12LibGUI: Use wrapped text rect for paint invalidationLuK1337
2021-07-12LibC: Use correct macro to disable assert()Andrew Kaster
2021-07-12Revert "LibThreading: Fix BackgroundAction result use-after-free"Andreas Kling
2021-07-12LibGUI: Redraw widgets when default font changesLuK1337
2021-07-12LibGUI: Add FontsChanged event and deliver it to windows and widgetsLuK1337
2021-07-11LibWeb: Correct parsing invalid list of declarationsSam Atkins
2021-07-11LibWeb: Correct escape handling in CSS TokenizerSam Atkins