summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-03-13LibCpp: Move Cpp::Token to a separate fileItamar
2021-03-13LibCpp: Replace defined preprocessor values when parsingItamar
2021-03-12LibJS: Implement 'Relative Indexing Method' proposal (.at())Linus Groh
2021-03-12AK+LibCore: Remove empty filesAndreas Kling
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-03-12LibGUI: Add variable padding and center bitmaps in TableViewsthankyouverycool
2021-03-12WindowServer+LibGfx: Enumerate Disallow cursorthankyouverycool
2021-03-12LibGUI: Clear inactive selections in DisplayOnly TextEditorsthankyouverycool
2021-03-12LibGUI: Add opacity to ImageWidgetthankyouverycool
2021-03-12LibGUI: Set override cursor to none when widget is disabledthankyouverycool
2021-03-12LibGUI: Register more GML properties and widgetsthankyouverycool
2021-03-12LibGfx+LibGUI: Add support for vertical ProgressBarsthankyouverycool
2021-03-12LibGUI: Ignore scroll length multiplier in SpinBoxes & Slidersthankyouverycool
2021-03-11Everywhere: Rename "logo" key to "super" keyAndreas Kling
2021-03-11LibLine: Cleanup the suggestions before inserting a new code pointAnotherTest
2021-03-11Userland: Remove superfluous headersBen Wiederhake
2021-03-11LibWeb: Remove FIXME in is_javascript_mime_type_essence_matchLuke
2021-03-09LibWeb: Run clang-format on CSS/Parser/StyleComponentValueRule.hAndreas Kling
2021-03-09LibWeb: Run clang-format on CSS/Parser/Token.hAndreas Kling
2021-03-09LibX86: Don't use "if (foo) [[unlikely]] { }" for now (to please clang)Andreas Kling
2021-03-09LibWeb: Add a whole bunch of rule classes for the new CSS parserAndreas Kling
2021-03-09LibWeb: Rename CSSParser => DeprecatedCSSParserAndreas Kling
2021-03-09LibWeb: Add specification-based CSS tokenizerAndreas Kling
2021-03-09UserspaceEmulator+LibX86: Sprinkle some [[unlikely]] and ALWAYS_INLINEAndreas Kling
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