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-18
Kernel: Allow to disable early boot console
Liav A
2022-03-18
Kernel/Graphics: Move all VGA related methods to GraphicsManagement
Liav A
2022-03-18
SoundPlayer: Fix read of uninitialized member variables on startup
Brian Gianforcaro
2022-03-18
Kernel: Zero initialize DoubleBuffer::InnerBuffer::size
Brian Gianforcaro
2022-03-18
Kernel: Default initialize AC97::m_codec_revision
Brian Gianforcaro
2022-03-18
Kernel: Zero initialize USBDevice::m_device_descriptor
Brian Gianforcaro
2022-03-18
Kernel: Rename locker variables in BMIDEChannel so they aren't shadowed
Brian Gianforcaro
2022-03-18
Kernel: Zero initialize all members in NVMeController
Brian Gianforcaro
2022-03-18
Base: Add mp3 SoundPlayer association to the user LaunchServer config
Brian Gianforcaro
2022-03-17
Everywhere: Switch from EnableIf to requires
Lenny Maiorani
2022-03-18
LibCrypto: Implement the SECP256r1 elliptic curve
Michiel Visser
2022-03-18
AK: Add constant time equality and zero check to UFixedBigInt
Michiel Visser
2022-03-18
AK: UFixedBigInt add efficient multiplication with full result
Michiel Visser
2022-03-18
FontEditor: Reset unicode block view on undo/redo actions
thankyouverycool
2022-03-18
FontEditor: Make undo/redo compatible with multi-glyph selections
thankyouverycool
2022-03-18
ClipboardHistory: Show ranges and max dimensions for copied glyphs
thankyouverycool
2022-03-18
FontEditor: Use memset/memcpy to copy/paste/delete glyphs
thankyouverycool
2022-03-18
LibGfx: Add accessors for BitmapFont's rows and widths
thankyouverycool
2022-03-18
LibJS: Tweak Interpreter::create() for more spec-likeness
Linus Groh
2022-03-18
LibJS: Use TRY(push_execution_context()) in places where we can recover
Linus Groh
2022-03-18
LibJS: Add infallible variant of VM::push_execution_context()
Linus Groh
2022-03-18
Hearts: Add icon to settings action
Linus Groh
2022-03-18
Applications+Games: Drop ellipsis from settings action
Linus Groh
2022-03-18
Games: Add reload icon to 'New Game' actions
Linus Groh
2022-03-18
Eyes: Add 'Contents' action to help menu
Linus Groh
2022-03-17
Kernel: Make number of RTL8168 rx/tx descriptors constexpr
Lenny Maiorani
2022-03-17
Meta: Ignore the return value of test-wasm on CI
Ali Mohammad Pur
2022-03-17
Meta: Use sudo to unpack `wabt` package in CI
Ali Mohammad Pur
2022-03-17
Meta: Install a recent build of wabt for INCLUDE_WASM_SPEC_TESTS in CI
Ali Mohammad Pur
2022-03-17
PixelPaint: Expand FastBoxBlur settings to allow vector input
Tobias Christiansen
2022-03-17
PixelPaint: Add asymmetric parameters to FastBoxBlur
Tobias Christiansen
2022-03-17
LibGfx: Allow for different {x,y}-radii in FastBoxBlurFilter
Tobias Christiansen
2022-03-17
LibGfx: Make FastBoxBlurFilter::apply_single_pass's argument unsigned
Tobias Christiansen
2022-03-17
Libraries: Use default constructors/destructors in LibGfx
Lenny Maiorani
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-03-17
LibTimeZone: Update to TZDB version 2022a
Timothy Flynn
2022-03-17
LibGUI: Clamp selection when drag-selecting over out of range area
Maciej
2022-03-17
LibGUI: Update active glyph when drag-selecting in GlyphMapWidget
Maciej
2022-03-17
LibGUI: Use different color for GlyphMapWidget background
Maciej
2022-03-17
LibJS: Update specification steps for RegExp Match Indices
Timothy Flynn
2022-03-17
Base+Fonts: Applied recommended fixes to fonts
djwisdom
2022-03-17
Base+Fonts: Add Satori Mono and update Satori fonts
djwisdom
2022-03-17
Utilities: Remove redundant program name element in Core::command() call
Itamar
2022-03-17
HackStudio: Remove program name element in Core::command() calls
Itamar
2022-03-17
Meta: Copy wasm results to the right file
Ali Mohammad Pur
2022-03-17
Kernel: Use default constructors/destructors
Lenny Maiorani
2022-03-16
LibWeb: :checked should only match inputs in checkbox/radio type state
Andreas Kling
2022-03-16
LibWeb: Schedule a relayout after <image> and <object> elements load
Andreas Kling
2022-03-16
LibWeb: Move text fragment painting to PaintableWithLines
Andreas Kling
2022-03-16
LibWeb: Implement window.name
Simon Wanner
[prev]
[next]