Age | Commit message (Expand) | Author |
---|---|---|
2020-10-08 | LibWeb: Add FrameLoader::load_html() | Linus Groh |
2020-10-02 | LibWeb: Add a PageClient callback for image context menu requests | Andreas Kling |
2020-09-14 | LibWeb: Register the InProcessWebView widget | Andreas Kling |
2020-09-12 | LibWeb: Support window.alert() in multi-process context | Andreas Kling |
2020-09-11 | LibWeb: Use widget override cursors | Andreas Kling |
2020-09-11 | LibGUI+WindowServer: Rename window "override cursor" to just "cursor" | Andreas Kling |
2020-09-10 | LibGfx: Move StandardCursor enum to LibGfx | Andreas Kling |
2020-09-05 | LibGUI: Make the Clipboard API deal in raw byte buffers a bit more | Andreas Kling |
2020-08-21 | LibWeb: InProcessWebView::selected_text() should use the focused frame | Andreas Kling |
2020-08-21 | LibWeb: Make selection state recomputation implicit | Andreas Kling |
2020-08-21 | LibWeb: Remember the selection state of each LayoutNode | Andreas Kling |
2020-08-17 | LibWeb: Rename PageView => InProcessWebView | Andreas Kling |