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-22
LibPthread: Fix typo in pthread_mutex_lock()
Andreas Kling
2019-12-22
LibPthread+LibC: Support PTHREAD_MUTEX_RECURSIVE
Andreas Kling
2019-12-22
LibC: Prevent assertions in malloc/free at exit time
Andrew Kaster
2019-12-22
LibGUI: Don't assert in ~GWidgetClassRegistration
Andrew Kaster
2019-12-22
LibC: Support exit time destructors per the Itanium C++ ABI
Andrew Kaster
2019-12-20
LibC: Always install as part of the default target
Andreas Kling
2019-12-20
Kernel+LibC: Build with basic -fstack-protector support
Andreas Kling
2019-12-20
LibC: Make sure we build crt0.o
Andreas Kling
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-20
LibC: Make empty malloc blocks purgeable
Sergey Bugaev
2019-12-20
WindowServer+LibGUI: Add data_type and data fields to drag operations
Andreas Kling
2019-12-20
LibGUI: GWidget::drop_event() should ignore the event by default
Andreas Kling
2019-12-18
LibHTML: Ignore layout repaints outside the visible viewport
Andreas Kling
2019-12-18
LibHTML: Add TreeNode::for_each_in_subtree_of_type<T>()
Andreas Kling
2019-12-18
LibHTML: Mark image bitmaps outside the visible viewport as volatile
Andreas Kling
2019-12-18
LibHTML: Push the visible viewport rect from HtmlView to Frame
Andreas Kling
2019-12-18
LibHTML: Add LayoutNode::is_image() and is<LayoutImage> helper
Andreas Kling
2019-12-18
LibDraw: Create purgeable GraphicsBitmap in the PNG decoder
Andreas Kling
2019-12-18
LibDraw: Add GraphicsBitmap::create_purgeable()
Andreas Kling
2019-12-18
Kernel: Add MADV_GET_VOLATILE for checking the volatile flag
Andreas Kling
2019-12-18
LibC: Store empty malloc blocks in an array instead of a linked list
Sergey Bugaev
2019-12-18
LibHTML: Insert a new linebox for every newline in "white-space: pre"
Andreas Kling
2019-12-18
LibHTML: Ignore case of presentation attribute names
Andreas Kling
2019-12-18
LibHTML: Don't insert line breaks between multiple <pre>'s on a line
Andreas Kling
2019-12-18
LibHTML: Let's display <basefont> as block-level elements for now
Andreas Kling
2019-12-18
LibHTML: Use a fixed-width font for <pre> tags, duh!
Andreas Kling
2019-12-17
GTextEditor: Fix broken rendering of selection on wrapped lines
Andreas Kling
2019-12-16
LibHTML: Support the :only-child pseudo class
Andreas Kling
2019-12-16
LibHTML: Support the :empty pseudo class
Andreas Kling
2019-12-16
LibDraw: Parse the color name "pink" to #ffc0cb
Andreas Kling
2019-12-16
LibHTML: Support the :first-child and :last-child pseudo classes
Andreas Kling
2019-12-16
LibGUI: Fix GTreeView crash on pressing Left/Right without selection
Andreas Kling
2019-12-16
LibIPC: Make sure we always process unhandled messages
Andreas Kling
2019-12-16
WindowServer+CPUGraph: Make menu applets be "regular" windows
Andreas Kling
2019-12-15
Kernel+LibC: Publish a "kernel info page" and use it for gettimeofday()
Andreas Kling
2019-12-15
Kernel+FileManager: Disallow watch_file() in unsupported file systems
Andreas Kling
2019-12-15
LibGUI: Fix GTreeView column headers incorrectly scrolling with content
Andreas Kling
2019-12-15
LibGUI: Fix GTreeView not showing the context menu
Andreas Kling
2019-12-14
LibCore: Silence some aggressive CSocket and CHttpJob debug spam
Andreas Kling
2019-12-14
LibCore: Bump the CHttpJob receive buffer size from 4KB to 64KB
Andreas Kling
2019-12-14
LibGUI: GAbstractColumnModel should never claim to hit a toggle box
Andreas Kling
2019-12-13
LibGUI: Improve GTreeView column auto-sizing
Andreas Kling
2019-12-13
LibGUI: Make GTreeView inherit from GAbstractColumnView
Andreas Kling
2019-12-13
LibDraw: Add a way to check for horizontal/vertical Rect intersections
Andreas Kling
2019-12-13
LibGUI: Add a GAbstractColumnView base class for GTableView
Andreas Kling
2019-12-12
TreeView: Clear metadata after model update
Tommy Nguyen
2019-12-12
LibGUI: Add missing call to did_update() when updating GFileSystemModel
Tommy Nguyen
2019-12-12
Kernel: Separate out the symbol offsets in profile output
Andreas Kling
2019-12-12
LibGUI: Add context_menu_event to GTreeView
Tommy Nguyen
2019-12-11
Kernel: Implement a simple process time profiler
Andreas Kling
[next]