summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-05-07LibRegex: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07Applications: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07LibGUI: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07LibDiff: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07LibC: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07LibJS: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07LibCrypto: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07LibGemini: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07LibCore: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07file: Clean up mime type enumeration macroLinus Groh
2021-05-07file: Remove unused static description stringsLinus Groh
2021-05-07file: Don't exit immediately after file open errorLinus Groh
2021-05-07file: Remove redundant value_or({})Linus Groh
2021-05-07file: Avoid some unnecessary string copiesLinus Groh
2021-05-07DynamicLoader: Remove math functionality in favor of -lgccGunnar Beutner
2021-05-07Profiler: Don't iterate all events when filtering timeline viewBrian Gianforcaro
2021-05-07Profiler: Make processes selectable in the timeline viewGunnar Beutner
2021-05-07Profiler: Remove the old process selection widgetGunnar Beutner
2021-05-07Profiler: Move filter checks into their own functionGunnar Beutner
2021-05-07LibCore+Userland: Add more detectable typesValtteri Koskivuori
2021-05-07Userland: Implement a file utilityValtteri Koskivuori
2021-05-07LibCore: Implement basic mime type guessing based on binary patternsValtteri Koskivuori
2021-05-07LibWeb: Implement replacing the current body when setting document.bodyLuke
2021-05-07LibWeb: Add non-const variants of Document::{html_element,body,head}()Luke
2021-05-07LibWeb: Implement Node.replaceChildLuke
2021-05-06LibGUI: Remove line-is-empty check in TextDocument return-earlyMax Wipfli
2021-05-06Profiler: Add fixed track headers to the timeline viewAndreas Kling
2021-05-06Profiler: Add a statusbar and show the timeline selection info in it :^)Andreas Kling
2021-05-06Profiler: Rename ProfileTimelineWidget => TimelineTrackAndreas Kling
2021-05-06Profiler: Add TimelineView widget and make the timeline cursor globalAndreas Kling
2021-05-06Profiler: Tweak timeline widget appearanceAndreas Kling
2021-05-06Profiler: Show one timeline per process :^)Andreas Kling
2021-05-06LibC: Make malloc(0) return a non-null pointerGunnar Beutner
2021-05-06LibC: Make scanf() not increment the assignment count for %nGunnar Beutner
2021-05-06Tests: Move LibRegex tests to Tests/LibRegexBrian Gianforcaro
2021-05-06Tests: Move LibCompress tests to Tests/LibCompressBrian Gianforcaro
2021-05-06Tests: Move LibSQL tests to Tests/LibSQLBrian Gianforcaro
2021-05-06Tests: Establish root Tests directory, move Userland/Tests thereBrian Gianforcaro
2021-05-06LibC: Update forkpty() master fd before fork()'s child branchLinus Groh
2021-05-06LibC: Remove 'int* aslave' parameter from forkpty()Linus Groh
2021-05-06LookupServer: Remove some unnecessary "rc" temporariesAndreas Kling
2021-05-06LookupServer: Check the return value after calling unveil()Andreas Kling
2021-05-06TextEditor: Minor cleanups in the FileArgument classAndreas Kling
2021-05-06TextEditor: Rename "file_name" => "filename"Andreas Kling
2021-05-06WindowServer: Don't let clients start resize of non-resizable windowsAndreas Kling
2021-05-06LibGUI: Don't show resize corner in non-resizable window's statusbarAndreas Kling
2021-05-06LibC: Lazily initialize malloc chunksGunnar Beutner
2021-05-06LibGUI: Move widget registration to LibCoreTom
2021-05-06DHCPClient: Handle invalid DHCP responses more gracefullyGunnar Beutner
2021-05-06LibGUI: Remember modified state on undo/redo actionsCarlos César Neves Enumo