summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-16LibGfx: Add test for serialized bytes of built-in sRGB profileNico Weber
2023-03-16LibWeb: Port WebAssembly.Table to IDLTimothy Flynn
2023-03-16LibWeb: Port WebAssembly.Memory to IDLTimothy Flynn
2023-03-16LibWeb: Port WebAssembly.Instance to IDLTimothy Flynn
2023-03-16LibWeb: Port WebAssembly.Module to IDLTimothy Flynn
2023-03-16LibWeb: Define WebAssembly namespace and import it in web bindingsTimothy Flynn
2023-03-16LibIDL+LibWeb: Begin supporting the LegacyNamespace extended attributeTimothy Flynn
2023-03-16LibIDL: Allow extended attributes on non-required IDL dictionary membersTimothy Flynn
2023-03-16LibWeb: Add crude support for dereferencing JavaScript built-ins in IDLTimothy Flynn
2023-03-16LibWeb: Support generating optional object IDL parametersTimothy Flynn
2023-03-16LibWeb: Add LibJS includes to generated IDL constructor filesTimothy Flynn
2023-03-16PixelPaint: Rename Layer::resize() to Layer::scale()Tim Ledbetter
2023-03-16PixelPaint: Always specify a new bounding rect when resizing layersTim Ledbetter
2023-03-16PixelPaint: Make Resize Image scale each layer to the correct sizeTim Ledbetter
2023-03-16PixelPaint: Don't resize layers when resizing the canvasTim Ledbetter
2023-03-16ThemeEditor: Store tab title in PropertyTabs as StringViewKarol Kosek
2023-03-16LibGUI+Userland: Port TabWidget set_tab_title to new stringKarol Kosek
2023-03-16LibGUI: Store Tab titles using the new string classKarol Kosek
2023-03-16LibGUI+Applications: Port SettingsWindow::add_tab() to the new stringKarol Kosek
2023-03-16LibGUI+Userland: Make TabWidget::*add_tab() take title using new stringKarol Kosek
2023-03-16PixelPaint: Port ImageEditor title to new stringKarol Kosek
2023-03-16LibGUI+HackStudio+PixelPaint: Port Widget title to the new StringKarol Kosek
2023-03-16LibCore: Add new REGISTER_STRING_PROPERTY macroKarol Kosek
2023-03-16LibCore+Userland: Add DEPRECATED infix to REGISTER_STRING_PROPERTY macroKarol Kosek
2023-03-16Kernel: Refactor AHCIController to propagate more errorsJulian Offenhäuser
2023-03-16Kernel: Allow AHCIController::initialize() to failJulian Offenhäuser
2023-03-16Kernel: Propagate errors in StorageController reset() and shutdown()Julian Offenhäuser
2023-03-16LibWeb: Don't drop single <br/> linesMathis Wiehl
2023-03-16LibGUI: Store correct address in TreeViewModel's ModelIndicesTim Ledbetter
2023-03-15CI: Bump Android NDK version used in CI to 25.2.9519653Andrew Kaster
2023-03-16SpaceAnalyzer: Make "Open in File Manager" shortcut behave correctlyTim Ledbetter
2023-03-16LibGUI: Don't invoke non-visible shortcutsTim Ledbetter
2023-03-15PixelPaint: Make the clone tool brush size consistent with other toolsTim Ledbetter
2023-03-15PixelPaint: Scale the clone tool sample marker size with zoom levelTim Ledbetter
2023-03-15PixelPaint: Repaint clone tool sample marker on size changeTim Ledbetter
2023-03-15PixelPaint: Minimize clone tool sample marker repaintsTim Ledbetter
2023-03-15Ladybird: Get the system's current color theme settings from QtAndreas Kling
2023-03-15LibGfx: Make the Palette constructor take NNRP<PaletteImpl>Andreas Kling
2023-03-15LibWeb: Scale the font when painting the text on buttonsAndreas Kling
2023-03-15LibWeb: Don't treat erroring subresource loads as successAndreas Kling
2023-03-15AK: Clear OrderedHashTable previous/next pointers on removalJelle Raaijmakers
2023-03-15Kernel: Merge {get,set}_process_name syscalls to the prctl syscallLiav A
2023-03-15Meta: Make sure directories for pci.ids and usb.ids existSam Atkins
2023-03-15LibUnicode: Remove now-unused dir-iterator helper functionsSam Atkins
2023-03-15LibLocale: Migrate code generators to Directory::for_each_entry()Sam Atkins
2023-03-15LibUnicode: Migrate GenerateEmojiData to Directory::for_each_entry()Sam Atkins
2023-03-15LibUnicode: Read emoji file title from LexicalPath directlySam Atkins
2023-03-15LibWeb: Port the CSS namespace to IDLTimothy Flynn
2023-03-15LibWeb: Support generating IDL namespacesTimothy Flynn
2023-03-15LibIDL: Begin parsing IDL namespacesTimothy Flynn