ladybird/Libraries/LibWeb/Page
Shannon Booth 5adfd1c43a LibWeb/Bindings: Generate struct definitions from IDL dictionaries
Previously we were inconsistent by generating code for enum definitions
but not generating code for dictionaries. With future changes to the
IDL generator to expose helpers to convert to and from IDL values
this produced circular depdendencies. To solve this problem, also
generate the dictionary definitions in bindings headers.
2026-05-09 10:49:49 +02:00
..
AutoScrollHandler.cpp LibWeb: Make Paintable tree ref-counted 2026-05-07 15:03:44 +02:00
AutoScrollHandler.h LibWeb: Make Paintable tree ref-counted 2026-05-07 15:03:44 +02:00
DragAndDropEventHandler.cpp LibWeb/Bindings: Generate struct definitions from IDL dictionaries 2026-05-09 10:49:49 +02:00
DragAndDropEventHandler.h LibWeb: Clean-up more input state after running each test 2026-04-17 14:13:18 +01:00
ElementResizeAction.cpp LibWeb: Make Paintable tree ref-counted 2026-05-07 15:03:44 +02:00
ElementResizeAction.h LibWeb: Make Paintable tree ref-counted 2026-05-07 15:03:44 +02:00
EventHandler.cpp LibWeb/Bindings: Generate struct definitions from IDL dictionaries 2026-05-09 10:49:49 +02:00
EventHandler.h LibWeb: Make Paintable tree ref-counted 2026-05-07 15:03:44 +02:00
EventResult.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
InputEvent.cpp Everywhere: Consolidate double/triple click handling to use click count 2026-03-17 04:01:29 -05:00
InputEvent.h Everywhere: Consolidate double/triple click handling to use click count 2026-03-17 04:01:29 -05:00
MiddleButtonScrollHandler.cpp LibWeb: Make Paintable tree ref-counted 2026-05-07 15:03:44 +02:00
MiddleButtonScrollHandler.h LibWeb: Enable middle mouse autoscroll on middle mouse clicks 2026-04-15 13:37:43 -04:00
Page.cpp LibWeb/Bindings: Generate struct definitions from IDL dictionaries 2026-05-09 10:49:49 +02:00
Page.h LibWeb+LibWebView+WebContent+UI: Add an action to cut text 2026-05-07 09:13:06 -04:00
ViewportIsFullscreen.h Everywhere: Add an is_fullscreen parameter to set_viewport 2026-03-17 18:58:37 -05:00