index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-12-14
E1000: Use a WaitQueue to sleep while waiting for a transmit IRQ
Andreas Kling
2019-12-14
LibCore: Bump the CHttpJob receive buffer size from 4KB to 64KB
Andreas Kling
2019-12-14
IPv4: Only buffer payload bytes for SOCK_STREAM sockets
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
ProfileViewer: Use the new multi-column tree model support in GTreeView
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-13
Piano: Add triangle wave and noise
William McPherson
2019-12-12
FileManager: Check which widget has focus for context menu actions
Tommy Nguyen
2019-12-12
ProfileViewer: Make sure ProfileNodes have the correct parent pointer
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
ProfileViewer: Begin work on a visualization tool for profiles :^)
Andreas Kling
2019-12-12
Kernel: Separate out the symbol offsets in profile output
Andreas Kling
2019-12-12
Kernel: Bump KBufferBuilder VM allocation to 4 MB
Andreas Kling
2019-12-12
JsonValue: Fix wrong return type of as_u32() and friends
Andreas Kling
2019-12-12
ProcFS: Rename "samples" in /proc/profile to "frames"
Andreas Kling
2019-12-12
FileManager: Add a context menu to the TreeView
Tommy Nguyen
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-11
Shell: Tab completion for paths
William McPherson
2019-12-11
Shell: Improve tab completion behaviour
William McPherson
2019-12-11
Shell: Refactor append/insert procedure
William McPherson
2019-12-11
Shell: Improve readability of cache_path()
William McPherson
2019-12-11
LookupServer: Switch to a more privacy-respecting DNS provider
Valtteri Koskivuori
2019-12-10
HackStudio: Use a table view in the "find in files" widget
Andreas Kling
2019-12-10
Fonts: Add two little marker glyphs to CsillaThin7x10
Andreas Kling
2019-12-10
LibGUI: Add GTextDocument::range_for_entire_line()
Andreas Kling
2019-12-10
AK: Teach URL::complete_url() how to resolve URL's starting with "/"
Andreas Kling
2019-12-10
LibCore: Make CHttpJob::response() return a CHttpResponse*
Andreas Kling
2019-12-10
Ports: C-ray rendering engine
Valtteri Koskivuori
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
Kernel: Give PTY's *actually* unique major ID's
Andreas Kling
2019-12-09
TTY: Change the MasterPTY device major to not conflict with /dev/psaux
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
Kernel: Move VMObject::for_each_region() to MemoryManager.h
Andreas Kling
2019-12-09
Kernel: Remap all regions referring to a PurgeableVMObject on purge
Andreas Kling
2019-12-09
SystemMonitor: Show information about purgeable memory
Andreas Kling
2019-12-09
purge: Add a small command-line utility for purging all volatile memory
Andreas Kling
2019-12-09
Kernel: Start implementing purgeable memory support
Andreas Kling
2019-12-09
AK: SinglyLinkedList::size_slow() should return size_t
Andreas Kling
[next]