summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2019-11-28LibHTML: Just swallow :not selectors for nowAndreas Kling
2019-11-28LibHTML: CSS parser should accept "foo>bar", not just "foo > bar"Andreas Kling
2019-11-28LibHTML: Update CSS parser with terminology from Selectors Level 4Andreas Kling
2019-11-27LibHTML: Respect "border-style: dotted"Andreas Kling
2019-11-27LibDraw: Support dotted lines in Painter::draw_line()Andreas Kling
2019-11-27LibHTML: Add shorthand expansion for border-{style,width,color}Andreas Kling
2019-11-27LibHTML: Implement compound selectorsAndreas Kling
2019-11-27LibGUI: Make GSortingProxyModel update the selection on resort againAndreas Kling
2019-11-27Kernel: Demangle userspace ELF symbols in backtracesAndreas Kling
2019-11-26Kernel: Make syscall counters and page fault counters per-threadAndreas Kling
2019-11-26Kernel: Expose per-thread information in /proc/allAndreas Kling
2019-11-26LookupServer: Port to socket takeoverSergey Bugaev
2019-11-26ProtocolServer: Port to socket takeoverSergey Bugaev
2019-11-26AudioServer: Port to socket takeoverSergey Bugaev
2019-11-26WindowServer: Port to socket takeoverSergey Bugaev
2019-11-26SystemServer+LibCore: Implement socket takeoverSergey Bugaev
2019-11-26LibCore: Assert instead of crashing in CEventLoop::current()Sergey Bugaev
2019-11-26LibC: Remove a leftover default_streamSergey Bugaev
2019-11-26LibCore: Make CFile::open() truncate when opening something "WriteOnly"Andreas Kling
2019-11-25LibHTML: Implement basic <form> and <input> element supportAndreas Kling
2019-11-25LibHTML: Give Frame a (weak) back-pointer to the HtmlViewAndreas Kling
2019-11-25LibHTML: Improve CSS parser's handling of values somewhatAndreas Kling
2019-11-25LibHTML: Divide the "line spacing" evenly between lines of textAndreas Kling
2019-11-25LibHTML: Join border edges nicely when painting boxesAndreas Kling
2019-11-25LibHTML: Draw each CSS border edge separately with their own styleAndreas Kling
2019-11-25LibHTML: Decrement the pending loads counter when a load finishesAndreas Kling
2019-11-25LibVT: Unbreak semi-transparent terminal background paintingAndreas Kling
2019-11-25LibDraw: Add Painter::clear_rect() for filling a rect without blendingAndreas Kling
2019-11-25LibHTML: Store the HTML parser input along with the created DocumentAndreas Kling
2019-11-24LibHTML: Use LibProtocol for HTTP requests :^)Andreas Kling
2019-11-24LibProtocol: Add a Download object so users don't have to manage ID'sAndreas Kling
2019-11-23LibCore: Move puff() from LibDraw to LibCoreAndreas Kling
2019-11-23ProtocolServer: Send the download payload to clients as a shared bufferAndreas Kling
2019-11-23ProtocolServer+LibProtocol: Introduce a server for handling downloadsAndreas Kling
2019-11-23LibCore: Have CNetworkJob protect itself during the on_finish callbackAndreas Kling
2019-11-23LibGUI: Don't recompute line-wrapping over and over during set_text()Andreas Kling
2019-11-23AudioServer: Broadcast muted state changes to all clientsAndreas Kling
2019-11-23LibDraw: Start work on a GIF decoder (not yet functional!)Andreas Kling
2019-11-23LibIPC+AudioServer: Allow unsolicited server-to-client IPC messagesAndreas Kling
2019-11-23LibVT: Don't scroll to bottom for Ctrl/Alt/ShiftAndreas Kling
2019-11-22AudioServer: Allow muting the system audioAndreas Kling
2019-11-21LibHTML: Handle stand-alone attribute selectorsAndreas Kling
2019-11-21LibHTML: Parse <element attribute=value> correctlyAndreas Kling
2019-11-21LibHTML: Implement some attribute selector supportAndreas Kling
2019-11-21LibHTML: Make the HTML parser handle <div attr> and <div attr="">Andreas Kling
2019-11-21LibHTML: Paint text background color before the underline decorationAndreas Kling
2019-11-20FileManager: Added properties dialogTill Mayer
2019-11-20GTableView: Don't allow resizing columns to a negative widthAndreas Kling
2019-11-20GTableView: Don't hover-highlight unsortable column headersAndreas Kling
2019-11-20GTableView: Highlight the hovered column headerAndreas Kling