index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibHTML
Age
Commit message (
Expand
)
Author
2020-03-07
LibWeb: Rename directory LibHTML => LibWeb
Andreas Kling
2020-03-07
LibWeb: Move everything into the Web namespace
Andreas Kling
2020-03-07
LibGUI: Move Icon and FontDatabase into the GUI namespace
Shannon Booth
2020-03-06
AK: Remove Optional::operator bool()
Andreas Kling
2020-03-04
LibCore: Make Core::Object::add<ChildType> return a ChildType&
Andreas Kling
2020-03-03
LibGUI: Remove Button& parameter from Button::on_click hook
Andreas Kling
2020-03-02
AK: Move the wildcard-matching implementation to StringUtils
howar6hill
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-23
LibGUI: Remove parent parameter to GUI::Widget constructor
Andreas Kling
2020-02-23
LibGUI: Make GUI::Frame have the 2px sunken container look by default
Andreas Kling
2020-02-23
Userspace: Use Core::Object::add() when building interfaces
Andreas Kling
2020-02-19
WindowServer+LibGUI+LibHTML: Fix build with -std=c++2a
Andreas Kling
2020-02-16
LibGUI: Add forwarding header
Andreas Kling
2020-02-15
LibGfx: Remove Utf8View.h dependency from Font.h
Andreas Kling
2020-02-15
LibGUI: Remove more header dependencies from Widget.h
Andreas Kling
2020-02-15
LibCore: Replace manual forward declarations with <LibCore/Forward.h>
Andreas Kling
2020-02-15
LibGfx: Replace manual forward declarations with <LibGfx/Forward.h>
Andreas Kling
2020-02-14
LibGfx: More work on header dependency reduction
Andreas Kling
2020-02-14
LibCore: Add a forward declaration header
Andreas Kling
2020-02-14
AK: Add a forward declaration header
Andreas Kling
2020-02-13
AK: Move escape_html_entities() from LibHTML to AK
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-06
LibGfx: Unpublish FloatPoint from the global namespace
Andreas Kling
2020-02-06
LibGfx: Unpublish FloatSize from the global namespace
Andreas Kling
2020-02-06
LibGfx: Unpublish FloatRect from the global namespace
Andreas Kling
2020-02-06
LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Rect from global namespace
Andreas Kling
2020-02-06
LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h}
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-05
LibProtocol: Rename namespace LibProtocol => Protocol
Andreas Kling
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-01-23
AK: Let's call decrementing reference counts "unref" instead of "deref"
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-15
Build: more IPCCompiler-generated dependencies
joshua stein
2020-01-13
LibDraw+LibHTML: Make link colors themeable
Andreas Kling
2020-01-05
LibHTML: Fix broken build after Element::computed_style() change
Andreas Kling
2020-01-05
LibHTML: Make the Element::computed_style() return NonnullRefPtr
Matrix89
2020-01-05
LibHTML: Add four missing border properties to the computed style
Matrix89
2020-01-05
LibHTML: Replace StyleProperties::create(StyleProperties) with clone()
Matrix89
2020-01-05
Browser+LibHTML: Change the way computed styles are queried
Matrix89
2020-01-05
Browser+LibHTML: Deduplicate inspector code
Matrix89
2020-01-05
Browser+LibHTML: Add "Computed" styles to the DOM inspector
Matrix89
2020-01-05
LibHTML: Respect the system theme
Sergey Bugaev
2020-01-02
Build: HOST_CXX -> USE_HOST_CXX
joshua stein
2020-01-02
Browser+LibHTML: Add resolved element style to the DOM inspector
Andreas Kling
2020-01-02
LibHTML: Include element attributes in the DOMTreeModel
Andreas Kling
2020-01-02
LibHTML: Have element keep a pointer to their resolved style
Andreas Kling
[next]