index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2021-12-29
less: Handle tabs in line wrapping
Peter Elliott
2021-12-29
Userland: Port less(1) to LibMain
Peter Elliott
2021-12-29
less: Remove all formatting before printing status line
Peter Elliott
2021-12-29
less: Dynamically re-wrap lines on resize
Peter Elliott
2021-12-28
Magnifier: Add colorblind preview options
TheGrizzlyDev
2021-12-28
LibCore+chown: Return ErrorOr<Optional<...>> for getgrnam and getpwnam
Kenneth Myhra
2021-12-28
ImageViewer: Change how scaling works
Maciej
2021-12-28
Profiler: Extract percentage gradient calculation into its own file
Stephan Unverwerth
2021-12-28
Profiler: Make everything east-const :^)
Stephan Unverwerth
2021-12-28
Profiler: Add source code view
Stephan Unverwerth
2021-12-28
pls: Stop on first non option when parsing arguments
Idan Horowitz
2021-12-28
Kernel: Remove the kmalloc_eternal heap :^)
Andreas Kling
2021-12-28
UserspaceEmulator: Exclude special ranges from RangeAllocator
Daniel Bertalan
2021-12-28
LibVT: Handle window resize after history overflow
ryanb-dev
2021-12-28
ThemeEditor: Implement a way to simulate color blindness in preview
TheGrizzlyDev
2021-12-28
LibJS: Also throw exception when returning throw completion from await
Linus Groh
2021-12-28
HackStudio: Highlight AF files as INI
Maciej
2021-12-28
TextEditor: Highlight AF files as INI
Maciej
2021-12-28
LibC: Add in6addr_loopback and IN6ADDR_LOOPBACK_INIT constant
Brian Gianforcaro
2021-12-28
LibC: Add rindex() and index() APIs
Brian Gianforcaro
2021-12-28
LibC: Add alphasort() implementation
Brian Gianforcaro
2021-12-28
LibC: Add POSIX spec comments for dirent APIs
Brian Gianforcaro
2021-12-28
Taskbar: Add context menu to remove quicklaunch items
faxe1008
2021-12-28
Taskbar: Add dropping of AppFiles to QuickLaunch
faxe1008
2021-12-28
Help: Fix crash when trying to load libunicodedata.so
Rummskartoffel
2021-12-28
FileManager: Add "Create Archive" action
Julian Offenhäuser
2021-12-27
HackStudio: Ask to create a non-existent directory when making a project
Conor Byrne
2021-12-27
LibWeb: Use start_of_input_stream_twin() for is_valid_escape_sequence()
Sam Atkins
2021-12-27
LibWeb: Pass correct values to would_start_an_identifier()
Sam Atkins
2021-12-27
LibWeb: Pass correct values to would_start_a_number()
Sam Atkins
2021-12-27
LibWeb: Add CSS::Tokenizer::start_of_input_stream_[twin|triplet]()
Sam Atkins
2021-12-27
LibCore+Services: Make TCPServer propagate errors
Sam Atkins
2021-12-27
TelnetServer: Port to LibMain
Sam Atkins
2021-12-27
EchoServer: Port to LibMain
Sam Atkins
2021-12-27
LibCore: Add ErrorOr wrappers to socket syscalls
Sam Atkins
2021-12-27
LibJS: Implement console.time/timeLog/timeEnd() methods
Sam Atkins
2021-12-27
LibWeb: Add rudimentary styling to `<details>` and `<summary>`
Sam Atkins
2021-12-27
LibJS+WebContent+Browser+js: Implement console.group() methods
Sam Atkins
2021-12-27
LibJS+WebContent+js: Bring console.trace() to spec
Sam Atkins
2021-12-27
LibJS+WebContent+js: Bring console.assert() to spec
Sam Atkins
2021-12-27
LibJS+WebContent+js: Bring console.clear() to spec
Sam Atkins
2021-12-27
LibJS+WebContent+js: Bring console.count[Reset]() to spec
Sam Atkins
2021-12-27
LibJS+WebContent+js: Reimplement console.log() and friends to spec
Sam Atkins
2021-12-27
WindowServer: Stop trying to close windows that are already destroyed
Sam Atkins
2021-12-27
WindowServer: Use is_internal() instead of checking if the client exists
Sam Atkins
2021-12-27
LibWeb: Implement CanvasRenderingContext2D.isContextLost()
Linus Groh
2021-12-27
LibWeb: Implement CanvasRenderingContext2D.reset()
Linus Groh
2021-12-27
LibWeb: Implement CanvasRenderingContext2D.restore()
Linus Groh
2021-12-27
LibWeb: Implement CanvasRenderingContext2D.save()
Linus Groh
2021-12-27
LibWeb: Encapsulate canvas drawing state in a struct
Linus Groh
[next]