index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling
2021-01-12
LibCrypto: Reduce use of ByteBuffer in AES code
Andreas Kling
2021-01-12
AK: Simplify constructors and conversions from nullptr_t
Lenny Maiorani
2021-01-12
LibGUI: Add 'on_doubleclick' event to BreadcrumbBar.
Nick Vella
2021-01-11
LibGfx: Adjust margin between window title/stripes by 1px
Andreas Kling
2021-01-11
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-11
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-11
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-11
LibLine: Handle history across multiple concurrent sessions better
AnotherTest
2021-01-11
LibCore: Add line iterators to IODevice
AnotherTest
2021-01-11
Everywhere: Fix incorrect uses of String::format and StringBuilder::appendf
Sahan Fernando
2021-01-11
Everywhere: Fix incorrect uses of String::format and StringBuilder::appendf
Sahan Fernando
2021-01-11
Everywhere: Fix incorrect uses of String::format and StringBuilder::appendf
Sahan Fernando
2021-01-11
Playground: Show placeholders for unregistered widgets
Nico Weber
2021-01-11
Vector: Implement `find`, `find_if`, `find_first_matching` in terms of `AK::f...
Lenny Maiorani
2021-01-11
LibGfx: Fail PBM decode if there isn't enough color data in image
Andreas Kling
2021-01-11
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-11
LibGUI: Update TextEditor after triple-click to select (#4897)
campital
2021-01-11
Kernel+Profiler: Make profiling per-process and without core dumps
Andreas Kling
2021-01-10
LibJS: Replace all uses of to_size_t() and remove it :^)
Linus Groh
2021-01-10
LibJS: Make length_of_array_like() take an Object rather than Value
Linus Groh
2021-01-10
LibJS: Implement String.prototype.split
Marcin Gasperowicz
2021-01-10
LibLine: Implement support for C-V<key>
AnotherTest
2021-01-10
LibVT: Respect the Negative attribute when drawing text
AnotherTest
2021-01-10
AK: Make MappedFile heap-allocated and ref-counted
Andreas Kling
2021-01-10
LibCore: Use OSError in get_password() return type
Andreas Kling
2021-01-10
LibCore: get_password() now removes the trailing '\n' read by getline()
Emanuele Torre
2021-01-10
LibCore: Don't try to unlink stale sockets in /tmp/rpc/
Andreas Kling
2021-01-10
SystemServer+LibCore: Move /tmp/rpc/ directory creation to SystemServer
Andreas Kling
2021-01-10
Everywhere: Convert a bunch of dbgprintf() to dbgln()
Andreas Kling
2021-01-10
LibVT: Don't assert if ioctl(TIOCSWINSZ) fails
Andreas Kling
2021-01-10
LibELF: Convert many dbgprintf() to dbgln() and tweak debug macro name
Andreas Kling
2021-01-10
LibLine: It's okay to be interrupted while reading the DSR response
AnotherTest
2021-01-10
LibLine: Don't clear the displayed buffer when interrupted
AnotherTest
2021-01-10
LibLine: Unregister signal handlers on destruction
AnotherTest
2021-01-09
LibCore: Harden signal handling code to be called in global destrcutors
Tom
2021-01-09
LibCore: Allow adding/removing signal handlers while handling signals
Tom
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-09
LibGUI: Add formatter for Widget.
asynts
2021-01-09
AK: Add Formatter<FormatString> as helper class.
asynts
2021-01-09
LibC: Add explicit_bzero()
Andreas Kling
2021-01-09
LibC: Move bzero() and bcopy() per Dr. POSIX
Andreas Kling
2021-01-09
LibCore+passwd+su+Base: Add /etc/shadow to hide hashes from users :^)
Andreas Kling
2021-01-09
LibJS: Add tests for bitwise NOT operator
Linus Groh
2021-01-09
LibJS: Make bitwise NOT work correctly with NaN and Infinity
Linus Groh
2021-01-09
LibJS: Use INVALID some more in abstract operations
Linus Groh
2021-01-09
LibWeb: No need to report that we encountered <svg> or <math>
Andreas Kling
2021-01-09
LibWeb: Coalesce layouts that happen in response to style changes
Andreas Kling
2021-01-09
LibDebug: Convert a bunch of dbg() to dbgln()
Andreas Kling
2021-01-09
LibWeb: Convert a bunch of dbg() to dbgln()
Andreas Kling
[next]