Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-31 | Spreadsheet: Add support for example views and hyperlinks in the docs | AnotherTest | |
Now the functions can actually be demonstrated by small examples, embedded right inside the documentation via: spreadsheet://example/<page>#<example_name> Also allows pages to link to each other via the same scheme: spreadsheet://doc/<page> | |||
2020-08-28 | Spreadsheet: Don't store help window's widgets in raw pointers | Andreas Kling | |
We can just use RefPtr for these and lighten the cognitive burden. | |||
2020-08-24 | LibWeb: Move OutOfProcessWebView into the Web namespace | AnotherTest | |
2020-08-24 | Spreadsheet: Document runtime functions and add a help window | AnotherTest | |
...that can automatically generate documentation pages from the objects. |