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
Age
Commit message (
Expand
)
Author
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-04-01
LibGfx: Return kerning values as a `float` instead of `int`
Jelle Raaijmakers
2022-04-01
LibGfx: Implement font kerning for `Painter::draw_text_run`
Jelle Raaijmakers
2022-03-31
LibWeb: Flex fix minimum main size in min/max violations calculation
Enver Balalic
2022-03-31
LanguageServers/Cpp: Add SemanticType::PreprocessorMacro
Itamar
2022-03-31
LibCpp: Fix parsing of macro calls
Itamar
2022-03-31
LibGUI: Add AutocompleteProvider::TokenInfo::type_to_string()
Itamar
2022-03-31
PixelPaint: Draw layer thumbnails with bilinear filtering
Andreas Kling
2022-03-31
LibJS: Allow JS::make_handle(T*) to be called with nullptr
Andreas Kling
2022-03-31
LibJS: Don't assume that for-in/of target is a variable on LHS::Assign
Ali Mohammad Pur
2022-03-31
LibJS: Implement codegen for MemberExpression binding patterns
Ali Mohammad Pur
2022-03-31
LibJS: Implement bytecode generation for all ObjectExpression properties
Ali Mohammad Pur
2022-03-31
LibPDF: Fix security-handler-related nullptr regression
Matthew Olsson
2022-03-31
LibPDF: Fix mismatched class/struct declaration
Matthew Olsson
2022-03-31
PDFViewer: Use ArgsParser
Matthew Olsson
2022-03-31
LibPDF: Rename Command to Operator
Matthew Olsson
2022-03-31
LibPDF: Fix some base-encoding-related crashes
Matthew Olsson
2022-03-31
LibPDF: Add Type0 and TrueType fonts
Matthew Olsson
2022-03-31
LibPDF: Abstract Type1 font data
Matthew Olsson
2022-03-31
LibPDF: Accept font size in PDFFont::get_char_width
Matthew Olsson
2022-03-31
LibPDF: Move font files into their own directory
Matthew Olsson
2022-03-31
LibPDF: Use Font /Widths array to derive character widths
Matthew Olsson
2022-03-31
LibPDF: Use AntiAliasingPainter in Renderer when possible
Matthew Olsson
2022-03-31
LibPDF: Fix more bad Renderer text positioning calculations
Matthew Olsson
2022-03-31
LibPDF: Handle SCN and scn operators
Matthew Olsson
2022-03-31
LibPDF: Add basic ICCBased color space handling
Matthew Olsson
2022-03-31
LibPDF: Move color space creation from Renderer to ColorSpace
Matthew Olsson
2022-03-31
LibJS: Adjust ISO8601 representation for years between 1 BCE and 999 CE
Linus Groh
2022-03-31
LibJS: Correct PlainYearMonth arithmetic for non-ISO calendars
Linus Groh
2022-03-31
LibJS: Handle Etc/GMT timezones properly in TimeZone{IANA,Bracketed}Name
Linus Groh
2022-03-31
LibJS: Emit reference information for { calendarName: "always" } option
Linus Groh
2022-03-31
LibJS: Fix Duration.compare() for dates with unusual number of hours
Linus Groh
2022-03-31
Browser+WebContent: Add a Debug menu action to disable scripting :^)
Linus Groh
2022-03-31
WebContent: Add plumbing for 'is scripting enabled' setting
Linus Groh
2022-03-31
LibWeb: Add 'is scripting enabled' concept to EnvironmentSettingsObject
Linus Groh
2022-03-31
LibWeb: Remove Document::is_scripting_enabled() and use Node's
Linus Groh
2022-03-31
LibJS: Add explicit default copy+move constructors to ThrowCompletionOr
Hendiadyoin1
2022-03-31
LibELF: Remove unused m_program_interpreter member from DynamicLoader
Brian Gianforcaro
2022-03-31
LibELF: Skip DynamicObject::dump() if logging isn't enabled
Brian Gianforcaro
2022-03-31
LibWeb: Add the HTMLOrSVGElement IDL interface mixin
Idan Horowitz
2022-03-31
LibWeb: Use a callback function in ResizeObserver IDL
Idan Horowitz
2022-03-31
LibWeb: Use a callback function in IntersectionObserver IDL
Idan Horowitz
2022-03-31
LibWeb: Replace ad-hoc EventHandler type with callback function typedef
Idan Horowitz
2022-03-30
SpaceAnalyzer: Fix the crash caused by using arrow keys
Arif Orhun Uzun
2022-03-30
LibWeb: Consolidate mouse handling + only trigger event on left click
sin-ack
2022-03-30
LibWeb: Fix sizing of flex child that has flex-basis 0
Enver Balalic
2022-03-30
LibWeb: Fix calculating the intrinsic height of a box
Enver Balalic
2022-03-30
LibWeb: Add Crypto.randomUUID()
stelar7
2022-03-30
LibWeb: Remove redundant `[[nodiscard]]` from CSS Parser methods
Sam Atkins
2022-03-30
LibWeb: Implement and use `parse_a_style_blocks_contents()`
Sam Atkins
[next]