summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2019-12-02LibIPC: Move IPC client/server connection templates to LibIPCAndreas Kling
2019-12-02WindowServer: Port to the new IPC systemAndreas Kling
2019-12-01Kernel+SystemMonitor: Log amounts of I/O per threadAndreas Kling
2019-12-01LibCore: Improve logging of errors in safe_syscall() somewhatAndreas Kling
2019-12-01LibPthread: Remove some duplicate declarations in pthread.hAndreas Kling
2019-12-01LibC: Added _PC_VDISABLE option to fpathconf()Brandon Scott
2019-12-01LibVT: Fixed some debugging code that didn't compileBrandon Scott
2019-11-30GTextEditor: Don't assert is_readonly() in did_change()Andreas Kling
2019-11-30GTextEditor: Fire the on_change hook on GTextDocument changeAndreas Kling
2019-11-30LibVT: Always use Painter::clear_rect() instead of Painter::fill_rect()Andreas Kling
2019-11-30GTextEditor: Implement Shift+Delete using RemoveTextCommandAndreas Kling
2019-11-30GTextEditor: Implement the Delete key using RemoveTextCommandAndreas Kling
2019-11-30LibGUI: Consolidate and simplify commands used for insertion/removalAndreas Kling
2019-11-30LibGUI: Add GUndoStack and GCommand classesAndreas Kling
2019-11-30LibGUI: Move the undo stack from GTextEditor to GTextDocumentAndreas Kling
2019-11-30LibHTML: Allow resource loads to failAndreas Kling
2019-11-30LibHTML: Don't bother updating layout in frameless documentsAndreas Kling
2019-11-29LibDraw: Painter::draw_pixel() with thickness>1 was doubly translatingAndreas Kling
2019-11-29LibGUI: Keep the (1, 1) text offset on GButton after it becomes checkedAndreas Kling
2019-11-29LibGUI: Align GButton text according to the specified text_alignment()Andreas Kling
2019-11-29Kernel: Demangle kernel C++ symbols correctly againAndreas Kling
2019-11-29LibC: Tolerate stddef.h being included from the kernelAndreas Kling
2019-11-29LibC: Implement bsearchWilliam McPherson
2019-11-28LibELF: Add ELFImage::Symbol::bind()Andreas Kling
2019-11-28Kernel: Implement very simple kernel module loadingAndreas Kling
2019-11-28LibELF: Restore the relocation code from git historyAndreas Kling
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