summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2021-01-12LibCrypto: Reduce use of ByteBuffer in AES codeAndreas Kling
2021-01-12AK: Simplify constructors and conversions from nullptr_tLenny Maiorani
2021-01-12LibGUI: Add 'on_doubleclick' event to BreadcrumbBar.Nick Vella
2021-01-11LibGfx: Adjust margin between window title/stripes by 1pxAndreas Kling
2021-01-11Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-11Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-11Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-11LibLine: Handle history across multiple concurrent sessions betterAnotherTest
2021-01-11LibCore: Add line iterators to IODeviceAnotherTest
2021-01-11Everywhere: Fix incorrect uses of String::format and StringBuilder::appendfSahan Fernando
2021-01-11Everywhere: Fix incorrect uses of String::format and StringBuilder::appendfSahan Fernando
2021-01-11Everywhere: Fix incorrect uses of String::format and StringBuilder::appendfSahan Fernando
2021-01-11Playground: Show placeholders for unregistered widgetsNico Weber
2021-01-11Vector: Implement `find`, `find_if`, `find_first_matching` in terms of `AK::f...Lenny Maiorani
2021-01-11LibGfx: Fail PBM decode if there isn't enough color data in imageAndreas Kling
2021-01-11Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-11LibGUI: Update TextEditor after triple-click to select (#4897)campital
2021-01-11Kernel+Profiler: Make profiling per-process and without core dumpsAndreas Kling
2021-01-10LibJS: Replace all uses of to_size_t() and remove it :^)Linus Groh
2021-01-10LibJS: Make length_of_array_like() take an Object rather than ValueLinus Groh
2021-01-10LibJS: Implement String.prototype.splitMarcin Gasperowicz
2021-01-10LibLine: Implement support for C-V<key>AnotherTest
2021-01-10LibVT: Respect the Negative attribute when drawing textAnotherTest
2021-01-10AK: Make MappedFile heap-allocated and ref-countedAndreas Kling
2021-01-10LibCore: Use OSError in get_password() return typeAndreas Kling
2021-01-10LibCore: get_password() now removes the trailing '\n' read by getline()Emanuele Torre
2021-01-10LibCore: Don't try to unlink stale sockets in /tmp/rpc/Andreas Kling
2021-01-10SystemServer+LibCore: Move /tmp/rpc/ directory creation to SystemServerAndreas Kling
2021-01-10Everywhere: Convert a bunch of dbgprintf() to dbgln()Andreas Kling
2021-01-10LibVT: Don't assert if ioctl(TIOCSWINSZ) failsAndreas Kling
2021-01-10LibELF: Convert many dbgprintf() to dbgln() and tweak debug macro nameAndreas Kling
2021-01-10LibLine: It's okay to be interrupted while reading the DSR responseAnotherTest
2021-01-10LibLine: Don't clear the displayed buffer when interruptedAnotherTest
2021-01-10LibLine: Unregister signal handlers on destructionAnotherTest
2021-01-09LibCore: Harden signal handling code to be called in global destrcutorsTom
2021-01-09LibCore: Allow adding/removing signal handlers while handling signalsTom
2021-01-09Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-09LibGUI: Add formatter for Widget.asynts
2021-01-09AK: Add Formatter<FormatString> as helper class.asynts
2021-01-09LibC: Add explicit_bzero()Andreas Kling
2021-01-09LibC: Move bzero() and bcopy() per Dr. POSIXAndreas Kling
2021-01-09LibCore+passwd+su+Base: Add /etc/shadow to hide hashes from users :^)Andreas Kling
2021-01-09LibJS: Add tests for bitwise NOT operatorLinus Groh
2021-01-09LibJS: Make bitwise NOT work correctly with NaN and InfinityLinus Groh
2021-01-09LibJS: Use INVALID some more in abstract operationsLinus Groh
2021-01-09LibWeb: No need to report that we encountered <svg> or <math>Andreas Kling
2021-01-09LibWeb: Coalesce layouts that happen in response to style changesAndreas Kling
2021-01-09LibDebug: Convert a bunch of dbg() to dbgln()Andreas Kling
2021-01-09LibWeb: Convert a bunch of dbg() to dbgln()Andreas Kling