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-04-17
LibCore: Make File take String instead of StringView
Andreas Kling
2021-04-17
LibCore: Make DirIterator take String instead of StringView
Andreas Kling
2021-04-17
LibGUI: Make some API's take String instead of StringView
Andreas Kling
2021-04-17
LibTTF: Make load_from_file() take String instead of StringView
Andreas Kling
2021-04-17
FileManager: Make DirectoryView API's take String instead of StringView
Andreas Kling
2021-04-17
LibGfx: Switch a bunch of API's from taking StringView to String
Andreas Kling
2021-04-17
LibGUI: Make Window::set_title() take a String
Andreas Kling
2021-04-17
LibCore: Don't needlessly use StringView in Core::Object APIs
Andreas Kling
2021-04-17
Network.Applet: Avoid JsonObject copy and use StringBuilder::appendff()
Andreas Kling
2021-04-17
LibGUI: Make GUI::Widget::set_tooltip() take a String
Andreas Kling
2021-04-17
LibJS: Accept symbol property in the `in` operator
Idan Horowitz
2021-04-17
LibWeb: Fix misplaced bullet points on list items
Tobias Christiansen
2021-04-17
LibJS: Implement initializing a TypedArray from an iterable object
Idan Horowitz
2021-04-17
LibJS: Implement initializing a TypedArray from an array-like object
Idan Horowitz
2021-04-16
LibGUI: Allow arbitrary font size in FontPicker
James Triantafylos
2021-04-16
AK+Kernel: Make IntrusiveList capable of holding non-raw pointers
AnotherTest
2021-04-16
LibGUI+WindowServer: Fix some misaligned CMakeLists.txt SOURCES entries
Linus Groh
2021-04-16
HexEditor: Use debgln_if
Hendiadyoin1
2021-04-16
UserspaceEmulator: use outln_if
Hendiadyoin1
2021-04-16
PixelPaint: Add keyboard zoom shortcuts
Jagger De Leo
2021-04-16
PixelPaint: Add Zoom Reset button to new View Menubar.
Jagger De Leo
2021-04-16
LibJS: Dont try to serialize symbol-keyed properties
Idan Horowitz
2021-04-16
LibJS: Accept symbol property in ObjectPrototype::hasOwnProperty
Idan Horowitz
2021-04-16
Browser+LibWeb+WebContent: Parse cookies in the OOP tab
Timothy Flynn
2021-04-16
LibCore+LibIPC: Add IPC coder for Core::DateTime
Timothy Flynn
2021-04-16
LibWeb: Impose a sane max cookie size
Timothy Flynn
2021-04-16
LibELF: Add support for loading libraries from /usr/local
Gunnar Beutner
2021-04-16
Everywhere: Add `-Wdouble-promotion` warning
Nicholas-Baron
2021-04-16
LibDebug/Dwarf: Use dbgln_if() instead of '#if DWARF_DEBUG'
AnotherTest
2021-04-16
UserspaceEmulator: Print stacktrace for unhandled exceptions
Gunnar Beutner
2021-04-16
LibDebug: Add support for StandardOpcodes::FixAdvancePc
Gunnar Beutner
2021-04-16
LibDebug: Add array bounds check for m_source_files
Gunnar Beutner
2021-04-16
LibJS: Remove #if !defined(KERNEL)
Linus Groh
2021-04-16
Kernel: Add some missing socket ioctls
sin-ack
2021-04-16
LibC: Don't call initializers in crt0
Gunnar Beutner
2021-04-16
Toolchain+LibC: Don't link LibC against crt0
Gunnar Beutner
2021-04-16
LibC: Shared libraries shouldn't have an entry point
Gunnar Beutner
2021-04-16
LibDebug: Fix typo in handle_special_opcode method name
FalseHonesty
2021-04-16
WindowServer: Recalculate window rect when toggling menubar
Linus Groh
2021-04-16
WindowServer: Replace window menu action magic numbers with enum
Linus Groh
2021-04-15
SystemServer+LibCore: Allow service to request multiple sockets
sin-ack
2021-04-15
Welcome: Fix build breakage
Andreas Kling
2021-04-15
Everything: Add `-Wnon-virtual-dtor` flag
Nicholas-Baron
2021-04-15
WindowServer: Clean up some of the code around menu item hovering
Andreas Kling
2021-04-15
Applications: Rename Serendipity => Welcome
Andreas Kling
2021-04-15
Applets: Remove unused UserName applet
Andreas Kling
2021-04-15
LibWeb: Expose the MouseEvent::{clientX, clientY} attributes
Idan Horowitz
2021-04-15
LibWeb: Expose the HTMLElement::{offsetLeft, offsetTop} attributes
Idan Horowitz
2021-04-15
LibWeb: Check radius sign in CanvasRenderingContext2D::{arc, ellipse}
Idan Horowitz
2021-04-15
LibWeb: Add a naive implemention of CanvasRenderingContext2D::fill_text
Idan Horowitz
[next]