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
Age
Commit message (
Expand
)
Author
2019-11-20
LibVT: Add a context menu to TerminalWidget
Andreas Kling
2019-11-20
Terminal+LibVT: Switch Terminal to using explicit copy/paste actions
Andreas Kling
2019-11-20
LibVT: Use the middle mouse button for pasting (instead of right)
Andreas Kling
2019-11-19
LibHTML: Render a background-color behind line box fragments if needed
Andreas Kling
2019-11-19
LibHTML: Fix bug in removal of trailing whitespace from line boxes
Andreas Kling
2019-11-19
LibHTML: Use LayoutText::text_for_rendering() in layout tree dumps
Andreas Kling
2019-11-19
LibHTML: Failed font lookups should use a bold fallback when fitting
Andreas Kling
2019-11-19
LibHTML: Tolerate empty CSS rules
Andreas Kling
2019-11-19
LibHTML: Implement the universal selector ("*")
Andreas Kling
2019-11-19
LibHTML: Don't crash when stringifying an unknown CSS property
Andreas Kling
2019-11-19
LibHTML: Add the CSS "position" property to CSS/Properties.json
Andreas Kling
2019-11-19
LibHTML+AK: Move URL completion from Document to AK::URL
Andreas Kling
2019-11-19
Lagom: Fix build
Andreas Kling
2019-11-18
LibHTML: LayoutImage should not dereference a null bitmap
Andreas Kling
2019-11-18
LibHTML: Update tree dumping code now that everything is floating point
Andreas Kling
2019-11-18
HackStudio+LibGUI: Implement matching curly brace highlighting
Andreas Kling
2019-11-18
LibDraw: Add named colors "MidCyan" and "DarkCyan"
Andreas Kling
2019-11-18
LibHTML: Respect the line-height property if set
Andreas Kling
2019-11-18
LibHTML: Implement some basic floating point CSS value parsing
Andreas Kling
2019-11-18
LibHTML: Use floating point numbers throughout the layout tree
Andreas Kling
2019-11-18
LibHTML: Let's just build host-side tools in makeall.sh instead
Andreas Kling
2019-11-18
LibHTML: Make all .cpp files implicitly depend on the generated sources
Andreas Kling
2019-11-18
LibHTML: Get rid of dual Makefile setup
Andreas Kling
2019-11-18
LibHTML: Fix code generator dependencies for initial build
Andreas Kling
2019-11-18
LibHTML: Expand the "padding" shorthand property
Andreas Kling
2019-11-18
LibHTML: Implement basic 'max-width' and 'min-width' support
Andreas Kling
2019-11-18
LibHTML: Tolerate "px" suffix on CSS lengths
Andreas Kling
2019-11-18
LibHTML: Implement the "margin" shorthand property
Andreas Kling
2019-11-18
LibHTML: Start building a simple code generator for CSS properties
Andreas Kling
2019-11-18
Kernel+LibPthread: pthread_create handles pthread_attr_t
Andrew Kaster
2019-11-18
LibC: Add O_ACCMODE to fcntl.h
Dan MacDonald
2019-11-17
LibC: jmp_buf and sigjmp_buf should be distinct types
Andreas Kling
2019-11-17
LibC: isatty() should return 1 for success, 0 for error
Andreas Kling
2019-11-17
Kernel+LibC: Remove the isatty() syscall
Andreas Kling
2019-11-17
Kernel+LibPthread+LibC: Create secondary thread stacks in userspace
Andreas Kling
2019-11-17
LibDraw: Add Rect::from_two_points(Point, Point)
Andreas Kling
2019-11-17
LibC: Oopsie, add the missing semicolons to __bswap32() and __bswap64()
Andreas Kling
2019-11-17
LibC: Add back __bswap{16,32,64}() to endian.h
Andreas Kling
2019-11-17
LibC: Unbreak endian.h
Andreas Kling
2019-11-17
Kernel: Implement some basic stack pointer validation
Andreas Kling
2019-11-16
LibDraw: Add support for colors with alpha in Painter::fill_rect()
Andreas Kling
2019-11-16
LibC: Move realpath() to <stdlib.h>
Andreas Kling
2019-11-16
LibC: Move the creat() and open() families to <fcntl.h>
Andreas Kling
2019-11-16
LibC: use GCC __builtin_bswap{16,32,64} to provide __bswap functions
Ørjan Malde
2019-11-16
LibC: fix arpa/inet.h guards
Ørjan Malde
2019-11-16
LibC: properly populate endian.h
Ørjan Malde
2019-11-16
LibC: Implemented getc_unlocked, stubbed flockfile
Brandon Scott
2019-11-16
LibC: Implemented mkstemp in stdlib
Brandon Scott
2019-11-16
LibC: Added missing signal flags
Brandon Scott
2019-11-16
LibC: Added execlp method and new pathconf setting
Brandon Scott
[next]