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-05
LibWeb: Implement LocationObject URL part getters closer to spec
Linus Groh
2022-03-05
LibWeb: Add LocationObject::url()
Linus Groh
2022-03-05
LibWeb: Add LocationObject::relevant_document()
Linus Groh
2022-03-05
LibWeb: Add Window::browsing_context()
Linus Groh
2022-03-05
LibWeb: Add spec comments to LocationObject
Linus Groh
2022-03-05
Spreadsheet: Allow integer() to throw in weird cases
u9g
2022-03-05
Spreadsheet: Add find, findIndex, indexOf, & has to CommonRange
u9g
2022-03-05
Spreadsheet: Put common Range(s) functionality into CommonRange class
u9g
2022-03-04
LibWeb: Don't create unwanted layout nodes when recomputing style
Andreas Kling
2022-03-04
LibGfx: Rename Color::from_rgba() => Color::from_argb()
Andreas Kling
2022-03-04
LibGfx: Rename RGBA32 => ARGB32
Andreas Kling
2022-03-04
LibGfx+GameOfLife: Remove Gfx::make_rgb() and its one user
Andreas Kling
2022-03-04
Base: Reduce Comma (U+002C) width from 12px to 4px in Katica Bold 12
Karol Kosek
2022-03-04
LibWeb: Implement CanvasRenderingContext2D.getImageData()
Linus Groh
2022-03-04
LibWeb: Change CanvasRenderingContext2D.createImageData() args to long
Linus Groh
2022-03-04
LibGfx: Support the RGBA8888 storage format in Bitmap::set_pixel()
Linus Groh
2022-03-04
LibWeb: Implement CanvasRenderingContext2D.drawImage() closer to spec
Linus Groh
2022-03-04
LibWeb: Add CanvasRenderingContext2D's origin-clean flag
Linus Groh
2022-03-04
LibWeb: Remove dbgln() from ImageData::create_with_size()
Linus Groh
2022-03-04
LibWeb: Hide some debug logging behind CANVAS_RENDERING_CONTEXT_2D_DEBUG
Linus Groh
2022-03-04
LibWeb: Add HTMLMediaElement.canPlayType()
Linus Groh
2022-03-04
LibWeb: Correct SVG smooth curve reflected control point calculation
Idan Horowitz
2022-03-04
Kernel: Over-align the FPUState on the stack in sigreturn
Ali Mohammad Pur
2022-03-04
UserspaceEmulator: Pass signal information through to emulated process
Ali Mohammad Pur
2022-03-04
UserspaceEmulator: Update signal handlers to use the new stack layout
Ali Mohammad Pur
2022-03-04
UserspaceEmulator: Add a SoftMMU::read<T> function
Ali Mohammad Pur
2022-03-04
UserspaceEmulator: Wrap the GPRs in ValueWithShadow
Ali Mohammad Pur
2022-03-04
UserspaceEmulator: Make it possible to wrap PODs in ValueWithShadow
Ali Mohammad Pur
2022-03-04
UserspaceEmulator: Let SoftCPU.h include Emulator.h
Ali Mohammad Pur
2022-03-04
Kernel: Fix silly unintentional use of operator,
Ali Mohammad Pur
2022-03-04
Kernel: Save and restore FPU state on signal dispatch on i386/x86_64
Ali Mohammad Pur
2022-03-04
Kernel: Fill some siginfo and ucontext fields on SA_SIGINFO
Ali Mohammad Pur
2022-03-04
Kernel: Add support for SA_SIGINFO
Ali Mohammad Pur
2022-03-04
Kernel: Comment the living daylights out of signal trampoline/sigreturn
Ali Mohammad Pur
2022-03-04
Kernel: Make the signal trampoline stack alignment a bit more readable
Ali Mohammad Pur
2022-03-04
Kernel: Reject sigaction() with SA_SIGINFO
Ali Mohammad Pur
2022-03-04
Kernel: Move signal handlers from being thread state to process state
Ali Mohammad Pur
2022-03-04
LibWeb: Implement setTimeout/setInterval with ESO according to the spec
Timothy Flynn
2022-03-04
Base: Replace setInterval test page with a more thorough timer test page
Timothy Flynn
2022-03-04
LibWeb: Allow calling invoke-a-callback with an existing argument list
Timothy Flynn
2022-03-04
Spreadsheet: Ask about unsaved changes on "Open..." action activation
Karol Kosek
2022-03-04
CharacterMap+FontEditor: Switch current Unicode block on arrow press
Karol Kosek
2022-03-04
CharacterMap: Go to character on arrow press in Search window
Karol Kosek
2022-03-04
CharacterMap: Move search selection on arrow press in the search textbox
Karol Kosek
2022-03-04
Libraries: Make CharacterBitmap instances at compile-time
Lenny Maiorani
2022-03-04
LibGfx: Make Size constexpr-capable
Lenny Maiorani
2022-03-04
LibWeb: Make stacking context tree dumps more readable
Andreas Kling
2022-03-04
LibWeb: Implement hit testing a bit closer to spec
Andreas Kling
2022-03-04
LibWeb: Preserve z-index:auto in CSS::ComputedValues
Andreas Kling
2022-03-04
LibGfx: Refactor Vector[2,3,4] to VectorN with specializations
Lenny Maiorani
[next]