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-28
LibHTML: Just swallow :not selectors for now
Andreas Kling
2019-11-28
LibHTML: CSS parser should accept "foo>bar", not just "foo > bar"
Andreas Kling
2019-11-28
LibHTML: Update CSS parser with terminology from Selectors Level 4
Andreas Kling
2019-11-27
LibHTML: Respect "border-style: dotted"
Andreas Kling
2019-11-27
LibDraw: Support dotted lines in Painter::draw_line()
Andreas Kling
2019-11-27
LibHTML: Add shorthand expansion for border-{style,width,color}
Andreas Kling
2019-11-27
LibHTML: Implement compound selectors
Andreas Kling
2019-11-27
LibGUI: Make GSortingProxyModel update the selection on resort again
Andreas Kling
2019-11-27
Kernel: Demangle userspace ELF symbols in backtraces
Andreas Kling
2019-11-26
Kernel: Make syscall counters and page fault counters per-thread
Andreas Kling
2019-11-26
Kernel: Expose per-thread information in /proc/all
Andreas Kling
2019-11-26
LookupServer: Port to socket takeover
Sergey Bugaev
2019-11-26
ProtocolServer: Port to socket takeover
Sergey Bugaev
2019-11-26
AudioServer: Port to socket takeover
Sergey Bugaev
2019-11-26
WindowServer: Port to socket takeover
Sergey Bugaev
2019-11-26
SystemServer+LibCore: Implement socket takeover
Sergey Bugaev
2019-11-26
LibCore: Assert instead of crashing in CEventLoop::current()
Sergey Bugaev
2019-11-26
LibC: Remove a leftover default_stream
Sergey Bugaev
2019-11-26
LibCore: Make CFile::open() truncate when opening something "WriteOnly"
Andreas Kling
2019-11-25
LibHTML: Implement basic <form> and <input> element support
Andreas Kling
2019-11-25
LibHTML: Give Frame a (weak) back-pointer to the HtmlView
Andreas Kling
2019-11-25
LibHTML: Improve CSS parser's handling of values somewhat
Andreas Kling
2019-11-25
LibHTML: Divide the "line spacing" evenly between lines of text
Andreas Kling
2019-11-25
LibHTML: Join border edges nicely when painting boxes
Andreas Kling
2019-11-25
LibHTML: Draw each CSS border edge separately with their own style
Andreas Kling
2019-11-25
LibHTML: Decrement the pending loads counter when a load finishes
Andreas Kling
2019-11-25
LibVT: Unbreak semi-transparent terminal background painting
Andreas Kling
2019-11-25
LibDraw: Add Painter::clear_rect() for filling a rect without blending
Andreas Kling
2019-11-25
LibHTML: Store the HTML parser input along with the created Document
Andreas Kling
2019-11-24
LibHTML: Use LibProtocol for HTTP requests :^)
Andreas Kling
2019-11-24
LibProtocol: Add a Download object so users don't have to manage ID's
Andreas Kling
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
[next]