Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling | |
2020-08-16 | LibGUI: Move GUI::Model::Role to GUI::ModelRole | Andreas Kling | |
This is preparation for using ModelRole in the ModelIndex API. | |||
2020-07-26 | LibWeb: Move CSS classes into the Web::CSS namespace | Andreas Kling | |
2020-06-13 | LibWeb: Sort style properties by name in the inspector window | Andreas Kling | |
2020-05-28 | LibWeb: replace some tab characters with spaces | Emanuele Torre | |
also add missing "#pragma once" in StylePropertiesModel.h | |||
2020-03-07 | LibWeb: Rename directory LibHTML => LibWeb | Andreas Kling | |
Let's rename this to LibWeb since it aims to provide more parts of the web platform than just HTML. :^) |