summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-27LibJS: Add JSON.stringify function to the intrinsicsLinus Groh
2022-09-27LibWeb: Implement MimeType serializationLinus Groh
2022-09-27SQLStudio: Save and load blank files without failing assertionne0ndrag0n
2022-09-27PixelPaint: Use the parallel ImageProcessor to apply filterskleines Filmröllchen
2022-09-27PixelPaint: Add a general-purpose parallel image processing pipelinekleines Filmröllchen
2022-09-27PixelPaint: Expose the GUI event loop from the ImageEditorkleines Filmröllchen
2022-09-27PixelPaint: Reference-count filterskleines Filmröllchen
2022-09-27Spreadsheet: Add toolbar actions to change the cell styleMarco Santos
2022-09-27Icons: Add icon to represent text color changesMarco Santos
2022-09-26LibGUI: Make "Home" key behavior comfier on wrapped lines :^)Sam Atkins
2022-09-26LibHTTP: Null out on_ready_to_read on socket closeEnver Balalic
2022-09-26Kernel: Fix typo in comment in Ext2FileSystem::read_bytes_locked methodLiav A
2022-09-26Kernel/FileSystem: Remove the locking of a Inode mutex in InodeVMObjectsLiav A
2022-09-26Tests/Kernel: Add tests to ensure we don't regress InodeVMObjectsLiav A
2022-09-26Kernel: Send SIGBUS to threads that use after valid Inode mmaped rangeLiav A
2022-09-26Magnifier: Add the option to save capturesRoberto Bampi
2022-09-26LibWeb: Add WebIDL to the IDL generator's list of web namespacesTimothy Flynn
2022-09-26Base: Add some more new emojiMykola
2022-09-26Base: Remove period from TerminalSettings descriptionKemal Zebari
2022-09-26LibWeb: Fix destination bitmap edge clip case in transform paintingMacDue
2022-09-25LibWeb: Move DOMException from DOM/ to WebIDL/Linus Groh
2022-09-25LibWeb: Move ExceptionOr from DOM/ to WebIDL/Linus Groh
2022-09-25Base: Add paint effects with opacity/transforms HTML test casesMacDue
2022-09-25LibWeb: Fix shadow painting when the target painter is translatedMacDue
2022-09-25LibWeb: Sample the destination when painting element opacity/transformMacDue
2022-09-25LibWeb: Add PaintableBox::absolute_paint_rect()MacDue
2022-09-25LibWeb: Use CSS::Size for computed size and max-size valuesAndreas Kling
2022-09-25LibWeb: Teach CSS::StyleProperties to create CSS::Size valuesAndreas Kling
2022-09-25LibWeb: Add CSS::Size to represent the full range of CSS size valuesAndreas Kling
2022-09-25Kernel: Stop using 'int's for indices in interrupt handlingIdan Horowitz
2022-09-25Kernel: Simplify InterruptManagement::switch_to_pic_mode()Idan Horowitz
2022-09-25Kernel: Store IRQControllers in NonnullRefPtrs instead of RefPtrsIdan Horowitz
2022-09-25Kernel: Use InterruptManagement::m_interrupt_controllers::append()Idan Horowitz
2022-09-25Kernel: Remove unused InterruptManagement::m_smp_enabledIdan Horowitz
2022-09-25Base: Improve U+1F92F emojinetworkException
2022-09-25LibWeb: Only notify PageClient about top-level browsing context loadsAndreas Kling
2022-09-25LibGUI: Add Model::unsafe_create_index()Andreas Kling
2022-09-25LibWebView: Make DOMTreeModel usable outside of SerenityOSAndreas Kling
2022-09-25Lagom: Build DOMTreeModel from LibWebViewAndreas Kling
2022-09-25Lagom: Build a tiny slice of LibGUIAndreas Kling
2022-09-25LibWeb: Invalidate layout when a DOM node is removed from the treeAndreas Kling
2022-09-24LibWeb: Compute StackingContext transform origin only onceAndreas Kling
2022-09-24LibGUI: Update calculated_min_size() for TextEditorthankyouverycool
2022-09-24LibGUI: Include scrubber and gutter in Scrollbar's calculated_min_size()thankyouverycool
2022-09-24LibGUI: Don't draw Scrollbar button triangles if they'd be off-centerthankyouverycool
2022-09-24LibGUI: Implement calculated_min_size() for StackWidgetthankyouverycool
2022-09-24LibGUI: Implement calculated_min_size() for ListViewthankyouverycool
2022-09-24LibGUI: Implement calculated_min_size() for AbstractScrollableWidgetthankyouverycool
2022-09-24LibWeb: Make CSS Grid work againmartinfalisse
2022-09-24Base: Remove extraneous pixels from msgbox-question.pnghashem78