summaryrefslogtreecommitdiff
path: root/Ladybird
AgeCommit message (Expand)Author
2023-05-16Ladybird: Fix context menus being in slightly the wrong positionMacDue
2023-05-16Ladybird: Add screenshot actions to the page context menuTimothy Flynn
2023-05-16Ladybird: Add a context menu for image elementsTimothy Flynn
2023-05-16Ladybird: Add a context menu for link elementsTimothy Flynn
2023-05-16Ladybird: Add a context menu for video elementsTimothy Flynn
2023-05-16Ladybird: Move the page context menu from the BrowserWindow to the TabTimothy Flynn
2023-05-16Browser+LibWeb+WebContent: Broadcast video element context menu requestsTimothy Flynn
2023-05-15Ladybird+LibWebView: Move backing store management code to LibWebViewAndreas Kling
2023-05-15Ladybird: Make resizing the window a lot less laggyAndreas Kling
2023-05-15Ladybird: Only request repaint for what's in the visible viewportAndreas Kling
2023-05-15Ladybird+LibWebView: Remember the size of the last paintAndreas Kling
2023-05-15Ladybird: Floor the WebContentView viewport offset at 0, 0Andreas Kling
2023-05-14Ladybird: Send the double click event to WebContentLuke Wilde
2023-05-13Ladybird: Add common handy actions to context menuMacDue
2023-05-13Ladybird: Disable SQL database by default (until we can trust it)Andreas Kling
2023-05-09AK: Add the `Input` word to input-only buffered streamsLucas CHOLLET
2023-05-09Ladybird: Allow right clicking and inspecting elementsMacDue
2023-05-08Documentation: Homogenize Ladybird build instructionsmartinfalisse
2023-05-08LibWeb: Add `--layout-test-mode` flag to HeadlessBrowsermartinfalisse
2023-05-08Ladybird: Move arguments parsing before FontPluginQt initmartinfalisse
2023-05-07Ladybird: Don't ask Qt to decode any images for usMacDue
2023-05-07Ladybird: Don't ask Qt to decode SVG images for usAndreas Kling
2023-05-06Ladybird: Stop telling Qt to use HTTP pipeliningAndreas Kling
2023-05-05Ladybird: Use vector icons in the browser toolbarAndreas Kling
2023-05-05Ladybird: Remove the "home" icon from the toolbar (and the concept)Andreas Kling
2023-04-30Ladybird: Let WebContent know if the current system theme is darkAndreas Kling
2023-04-27Ladybird: Prohibit GUI interaction of the WebContent process on macOSTimothy Flynn
2023-04-26LibCore: Remove unused EventLoopManager::wake()Andreas Kling
2023-04-26LibCore: Move post_event() back to EventLoopImplementationAndreas Kling
2023-04-26Browser+Ladybird: Render text in the JS console with a monospace fontTimothy Flynn
2023-04-26Ladybird: Explicitly set the font family for CSS generic fontsTimothy Flynn
2023-04-25LibCore+Ladybird: Add EventLoopManager interface for persistent stateAndreas Kling
2023-04-25Ladybird+LibCore: Use QCoreApplication to drive the main Qt event loopAndreas Kling
2023-04-25Ladybird: Remove Web::Platform plugins for Qt in favor of LibCoreAndreas Kling
2023-04-25Ladybird: Run the Core::EventLoop with a Qt backendAndreas Kling
2023-04-25LibCore: Simplify Core::Notifier by only allowing one event typeAndreas Kling
2023-04-24Ladybird: Define AK_DONT_REPLACE_STD via CMake rather than in every fileTimothy Flynn
2023-04-23Ladybird: Implement the JavaScript console using a WebContentViewTimothy Flynn
2023-04-22Browser+Ladybird+LibWeb: Port content filters to StringTimothy Flynn
2023-04-22Browser+Ladybird+LibWeb: Prevent infinite growth of content filtersTimothy Flynn
2023-04-21LibWeb+Browser+Ladybird: Use JS::SafeFunction for EventLoop callbacksSam Atkins
2023-04-21Ladybird: Add a command line flag to disable launching SQLServerTimothy Flynn
2023-04-18Ladybird: Propagate autoplay settings to the WebContent processTimothy Flynn
2023-04-15Ladybird+LibWebView: Add -P/--enable-callgrind-profiling optionMacDue
2023-04-14Ladybird: Display Qt cursors corresponding to missing CSS cursorsSrikavin Ramkumar
2023-04-09Ladybird: Use `FileSystem` instead of `DeprecatedFile`Cameron Youell
2023-03-31Ladybird: Add tooltip to reset zoom level buttonMacDue
2023-03-29Ladybird: Add reset zoom level button to toolbarMacDue
2023-03-28Ladybird: Improve Xcode generator experience and copy helpers to bundleAndrew Kaster
2023-03-27Ladybird: Don't update the zoom menu text for null tabsMacDue