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-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
2019-12-11
LibHTML: Rename HTMLImageElement::m_image_data => m_encoded_data
Andreas Kling
2019-12-10
LibGUI: Add GTextDocument::range_for_entire_line()
Andreas Kling
2019-12-10
LibCore: Make CHttpJob::response() return a CHttpResponse*
Andreas Kling
2019-12-10
LibC: Implement strtod()
Valtteri Koskivuori
2019-12-10
LibM: Implement pow()
Valtteri Koskivuori
2019-12-10
GTreeView: Prevent doubleclick with right mouse button (#868)
remyabel
2019-12-09
LibGUI: Mark the first GWindow back bitmap volatile immediately
Andreas Kling
2019-12-09
LibGUI: Allow finding the source of a GAction activation
Andreas Kling
2019-12-09
LibGUI: Make GMenu inherit from CObject
Andreas Kling
2019-12-09
LibGUI: Mark window back buffers as volatile while not painting
Andreas Kling
2019-12-09
Kernel+LibC: Make all SharedBuffers purgeable (default: non-volatile)
Andreas Kling
2019-12-09
SystemMonitor: Show information about purgeable memory
Andreas Kling
2019-12-09
Kernel: Start implementing purgeable memory support
Andreas Kling
2019-12-09
AK: Use size_t for the length of strings
Andreas Kling
2019-12-09
LibC: Add PRIXPTR definition to inttypes.h
Dan MacDonald
2019-12-08
LibGUI+WindowServer: Allow specifying an optional drag bitmap
Andreas Kling
2019-12-08
LibDraw: Add GraphicsBitmap::to_shareable_bitmap()
Andreas Kling
2019-12-08
LibGUI+WindowServer: Start fleshing out drag&drop functionality
Andreas Kling
2019-12-08
SystemMonitor: Show thread name instead of process name
Andrew Kaster
2019-12-08
LibThread: Allow setting thread name in constructor
Andrew Kaster
2019-12-08
LibPThread: Add pthread_set/getname_np
Andrew Kaster
2019-12-08
LibAudio: Install library and headers
Andreas Kling
2019-12-07
LibPthread: Condition variables should use CLOCK_MONOTONIC by default
Andreas Kling
2019-12-07
LibPthread: Mark the pthread_cond_t "waiting" flag as volatile
Andreas Kling
2019-12-07
LibPthread: Add stubs for pthread_{get,set}schedparam()
Andreas Kling
[next]