summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-18Kernel: Allow to disable early boot consoleLiav A
2022-03-18Kernel/Graphics: Move all VGA related methods to GraphicsManagementLiav A
2022-03-18SoundPlayer: Fix read of uninitialized member variables on startupBrian Gianforcaro
2022-03-18Kernel: Zero initialize DoubleBuffer::InnerBuffer::sizeBrian Gianforcaro
2022-03-18Kernel: Default initialize AC97::m_codec_revisionBrian Gianforcaro
2022-03-18Kernel: Zero initialize USBDevice::m_device_descriptorBrian Gianforcaro
2022-03-18Kernel: Rename locker variables in BMIDEChannel so they aren't shadowedBrian Gianforcaro
2022-03-18Kernel: Zero initialize all members in NVMeControllerBrian Gianforcaro
2022-03-18Base: Add mp3 SoundPlayer association to the user LaunchServer configBrian Gianforcaro
2022-03-17Everywhere: Switch from EnableIf to requiresLenny Maiorani
2022-03-18LibCrypto: Implement the SECP256r1 elliptic curveMichiel Visser
2022-03-18AK: Add constant time equality and zero check to UFixedBigIntMichiel Visser
2022-03-18AK: UFixedBigInt add efficient multiplication with full resultMichiel Visser
2022-03-18FontEditor: Reset unicode block view on undo/redo actionsthankyouverycool
2022-03-18FontEditor: Make undo/redo compatible with multi-glyph selectionsthankyouverycool
2022-03-18ClipboardHistory: Show ranges and max dimensions for copied glyphsthankyouverycool
2022-03-18FontEditor: Use memset/memcpy to copy/paste/delete glyphsthankyouverycool
2022-03-18LibGfx: Add accessors for BitmapFont's rows and widthsthankyouverycool
2022-03-18LibJS: Tweak Interpreter::create() for more spec-likenessLinus Groh
2022-03-18LibJS: Use TRY(push_execution_context()) in places where we can recoverLinus Groh
2022-03-18LibJS: Add infallible variant of VM::push_execution_context()Linus Groh
2022-03-18Hearts: Add icon to settings actionLinus Groh
2022-03-18Applications+Games: Drop ellipsis from settings actionLinus Groh
2022-03-18Games: Add reload icon to 'New Game' actionsLinus Groh
2022-03-18Eyes: Add 'Contents' action to help menuLinus Groh
2022-03-17Kernel: Make number of RTL8168 rx/tx descriptors constexprLenny Maiorani
2022-03-17Meta: Ignore the return value of test-wasm on CIAli Mohammad Pur
2022-03-17Meta: Use sudo to unpack `wabt` package in CIAli Mohammad Pur
2022-03-17Meta: Install a recent build of wabt for INCLUDE_WASM_SPEC_TESTS in CIAli Mohammad Pur
2022-03-17PixelPaint: Expand FastBoxBlur settings to allow vector inputTobias Christiansen
2022-03-17PixelPaint: Add asymmetric parameters to FastBoxBlurTobias Christiansen
2022-03-17LibGfx: Allow for different {x,y}-radii in FastBoxBlurFilterTobias Christiansen
2022-03-17LibGfx: Make FastBoxBlurFilter::apply_single_pass's argument unsignedTobias Christiansen
2022-03-17Libraries: Use default constructors/destructors in LibGfxLenny Maiorani
2022-03-17Libraries: Use default constructors/destructors in LibWebLenny Maiorani
2022-03-17LibTimeZone: Update to TZDB version 2022aTimothy Flynn
2022-03-17LibGUI: Clamp selection when drag-selecting over out of range areaMaciej
2022-03-17LibGUI: Update active glyph when drag-selecting in GlyphMapWidgetMaciej
2022-03-17LibGUI: Use different color for GlyphMapWidget backgroundMaciej
2022-03-17LibJS: Update specification steps for RegExp Match IndicesTimothy Flynn
2022-03-17Base+Fonts: Applied recommended fixes to fontsdjwisdom
2022-03-17Base+Fonts: Add Satori Mono and update Satori fontsdjwisdom
2022-03-17Utilities: Remove redundant program name element in Core::command() callItamar
2022-03-17HackStudio: Remove program name element in Core::command() callsItamar
2022-03-17Meta: Copy wasm results to the right fileAli Mohammad Pur
2022-03-17Kernel: Use default constructors/destructorsLenny Maiorani
2022-03-16LibWeb: :checked should only match inputs in checkbox/radio type stateAndreas Kling
2022-03-16LibWeb: Schedule a relayout after <image> and <object> elements loadAndreas Kling
2022-03-16LibWeb: Move text fragment painting to PaintableWithLinesAndreas Kling
2022-03-16LibWeb: Implement window.nameSimon Wanner