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-12-02
LibIPC: Move IPC client/server connection templates to LibIPC
Andreas Kling
2019-12-02
WindowServer: Port to the new IPC system
Andreas Kling
2019-12-01
Kernel+SystemMonitor: Log amounts of I/O per thread
Andreas Kling
2019-12-01
LibCore: Improve logging of errors in safe_syscall() somewhat
Andreas Kling
2019-12-01
LibPthread: Remove some duplicate declarations in pthread.h
Andreas Kling
2019-12-01
LibC: Added _PC_VDISABLE option to fpathconf()
Brandon Scott
2019-12-01
LibVT: Fixed some debugging code that didn't compile
Brandon Scott
2019-11-30
GTextEditor: Don't assert is_readonly() in did_change()
Andreas Kling
2019-11-30
GTextEditor: Fire the on_change hook on GTextDocument change
Andreas Kling
2019-11-30
LibVT: Always use Painter::clear_rect() instead of Painter::fill_rect()
Andreas Kling
2019-11-30
GTextEditor: Implement Shift+Delete using RemoveTextCommand
Andreas Kling
2019-11-30
GTextEditor: Implement the Delete key using RemoveTextCommand
Andreas Kling
2019-11-30
LibGUI: Consolidate and simplify commands used for insertion/removal
Andreas Kling
2019-11-30
LibGUI: Add GUndoStack and GCommand classes
Andreas Kling
2019-11-30
LibGUI: Move the undo stack from GTextEditor to GTextDocument
Andreas Kling
2019-11-30
LibHTML: Allow resource loads to fail
Andreas Kling
2019-11-30
LibHTML: Don't bother updating layout in frameless documents
Andreas Kling
2019-11-29
LibDraw: Painter::draw_pixel() with thickness>1 was doubly translating
Andreas Kling
2019-11-29
LibGUI: Keep the (1, 1) text offset on GButton after it becomes checked
Andreas Kling
2019-11-29
LibGUI: Align GButton text according to the specified text_alignment()
Andreas Kling
2019-11-29
Kernel: Demangle kernel C++ symbols correctly again
Andreas Kling
2019-11-29
LibC: Tolerate stddef.h being included from the kernel
Andreas Kling
2019-11-29
LibC: Implement bsearch
William McPherson
2019-11-28
LibELF: Add ELFImage::Symbol::bind()
Andreas Kling
2019-11-28
Kernel: Implement very simple kernel module loading
Andreas Kling
2019-11-28
LibELF: Restore the relocation code from git history
Andreas Kling
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
[next]