summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-21LibC: Simplify assertion failure dbgln() a bitAndreas Kling
2021-07-21DesktopPicker: Add mouse wheel controlLuK1337
2021-07-21LibLine: Correct spelling mistake in variable nameJamie Mansfield
2021-07-21KeyboardSettings: Use typical OK-Cancel-Apply arrangementJamie Mansfield
2021-07-21TextEditor: Tighten unveilRalf Donau
2021-07-21Base: More tweaks to the MouseSettings iconsAndreas Kling
2021-07-21MouseSettings: Use latest (unsaved) setting for testing double-clickMathias Jakobsen
2021-07-21LibIPC: Fix losing messages when connection is closedTom
2021-07-21Base: Fix imperfection in mouse-cursor-speed icon (MouseSettings)Andreas Kling
2021-07-21DisplaySettings: Add ComboBox to allow selecting other screensTom
2021-07-21WindowServer: Re-use existing Screen instances and improve fallbacksTom
2021-07-21LibGfx: Add an algorithm to disperse overlapping rectanglesTom
2021-07-21Kernel: VirtIO framebuffer should clamp pending dirty rects if neededTom
2021-07-21SoundPlayer: Use full path for playlist itemsKarol Kosek
2021-07-21IRCClient: Use target nick than the sender for received private chatsKarol Kosek
2021-07-20LibJS: Add tests for strict mode and strict mode propagationdavidot
2021-07-20LibJS: Fix that non-existent references are unresolvable in strict modedavidot
2021-07-20LibJS: Fix tests that expected wrong this valuesdavidot
2021-07-20LibJS: Follow the spec more closely when determining the this valueTimothy Flynn
2021-07-20LibJS: Fix that vm.in_strict_mode was propagated to eval and functionsdavidot
2021-07-20LibJS: Disallow unqualified deletes in strict modedavidot
2021-07-20LibJS: Disallow multiple __proto__ keys in object expressiondavidot
2021-07-20LibJS: Disallow static methods named prototype in classesdavidot
2021-07-20LibJS: Disallow duplicated variable declarationsdavidot
2021-07-20LibJS: Handle strict mode for functions more correctlydavidot
2021-07-20LibJS: Be more strict about reserved and special identifiersdavidot
2021-07-20LibJS: Be less strict about 'use strict'davidot
2021-07-20ImageViewer: Do not resize the window if the image fits into the windowAziz Berkay Yesilyurt
2021-07-20ImageViewer: Do not return early when the scale is not changedAziz Berkay Yesilyurt
2021-07-20ImageViewer: Use the same function to resize the windowAziz Berkay Yesilyurt
2021-07-20MouseSettings: Further tweaks to margins and spacing :^)Andreas Kling
2021-07-20MouseSettings: Give this application a GUI facelift :^)Andreas Kling
2021-07-20LibGUI: Tweak GUI::GroupBox title text positionAndreas Kling
2021-07-20LibJS/Tests: Fix typo in Temporal.Instant.compare test descriptionLinus Groh
2021-07-20LibJS: Partially revert e3fa32bLinus Groh
2021-07-20Base: Add 2x version of the about box "brand banner"Andreas Kling
2021-07-20Base: Update the about box "brand banner"Andreas Kling
2021-07-20LibX86: Add INT1 instruction (needed for disassembly)Andreas Kling
2021-07-20FileManager: Set main window size before showing the windowAndreas Kling
2021-07-20Kernel: Remove KBufferBuilder's can_expand restrictionAndreas Kling
2021-07-20Kernel: Remove KBufferBuilder API for reusing an existing bufferAndreas Kling
2021-07-20Kernel: Simplify ProcFS generated buffer cachingAndreas Kling
2021-07-20Kernel: Remove confused comment in KBufferBuilder::appendff()Andreas Kling
2021-07-20LibWeb: Don't print JavaScript syntax error hintsAlexander
2021-07-20LibJS: Optimize source_location_hint and add flag in print_errorsAlexander
2021-07-20LibC: Implement flock(2) using fcntl's F_SETLKPeter Elliott
2021-07-20Kernel+LibC: Implement fcntl(2) advisory locksPeter Elliott
2021-07-20Profiler: Make profiler not truncate 64-bit addressesGunnar Beutner
2021-07-20Userland: Hardcode the x86_64 kernel base address for nowGunnar Beutner
2021-07-20Prekernel: Make sure to reload CR3 after modifying the page tablesGunnar Beutner