summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-19Kernel: Add basic ADMA2 support to the SD card driverHendiadyoin1
2023-04-19Kernel: Make SDHC InterruptStatus a bitfieldHendiadyoin1
2023-04-19Kernel: Add V4.10 fields to SDHC Command structHendiadyoin1
2023-04-19Kernel: Turn SD CapabilitiesRegister into a bit-fieldHendiadyoin1
2023-04-19WindowServer+LibGUI: Port WindowServer's Menu name to new StringKarol Kosek
2023-04-19LibGUI+Userland: Make Menu::*add_submmenu take name using new stringKarol Kosek
2023-04-19LibGUI+Userland: Make Window::*add_menu take name using new stringKarol Kosek
2023-04-19LibGUI: Port Menubar to new stringKarol Kosek
2023-04-19LibGUI+Browser: Set menu names using the new String classKarol Kosek
2023-04-19Userland: Construct Menus with name using the non-deprecated StringKarol Kosek
2023-04-19LibGUI: Store Menu names as new StringKarol Kosek
2023-04-19LibWeb: Implement the HTMLMediaElement crossOrigin attributeTimothy Flynn
2023-04-19LibWeb: Stub out the HTMLMediaElement buffered attributeTimothy Flynn
2023-04-19LibWeb: Stub out the HTML TimeRanges IDL interfaceTimothy Flynn
2023-04-19Ports: Force patch regeneration after resolving conflictsTim Schumacher
2023-04-19Ports: Don't mangle patches when requiring manual editsTim Schumacher
2023-04-19LibWeb: Layout <svg> nested inside <svg>Andreas Kling
2023-04-19LibWeb: Make SVG <g> elements generate a SVGGraphicsPaintableAndreas Kling
2023-04-19LibGfx: Prevent out-of-bounds accumulation in PathRasterizerJelle Raaijmakers
2023-04-19LibGfx: Clean up PathRasterizerJelle Raaijmakers
2023-04-19LibGfx: Increase tolerance for bezier curvesJelle Raaijmakers
2023-04-18LibWeb: Implement HTMLMediaElement's autoplay attributeTimothy Flynn
2023-04-18Ladybird: Propagate autoplay settings to the WebContent processTimothy Flynn
2023-04-18Browser: Propagate autoplay settings to the WebContent processTimothy Flynn
2023-04-18BrowserSettings: Add a tab to control the Browser's autoplay settingsTimothy Flynn
2023-04-18LibWeb+LibWebView+WebContent: Add APIs to manage an autoplay allowlistTimothy Flynn
2023-04-18LibWeb: Render HTMLVideoElement controls when scripting is disabledTimothy Flynn
2023-04-18LibWeb: Organize LibWeb forwarding headerTimothy Flynn
2023-04-18LibWeb: Treat unresolvable percentage flex-basis values as 'content'Andreas Kling
2023-04-18Meta: Move more common flags to common_compile_options.cmakeNico Weber
2023-04-18SpreadSheet: Use new InputBox featuresthankyouverycool
2023-04-18FontEditor: Use compact InputBox for Go to Glyph actionthankyouverycool
2023-04-18Calculator: Use numeric InputBox for digit rounding and shrinkingthankyouverycool
2023-04-18MasterWord: Use numeric InputBox for settingsthankyouverycool
2023-04-18FileManager: Use InputBox icons for file and directory creationthankyouverycool
2023-04-18LibGUI: Add a numeric input type to InputBoxthankyouverycool
2023-04-18LibGUI: Implement calculated_min_size() for SpinBoxthankyouverycool
2023-04-18LibGUI: Allow SpinBox to set its value with return keythankyouverycool
2023-04-18LibGUI: Let InputBox display an ImageWidgetthankyouverycool
2023-04-18LibGUI+Userland: Improve error and font handling for InputBoxthankyouverycool
2023-04-18LibGUI: Improve calculated_min_size() for single-line TextEditorthankyouverycool
2023-04-18LibGUI: Add Window::on_font_change() hookthankyouverycool
2023-04-18WindowServer: Show complete title when Window is not resizablethankyouverycool
2023-04-17ldd: Pledge map_fixedRomain Chardiny
2023-04-17Minesweeper: Simplify resizing game windowthankyouverycool
2023-04-17MasterWord: Rectify resizing game windowthankyouverycool
2023-04-17MasterWord: Set icon before showing windowthankyouverycool
2023-04-17LibGUI: Always paint Statusbar's vertical lines when not maximizedthankyouverycool
2023-04-17Kernel: Don't get rbp from internal context switch structuresTim Schumacher
2023-04-17Kernel: Properly update the stored thread rbp when switching contextsTim Schumacher