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
/
Libraries
Age
Commit message (
Expand
)
Author
2021-04-17
LibTextCodec: Implement a Windows-1255 decoder.
Idan Horowitz
2021-04-17
LibJS: Take reference instead of pointer in prepare_arguments_list
Idan Horowitz
2021-04-17
LibJS: Convert matched regex result to string in Symbol.replace
Idan Horowitz
2021-04-17
LibGUI: Make sure we depend on the WindowManager IPC endpoints
Andreas Kling
2021-04-17
LibGUI+WindowServer: Separate window manager IPC from regular IPC
sin-ack
2021-04-17
Kernel+LibC: Update struct stat to use struct timespec instead of time_t
Gunnar Beutner
2021-04-17
LibGfx: Fix sse enabled builds by removing implicit float conversion
Sahan Fernando
2021-04-17
LibGfx: Make top highlight of classic buttons fit to the top left corner
Luke
2021-04-17
LibWeb: Fix height calculation for absolutely positioned boxes
Egor Ananyin
2021-04-17
LibELF: Make get_library_name() take String instead of StringView
Andreas Kling
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
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
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
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
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-15
SystemServer+LibCore: Allow service to request multiple sockets
sin-ack
2021-04-15
Everything: Add `-Wnon-virtual-dtor` flag
Nicholas-Baron
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
2021-04-15
LibWeb: Add support for optional double arguments with no default value
Idan Horowitz
2021-04-15
LibWeb: Emit optional boolean variable definition in WrapperGenerator
Idan Horowitz
2021-04-15
LibM: Use fptan/fpatan instead of approximating atan2/tan
AnotherTest
[next]