summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-08-19LibJS: Implement Temporal.PlainDate.prototype.toJSON()Linus Groh
2021-08-19LibJS: Implement Temporal.PlainDate.prototype.toLocaleString()Linus Groh
2021-08-19LibJS: Implement Temporal.PlainDate.prototype.toString()Linus Groh
2021-08-19LibJS: Make Temporal's get_option() take a PropertyName directlyLinus Groh
2021-08-19WindowServer: Only clear the hovered item if the item was enabledsin-ack
2021-08-19LibGUI: Move common action definitions to CommonActions.cppsin-ack
2021-08-18LibJS: Reflect naming consistency editorial changes in the Temporal specLinus Groh
2021-08-18LibGL: Leave render loop early if color mask emptyStephan Unverwerth
2021-08-18LibGL: Fix triangle winding calculationStephan Unverwerth
2021-08-18LibGL: Fix clipping and interpolate vertex attributesStephan Unverwerth
2021-08-18LibGL: Improve texture sampling performanceStephan Unverwerth
2021-08-18LibGL: Return white texel when sampling uninitialized textureStephan Unverwerth
2021-08-18LibGL: Complete glGetString implementationStephan Unverwerth
2021-08-18LibGL: Implement glDepthFuncStephan Unverwerth
2021-08-18LibGL: Implement glDepthRangeStephan Unverwerth
2021-08-18LibGL: Fix incorrect blend factor setupStephan Unverwerth
2021-08-18LibGL: Allow glTexImage2D to create uninitialized texturesStephan Unverwerth
2021-08-18LibGL: Fix interpretation of BGRA byte orderStephan Unverwerth
2021-08-18LibGL: Fix glVertexPointer argument validationStephan Unverwerth
2021-08-18LibGL: Fix glTexCoord behaviourStephan Unverwerth
2021-08-18LibGL+3DFileViewer: Make glRotatef accept degrees, not radiansStephan Unverwerth
2021-08-18Utilities: Remove memset calls inside lsJean-Baptiste Boric
2021-08-18Utilities: Implement -p flag for cpJean-Baptiste Boric
2021-08-18LibCore: Implement preserve flag for file/directory copyJean-Baptiste Boric
2021-08-18Utilities: Properly sort files in lsJean-Baptiste Boric
2021-08-18LibJS: Update some Temporal spec section numbersLinus Groh
2021-08-18Utilities: Make aplay respect loader errorskleines Filmröllchen
2021-08-18LibAudio: Resample FLAC audio datakleines Filmröllchen
2021-08-18LibAudio: Resample with integer ratios instead of floatskleines Filmröllchen
2021-08-18Userland: Also cache d_type in find(1)Sergey Bugaev
2021-08-18Userland: Cache stat in find(1)Sergey Bugaev
2021-08-18Userland: Simplify recursion in find(1)Sergey Bugaev
2021-08-18Userland: Ditch Core::DirIterator for readdir() in find(1)Sergey Bugaev
2021-08-18Userland: Use fstatat() in find(1)Sergey Bugaev
2021-08-18Userland: Wrap path a into struct in find(1)Sergey Bugaev
2021-08-18Meta+LibC: Don't allow text relocations in SerenityOS librariesDaniel Bertalan
2021-08-18SystemMonitor: Put the "Hardware" tabs at the end of the listAndreas Kling
2021-08-18Profiler: Limit the initial size of the timeline containerAndreas Kling
2021-08-18FileManager: Reorder main toolbar actions a little bitAndreas Kling
2021-08-18SystemMonitor: Rename "Graphs" tab to "Performance"Andreas Kling
2021-08-18SystemMonitor: Rename "File system" tab to "Storage"Andreas Kling
2021-08-18SystemMonitor: Consolidate hardware tabs + remove interrupts tabAndreas Kling
2021-08-18SystemMonitor: Remove "Devices" tabAndreas Kling
2021-08-18LibWeb: Add fast_is<Layout::InitialContainingBlockBox>Andreas Kling
2021-08-18LibGfx: Make FastBoxBlurFilter go fasterAndreas Kling
2021-08-18LibGfx: Remove ancient unused NO_FPU macrosAndreas Kling
2021-08-18Browser: Add Ctrl-D keyboard shortcut for bookmarking the current pageRob Ryan
2021-08-18LibGUI+Browser: Add UrlBox classRob Ryan
2021-08-18LibGUI: Allow widgets to make themselves non-auto-focusableRob Ryan
2021-08-18LibC: Fix sigsetjmp and siglongjmpJean-Baptiste Boric