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-03-09
UserspaceEmulator+LibC: Use sys$emuctl() to pass malloc info to UE
Andreas Kling
2021-03-09
LibC: Don't scrub memory in malloc/free when running in UE
Andreas Kling
2021-03-09
LibWeb: Expose new CSS interfaces on the window object
Luke
2021-03-09
LibM: Add nan{f, l}
Mițca Dumitru
2021-03-09
LibM: Implement more rounding functions
Mițca Dumitru
2021-03-09
LibM: Implement the frexp family
Mițca Dumitru
2021-03-09
LibM: Implement copysign for float and long double
Mițca Dumitru
2021-03-09
LibM: Add scalbn and associated functions
Mițca Dumitru
2021-03-09
LibM: Add ilogb and logb
Mițca Dumitru
2021-03-09
LibM: Specialiase FloatExtractor for long double as well
Mițca Dumitru
2021-03-09
LibC: Add defines to float.h
Mițca Dumitru
2021-03-09
LibC: Add imaxdiv and lldiv
Mițca Dumitru
2021-03-09
LibM: Define floating point comparsion macros
Mițca Dumitru
2021-03-09
LibM: Define `math_errhandling` and associated macros
Mițca Dumitru
2021-03-08
LibWeb: Some improvements to CSS height:auto computation for blocks
Andreas Kling
2021-03-08
LibGUI: Use AK_ENUM_BITWISE_OPERATORS for the FocusPolicy enum
Brian Gianforcaro
2021-03-08
LibWeb: Implement StyleSheet.type
Andreas Kling
2021-03-08
LibWeb: Map all the IDL string types to AK::String for now
Andreas Kling
2021-03-08
LibWeb: Give CSSLoader a backpointer to its owner element
Andreas Kling
2021-03-08
LibWeb: Implement StyleSheet.ownerNode :^)
Andreas Kling
2021-03-08
LibWeb: Start exposing CSS style sheets to JavaScript :^)
Andreas Kling
2021-03-08
LibWeb: Allow specifying a custom C++ implementation for IDL attributes
Andreas Kling
2021-03-08
LibWeb: Make generated wrapper code cast IDL longs to i32 for now
Andreas Kling
2021-03-08
Everywhere: Remove unnecessary whitespace at the end of some lines.
Emanuele Torre
2021-03-08
LibC: Remove stdbool.h as it is provided by the compiler
Mițca Dumitru
2021-03-08
LibC: Define static_assert in assert.h when it's being used in C
Mițca Dumitru
2021-03-08
LibCrypto: Fail with overflow when bitfield has too many unused bits
AnotherTest
2021-03-07
LibCompress: Rename libcompression.so to libcompress.so
Jelle Raaijmakers
2021-03-07
LibWeb: Fix clang-format issue in CSS/StyleResolver.cpp
Andreas Kling
2021-03-07
LibWeb: Split CSS::StyleSheet into StyleSheet and CSSStyleSheet
Andreas Kling
2021-03-07
LibWeb: Rename StyleRule => CSSStyleRule
Andreas Kling
2021-03-07
LibWeb: Make tiled backgrounds scroll with content
Andreas Kling
2021-03-07
LibCore: Add String variant for ArgsParser::add_positional_argument
speles
2021-03-07
LibGUI: Scroll selection into view when the IconView is first laid out
speles
2021-03-07
LibLine: Clear the buffer after invalidating prior written data
AnotherTest
2021-03-06
LibGfx: Make most of Gfx::Color constexpr
Andreas Kling
2021-03-06
LibWeb: Add a couple child node operations to Node and add node types
Luke
2021-03-06
LibGfx: Fix draw_triangle() precision issues
Stephan Unverwerth
2021-03-06
LibWeb: Make CSS background image painting respect destination origin and tra...
Mihai Parparita
2021-03-06
LibM: optimized (branchless) copysign
Nick Wanninger
2021-03-06
LibCpp: Don't crash on an empty '#' line
Itamar
2021-03-06
LibCpp: Check if type is null in VariableDeclaration::dump
Itamar
2021-03-05
LibM: Add naive implementation of copysign()
Andreas Kling
2021-03-04
LibC: Fix typo in fenv.h
Mițca Dumitru
2021-03-04
LibGUI: Increase row height in Table/ColumnViews and center icons
thankyouverycool
2021-03-04
LibCrypto: Use BitmapView instead of Bitmap::wrap()
Andreas Kling
2021-03-04
LibGUI: Handle some edge cases in the spanned text drawing algorithm
AnotherTest
2021-03-04
Everywhere: Remove unnecessary `clang-format off`s
William McPherson
2021-03-04
TextEditor: Don't attempt to stop the autocomplete timer if it is null
Itamar
2021-03-03
LibCore+LibHTTP+LibGfx: Switch to LibCompress
Idan Horowitz
[next]