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-23
LibCore: Move puff() from LibDraw to LibCore
Andreas Kling
2019-11-23
ProtocolServer: Send the download payload to clients as a shared buffer
Andreas Kling
2019-11-23
ProtocolServer+LibProtocol: Introduce a server for handling downloads
Andreas Kling
2019-11-23
LibCore: Have CNetworkJob protect itself during the on_finish callback
Andreas Kling
2019-11-23
LibGUI: Don't recompute line-wrapping over and over during set_text()
Andreas Kling
2019-11-23
AudioServer: Broadcast muted state changes to all clients
Andreas Kling
2019-11-23
LibDraw: Start work on a GIF decoder (not yet functional!)
Andreas Kling
2019-11-23
LibIPC+AudioServer: Allow unsolicited server-to-client IPC messages
Andreas Kling
2019-11-23
LibVT: Don't scroll to bottom for Ctrl/Alt/Shift
Andreas Kling
2019-11-22
AudioServer: Allow muting the system audio
Andreas Kling
2019-11-21
LibHTML: Handle stand-alone attribute selectors
Andreas Kling
2019-11-21
LibHTML: Parse <element attribute=value> correctly
Andreas Kling
2019-11-21
LibHTML: Implement some attribute selector support
Andreas Kling
2019-11-21
LibHTML: Make the HTML parser handle <div attr> and <div attr="">
Andreas Kling
2019-11-21
LibHTML: Paint text background color before the underline decoration
Andreas Kling
2019-11-20
FileManager: Added properties dialog
Till Mayer
2019-11-20
GTableView: Don't allow resizing columns to a negative width
Andreas Kling
2019-11-20
GTableView: Don't hover-highlight unsortable column headers
Andreas Kling
2019-11-20
GTableView: Highlight the hovered column header
Andreas Kling
2019-11-20
LibGUI: Make the GTableView column headers behave like proper buttons
Andreas Kling
2019-11-20
LibGUI: Make the GTableView row background colors a little brighter
Andreas Kling
2019-11-20
LibVT: Don't implicitly copy the selection on double-click or mouse-up
Andreas Kling
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
[next]