summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-03-09UserspaceEmulator+LibC: Use sys$emuctl() to pass malloc info to UEAndreas Kling
2021-03-09LibC: Don't scrub memory in malloc/free when running in UEAndreas Kling
2021-03-09LibWeb: Expose new CSS interfaces on the window objectLuke
2021-03-09LibM: Add nan{f, l}Mițca Dumitru
2021-03-09LibM: Implement more rounding functionsMițca Dumitru
2021-03-09LibM: Implement the frexp familyMițca Dumitru
2021-03-09LibM: Implement copysign for float and long doubleMițca Dumitru
2021-03-09LibM: Add scalbn and associated functionsMițca Dumitru
2021-03-09LibM: Add ilogb and logbMițca Dumitru
2021-03-09LibM: Specialiase FloatExtractor for long double as wellMițca Dumitru
2021-03-09LibC: Add defines to float.hMițca Dumitru
2021-03-09LibC: Add imaxdiv and lldivMițca Dumitru
2021-03-09LibM: Define floating point comparsion macrosMițca Dumitru
2021-03-09LibM: Define `math_errhandling` and associated macrosMițca Dumitru
2021-03-08LibWeb: Some improvements to CSS height:auto computation for blocksAndreas Kling
2021-03-08LibGUI: Use AK_ENUM_BITWISE_OPERATORS for the FocusPolicy enumBrian Gianforcaro
2021-03-08LibWeb: Implement StyleSheet.typeAndreas Kling
2021-03-08LibWeb: Map all the IDL string types to AK::String for nowAndreas Kling
2021-03-08LibWeb: Give CSSLoader a backpointer to its owner elementAndreas Kling
2021-03-08LibWeb: Implement StyleSheet.ownerNode :^)Andreas Kling
2021-03-08LibWeb: Start exposing CSS style sheets to JavaScript :^)Andreas Kling
2021-03-08LibWeb: Allow specifying a custom C++ implementation for IDL attributesAndreas Kling
2021-03-08LibWeb: Make generated wrapper code cast IDL longs to i32 for nowAndreas Kling
2021-03-08Everywhere: Remove unnecessary whitespace at the end of some lines.Emanuele Torre
2021-03-08LibC: Remove stdbool.h as it is provided by the compilerMițca Dumitru
2021-03-08LibC: Define static_assert in assert.h when it's being used in CMițca Dumitru
2021-03-08LibCrypto: Fail with overflow when bitfield has too many unused bitsAnotherTest
2021-03-07LibCompress: Rename libcompression.so to libcompress.soJelle Raaijmakers
2021-03-07LibWeb: Fix clang-format issue in CSS/StyleResolver.cppAndreas Kling
2021-03-07LibWeb: Split CSS::StyleSheet into StyleSheet and CSSStyleSheetAndreas Kling
2021-03-07LibWeb: Rename StyleRule => CSSStyleRuleAndreas Kling
2021-03-07LibWeb: Make tiled backgrounds scroll with contentAndreas Kling
2021-03-07LibCore: Add String variant for ArgsParser::add_positional_argumentspeles
2021-03-07LibGUI: Scroll selection into view when the IconView is first laid outspeles
2021-03-07LibLine: Clear the buffer after invalidating prior written dataAnotherTest
2021-03-06LibGfx: Make most of Gfx::Color constexprAndreas Kling
2021-03-06LibWeb: Add a couple child node operations to Node and add node typesLuke
2021-03-06LibGfx: Fix draw_triangle() precision issuesStephan Unverwerth
2021-03-06LibWeb: Make CSS background image painting respect destination origin and tra...Mihai Parparita
2021-03-06LibM: optimized (branchless) copysignNick Wanninger
2021-03-06LibCpp: Don't crash on an empty '#' lineItamar
2021-03-06LibCpp: Check if type is null in VariableDeclaration::dumpItamar
2021-03-05LibM: Add naive implementation of copysign()Andreas Kling
2021-03-04LibC: Fix typo in fenv.hMițca Dumitru
2021-03-04LibGUI: Increase row height in Table/ColumnViews and center iconsthankyouverycool
2021-03-04LibCrypto: Use BitmapView instead of Bitmap::wrap()Andreas Kling
2021-03-04LibGUI: Handle some edge cases in the spanned text drawing algorithmAnotherTest
2021-03-04Everywhere: Remove unnecessary `clang-format off`sWilliam McPherson
2021-03-04TextEditor: Don't attempt to stop the autocomplete timer if it is nullItamar
2021-03-03LibCore+LibHTTP+LibGfx: Switch to LibCompressIdan Horowitz