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-13
LibCpp: Move Cpp::Token to a separate file
Itamar
2021-03-13
LibCpp: Replace defined preprocessor values when parsing
Itamar
2021-03-12
LibJS: Implement 'Relative Indexing Method' proposal (.at())
Linus Groh
2021-03-12
AK+LibCore: Remove empty files
Andreas Kling
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-12
LibGUI: Add variable padding and center bitmaps in TableViews
thankyouverycool
2021-03-12
WindowServer+LibGfx: Enumerate Disallow cursor
thankyouverycool
2021-03-12
LibGUI: Clear inactive selections in DisplayOnly TextEditors
thankyouverycool
2021-03-12
LibGUI: Add opacity to ImageWidget
thankyouverycool
2021-03-12
LibGUI: Set override cursor to none when widget is disabled
thankyouverycool
2021-03-12
LibGUI: Register more GML properties and widgets
thankyouverycool
2021-03-12
LibGfx+LibGUI: Add support for vertical ProgressBars
thankyouverycool
2021-03-12
LibGUI: Ignore scroll length multiplier in SpinBoxes & Sliders
thankyouverycool
2021-03-11
Everywhere: Rename "logo" key to "super" key
Andreas Kling
2021-03-11
LibLine: Cleanup the suggestions before inserting a new code point
AnotherTest
2021-03-11
Userland: Remove superfluous headers
Ben Wiederhake
2021-03-11
LibWeb: Remove FIXME in is_javascript_mime_type_essence_match
Luke
2021-03-09
LibWeb: Run clang-format on CSS/Parser/StyleComponentValueRule.h
Andreas Kling
2021-03-09
LibWeb: Run clang-format on CSS/Parser/Token.h
Andreas Kling
2021-03-09
LibX86: Don't use "if (foo) [[unlikely]] { }" for now (to please clang)
Andreas Kling
2021-03-09
LibWeb: Add a whole bunch of rule classes for the new CSS parser
Andreas Kling
2021-03-09
LibWeb: Rename CSSParser => DeprecatedCSSParser
Andreas Kling
2021-03-09
LibWeb: Add specification-based CSS tokenizer
Andreas Kling
2021-03-09
UserspaceEmulator+LibX86: Sprinkle some [[unlikely]] and ALWAYS_INLINE
Andreas Kling
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
[next]