Andreas Kling
794f2d5645
LibHTML: Rename parse_html() => parse_html_document()
2019-11-06 20:52:18 +01:00
Andreas Kling
f5cf8d4ad8
Revert "LibHTML: Rename parse_html() => parse_html_document()"
...
This reverts commit f6439789db
.
Oops, I committed unrelated changes here, let me clean that up..
2019-11-06 20:51:07 +01:00
Andreas Kling
f6439789db
LibHTML: Rename parse_html() => parse_html_document()
2019-11-06 20:31:56 +01:00
Andreas Kling
850955053f
LibHTML: Rename Document::normalize() to fixup() and always do it
...
Node.normalize() is a standard DOM API that coalesces Text nodes.
To avoid clashing with that, rename it to fixup().
This patch also makes it happen automagically as part of parsing.
2019-10-09 18:54:34 +02:00
Andreas Kling
7dd03b7846
LibGUI: Add back/forward actions to GCommonActions
2019-10-05 09:21:55 +02:00
Andreas Kling
ee64d99a96
LibHTML: Make StyleResolver responsible for loading the default style
...
Instead of HtmlView clients having to worry about parsing and loading
the default CSS, just take care of it inside StyleResolver.
The default style is automatically inserted into the stylesheet list,
at the very start, so everyone else gets a chance to override it.
2019-10-05 09:02:29 +02:00
Sergey Bugaev
395e4210ef
Help: Follow clicked links
...
This also adds a toolbar and a menu which allow you to
navigate back and forth through history ^)
2019-10-03 08:23:54 +02:00
Larkin Nickle
3fb88cb76d
Help+man.md: Add man sections
...
Also correct minor formatting mistake in TelnetServer.md.
2019-09-30 21:38:39 +02:00
Andreas Kling
09ad58f837
Help: Don't crash on startup when non-md man pages are present :^)
2019-09-28 18:38:27 +02:00
Sergey Bugaev
02ee8cbbe2
Applications: Add a new Help app
...
This is a neat simple app that can display the Serenity manual ^)
2019-09-28 18:29:42 +02:00