index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
3DFileViewer: Fix seam in normals of teapot.obj
Sahan Fernando
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
Base: Add a <noscript> test page
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
AK: Use bucket states with special bit patterns in HashTable
kleines Filmröllchen
2022-03-31
Tests: Test non-trivial re-hashing in HashTable
kleines Filmröllchen
2022-03-31
AK: Rehash HashTable in-place instead of shrinking
kleines Filmröllchen
2022-03-31
Tests: Introduce a HashTable benchmark for "table thrashing"
kleines Filmröllchen
2022-03-31
AK: Merge HashTable bucket state into one enum
kleines Filmröllchen
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-31
LibWeb: Add support for IDL callback functions
Idan Horowitz
2022-03-31
LibWeb: Support non-interface top-level extended attributes
Idan Horowitz
2022-03-31
LibWeb: Add support for IDL typedefs
Idan Horowitz
2022-03-31
LibWeb: Stop generating C++ includes for non-code-generating IDL files
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
[next]