summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2019-07-09LibC: Provide generic versions of memcpy() and memset() for non-i386 builds.Andreas Kling
2019-07-08Kernel: Have the open() syscall take an explicit path length parameter.Andreas Kling
2019-07-08LibHTML: Create anonymous blocks around inline children of blocks.Andreas Kling
2019-07-08StringView: Rename characters() to characters_without_null_termination().Andreas Kling
2019-07-08CDirIterator: Fix another instance of StringView::characters() misuse.Andreas Kling
2019-07-08LibC: Use IPv4Address::from_string() in gethostbyname().Andreas Kling
2019-07-08LibHTML: Oops, fix build.Andreas Kling
2019-07-08LibHTML: Reorganize layout tree build so that parents add their children.Andreas Kling
2019-07-08LibHTML: Move layout tree building to a separate function.Andreas Kling
2019-07-08LibHTML: Add InheritStyleValue and InitialStyleValue.Andreas Kling
2019-07-08LibHTML: Fix host build after Libraries/ shuffle.Andreas Kling
2019-07-07GStackWidget: Add a notification hook for when the active widget changes.Andreas Kling
2019-07-04Libraries: Unbreak "make install" with new directory locations.Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling