summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-12-29less: Handle tabs in line wrappingPeter Elliott
2021-12-29Userland: Port less(1) to LibMainPeter Elliott
2021-12-29less: Remove all formatting before printing status linePeter Elliott
2021-12-29less: Dynamically re-wrap lines on resizePeter Elliott
2021-12-28Magnifier: Add colorblind preview optionsTheGrizzlyDev
2021-12-28LibCore+chown: Return ErrorOr<Optional<...>> for getgrnam and getpwnamKenneth Myhra
2021-12-28ImageViewer: Change how scaling worksMaciej
2021-12-28Profiler: Extract percentage gradient calculation into its own fileStephan Unverwerth
2021-12-28Profiler: Make everything east-const :^)Stephan Unverwerth
2021-12-28Profiler: Add source code viewStephan Unverwerth
2021-12-28pls: Stop on first non option when parsing argumentsIdan Horowitz
2021-12-28Kernel: Remove the kmalloc_eternal heap :^)Andreas Kling
2021-12-28UserspaceEmulator: Exclude special ranges from RangeAllocatorDaniel Bertalan
2021-12-28LibVT: Handle window resize after history overflowryanb-dev
2021-12-28ThemeEditor: Implement a way to simulate color blindness in previewTheGrizzlyDev
2021-12-28LibJS: Also throw exception when returning throw completion from awaitLinus Groh
2021-12-28HackStudio: Highlight AF files as INIMaciej
2021-12-28TextEditor: Highlight AF files as INIMaciej
2021-12-28LibC: Add in6addr_loopback and IN6ADDR_LOOPBACK_INIT constantBrian Gianforcaro
2021-12-28LibC: Add rindex() and index() APIsBrian Gianforcaro
2021-12-28LibC: Add alphasort() implementationBrian Gianforcaro
2021-12-28LibC: Add POSIX spec comments for dirent APIsBrian Gianforcaro
2021-12-28Taskbar: Add context menu to remove quicklaunch itemsfaxe1008
2021-12-28Taskbar: Add dropping of AppFiles to QuickLaunchfaxe1008
2021-12-28Help: Fix crash when trying to load libunicodedata.soRummskartoffel
2021-12-28FileManager: Add "Create Archive" actionJulian Offenhäuser
2021-12-27HackStudio: Ask to create a non-existent directory when making a projectConor Byrne
2021-12-27LibWeb: Use start_of_input_stream_twin() for is_valid_escape_sequence()Sam Atkins
2021-12-27LibWeb: Pass correct values to would_start_an_identifier()Sam Atkins
2021-12-27LibWeb: Pass correct values to would_start_a_number()Sam Atkins
2021-12-27LibWeb: Add CSS::Tokenizer::start_of_input_stream_[twin|triplet]()Sam Atkins
2021-12-27LibCore+Services: Make TCPServer propagate errorsSam Atkins
2021-12-27TelnetServer: Port to LibMainSam Atkins
2021-12-27EchoServer: Port to LibMainSam Atkins
2021-12-27LibCore: Add ErrorOr wrappers to socket syscallsSam Atkins
2021-12-27LibJS: Implement console.time/timeLog/timeEnd() methodsSam Atkins
2021-12-27LibWeb: Add rudimentary styling to `<details>` and `<summary>`Sam Atkins
2021-12-27LibJS+WebContent+Browser+js: Implement console.group() methodsSam Atkins
2021-12-27LibJS+WebContent+js: Bring console.trace() to specSam Atkins
2021-12-27LibJS+WebContent+js: Bring console.assert() to specSam Atkins
2021-12-27LibJS+WebContent+js: Bring console.clear() to specSam Atkins
2021-12-27LibJS+WebContent+js: Bring console.count[Reset]() to specSam Atkins
2021-12-27LibJS+WebContent+js: Reimplement console.log() and friends to specSam Atkins
2021-12-27WindowServer: Stop trying to close windows that are already destroyedSam Atkins
2021-12-27WindowServer: Use is_internal() instead of checking if the client existsSam Atkins
2021-12-27LibWeb: Implement CanvasRenderingContext2D.isContextLost()Linus Groh
2021-12-27LibWeb: Implement CanvasRenderingContext2D.reset()Linus Groh
2021-12-27LibWeb: Implement CanvasRenderingContext2D.restore()Linus Groh
2021-12-27LibWeb: Implement CanvasRenderingContext2D.save()Linus Groh
2021-12-27LibWeb: Encapsulate canvas drawing state in a structLinus Groh