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
2020-08-13
LibC: Some calloc() and realloc() improvements (#3108)
Muhammad Zahalqa
2020-08-13
LibC: mark strdup & strndup as __attribute__((malloc))
Muhammad Zahalqa
2020-08-13
LibGUI: Fix ColorPicker custom color offset
Linus Groh
2020-08-13
LibGUI: Fix ComboBox desktop intersection rect
Linus Groh
2020-08-13
LibGUI: Add Desktop::{taskbar,menubar}_height()
Linus Groh
2020-08-13
LibGfx: use disposal method of previous frame in GIF transparency
Peter Nelson
2020-08-13
LibGfx: correctly handle transparency between GIF frames
Peter Nelson
2020-08-12
LibGUI: Move file icon lookup into a separate FileIconProvider
Andreas Kling
2020-08-12
LibC: Move C++ABI functions to cxxabi.cpp, typecheck cxa_atexit
Ben Wiederhake
2020-08-12
LibC: Avoid ninja-imports of system functions
Ben Wiederhake
2020-08-12
LibC: Tell compiler about invisible call to _start
Ben Wiederhake
2020-08-12
LibELF: Tell compiler about invisible calls
Ben Wiederhake
2020-08-12
LibCompress: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-12
LibC: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-12
LibTextCodec: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-12
LibPCIDB: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-12
LibGUI: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-12
LibM: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-12
LibGfx: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-12
LibWeb: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-12
Meta: Replace remaining LibM/math.h includes with math.h
Linus Groh
2020-08-12
LibWeb: Fix #include <LibWeb/{DOM => HTML}/AttributeNames.h>
Linus Groh
2020-08-12
LibCore: Add support for double on argparse
Diego Iastrubni
2020-08-12
LibWeb: Until an image has loaded or failed, don't occupy layout size
Andreas Kling
2020-08-12
LibWeb: Move HTML::AttributeNames file into HTML/ directory
Andreas Kling
2020-08-12
LibWeb: Initialize tag/attribute name globals in init-time constructors
Andreas Kling
2020-08-12
ScrollBar: Let clicking the gutter scroll by one page
Nico Weber
2020-08-12
ScrollBar: Simplify ScrollBar::scroll_to_position()
Nico Weber
2020-08-12
GUI: Rename ScrollBar::scrubber_size() to ScrollBar::visibile_scrubber_size()
Nico Weber
2020-08-12
GUI: Give MouseEvent shift() / ctrl() / alt() / logo() functions
Nico Weber
2020-08-12
GUI: Extract a ScrollBar::scroll_to_position method
Nico Weber
2020-08-12
LibTLS: Re-silence a debug log
Ali Mohammad Pur
2020-08-11
LibTLS: Avoid extra initialisation of buffers that are initialised
AnotherTest
2020-08-11
LibCrypto+LibTLS+Kernel: Switch the Cipher::Mode interface to use Span
AnotherTest
2020-08-11
LibC: Add sa_family_t and in_port_t types
Andreas Kling
2020-08-11
LibJS: Assert when exception is not cleared before Interpreter::run()
Linus Groh
2020-08-11
LibWeb: Clear exceptions in each Document::run_javascript() call
Linus Groh
2020-08-11
LibC: Add in6_addr and sockaddr_in6 structs
Andreas Kling
2020-08-11
LibC: Declare sockaddr_storage
Andreas Kling
2020-08-11
LibC: Make sure assert() expands to *something* in non-DEBUG builds
Andreas Kling
2020-08-11
LibC: Move stat(), lstat() and fstat() to <sys/stat.h>
Andreas Kling
2020-08-11
LibELF: Remove unused cruft in ELF::Loader
Andreas Kling
2020-08-11
Crypto: Make AES call malloc much less often
Nico Weber
2020-08-11
LibELF: Set ELF::Loader::m_symbol_count in constructor
Andreas Kling
2020-08-10
LibGfx: Correct copyright years for {Classic,}WindowTheme.{cpp,h}
Andreas Kling
2020-08-10
LibCore: remove redundant UDPSocket constructor
Muhammad Zahalqa
2020-08-10
LibCore: update m_bound on socket bind
Muhammad Zahalqa
2020-08-10
Lagom+LibELF: Add an ELF fuzzer, and tweak the code to survive a few minutes ...
Nico Weber
2020-08-10
LibWeb: Move tree iteration helpers from Node/LayoutNode to TreeNode
Andreas Kling
2020-08-10
WindowServer+LibGfx: Move window frame rect calculation to WindowTheme
Andreas Kling
[next]