summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2021-07-12ls: Add option to list subdirectories recursivelyAriel Don
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-12Utilities: Make `less` accept 'page up' and 'page down' keysBrandon van Houten
2021-07-12LibGUI: Ignore drop events by defaultKarol Kosek
2021-07-12LibGUI: Use wrapped text rect for paint invalidationLuK1337
2021-07-12UserspaceEmulator: Fix stack for new processesGunnar Beutner
2021-07-12IPCCompiler: Use GENERATE_DEBUG from AK/Debug instead of custom definesAndrew Kaster
2021-07-12LibC: Use correct macro to disable assert()Andrew Kaster
2021-07-12Breakout: Only paint areas that needs to be updatedKarol Kosek
2021-07-12Revert "LibThreading: Fix BackgroundAction result use-after-free"Andreas Kling
2021-07-12TaskbarWindow: Redraw start button when default font changesLuK1337
2021-07-12LibGUI: Redraw widgets when default font changesLuK1337
2021-07-12LibGUI: Add FontsChanged event and deliver it to windows and widgetsLuK1337