summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-07-14LibCore: Add File method to determine absolute pathTimothy
2021-07-14LibCore: Add File method to determine current working directoryTimothy
2021-07-14Utilities: Add an implementation of 'comm'TheFightingCatfish
2021-07-14Piano: Add Play/Pause, Forward and Back buttonsJJ Roberts-White
2021-07-14UserpaceEmulator: Handle possibly unaligned IOHendiadyoin1
2021-07-14Tests: Change test-filtering mechanismHendiadyoin1
2021-07-14LibCore: Generate new passwd file by checking pw_namebrapru
2021-07-14Utilities: Implement usermod commandbrapru
2021-07-14LibCore: Add setters for all user account propertiesbrapru
2021-07-13KeyboardPreferenceLoader: Use correct default Num Lock config valueForLoveOfCats
2021-07-13LibGUI: Handle KeyDown when checking for Key_Escape in Dialog tooLuK1337
2021-07-13DynamicLoader: Add RELA support for self-relocationsGunnar Beutner
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-13FileManager: Add Rename action to context and application menuKarol Kosek
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-13du: Don't fail immediately when directory can't be read (#8719)luk1337
2021-07-13FileManager: Convert properties window UI to GML (#8705)luk1337
2021-07-13Shell: Add unalias builtinTheFightingCatfish
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-12DisplaySettings: Reload current settings when apply dialog is dismissedLuK1337
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-12HackStudio: Activate window only on file dropKarol Kosek
2021-07-12SoundPlayer: Activate window only on file dropKarol Kosek
2021-07-12ImageViewer: Activate window only on file dropKarol Kosek
2021-07-12HexEditor: Accept file dropsKarol Kosek