index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2021-05-07
DynamicLoader: Remove math functionality in favor of -lgcc
Gunnar Beutner
2021-05-07
Profiler: Don't iterate all events when filtering timeline view
Brian Gianforcaro
2021-05-07
Profiler: Make processes selectable in the timeline view
Gunnar Beutner
2021-05-07
Profiler: Remove the old process selection widget
Gunnar Beutner
2021-05-07
Profiler: Move filter checks into their own function
Gunnar Beutner
2021-05-07
LibCore+Userland: Add more detectable types
Valtteri Koskivuori
2021-05-07
Userland: Implement a file utility
Valtteri Koskivuori
2021-05-07
LibCore: Implement basic mime type guessing based on binary patterns
Valtteri Koskivuori
2021-05-07
LibWeb: Implement replacing the current body when setting document.body
Luke
2021-05-07
LibWeb: Add non-const variants of Document::{html_element,body,head}()
Luke
2021-05-07
LibWeb: Implement Node.replaceChild
Luke
2021-05-06
LibGUI: Remove line-is-empty check in TextDocument return-early
Max Wipfli
2021-05-06
Profiler: Add fixed track headers to the timeline view
Andreas Kling
2021-05-06
Profiler: Add a statusbar and show the timeline selection info in it :^)
Andreas Kling
2021-05-06
Profiler: Rename ProfileTimelineWidget => TimelineTrack
Andreas Kling
2021-05-06
Profiler: Add TimelineView widget and make the timeline cursor global
Andreas Kling
2021-05-06
Profiler: Tweak timeline widget appearance
Andreas Kling
2021-05-06
Profiler: Show one timeline per process :^)
Andreas Kling
2021-05-06
LibC: Make malloc(0) return a non-null pointer
Gunnar Beutner
2021-05-06
LibC: Make scanf() not increment the assignment count for %n
Gunnar Beutner
2021-05-06
Tests: Move LibRegex tests to Tests/LibRegex
Brian Gianforcaro
2021-05-06
Tests: Move LibCompress tests to Tests/LibCompress
Brian Gianforcaro
2021-05-06
Tests: Move LibSQL tests to Tests/LibSQL
Brian Gianforcaro
2021-05-06
Tests: Establish root Tests directory, move Userland/Tests there
Brian Gianforcaro
2021-05-06
LibC: Update forkpty() master fd before fork()'s child branch
Linus Groh
2021-05-06
LibC: Remove 'int* aslave' parameter from forkpty()
Linus Groh
2021-05-06
LookupServer: Remove some unnecessary "rc" temporaries
Andreas Kling
2021-05-06
LookupServer: Check the return value after calling unveil()
Andreas Kling
2021-05-06
TextEditor: Minor cleanups in the FileArgument class
Andreas Kling
2021-05-06
TextEditor: Rename "file_name" => "filename"
Andreas Kling
2021-05-06
WindowServer: Don't let clients start resize of non-resizable windows
Andreas Kling
2021-05-06
LibGUI: Don't show resize corner in non-resizable window's statusbar
Andreas Kling
2021-05-06
LibC: Lazily initialize malloc chunks
Gunnar Beutner
2021-05-06
LibGUI: Move widget registration to LibCore
Tom
2021-05-06
DHCPClient: Handle invalid DHCP responses more gracefully
Gunnar Beutner
2021-05-06
LibGUI: Remember modified state on undo/redo actions
Carlos César Neves Enumo
2021-05-06
LibGUI: Clear undo stack when opening a new document
Carlos César Neves Enumo
2021-05-05
LibGUI: Add ScrollableContainerWidget :^)
Andreas Kling
2021-05-05
LibMarkdown: Convert a bunch of StringBuilder::appendf() => appendff()
Andreas Kling
2021-05-05
LibSQL: Fix incorrect return types
Gunnar Beutner
2021-05-05
Solitaire: Decrease new game animation delay
Timothy Flynn
2021-05-05
Solitaire: Add statusbar segment to display elapsed time
Timothy Flynn
2021-05-05
LibGUI: Allow specifying GUI::Statusbar segment count in GML
Timothy Flynn
2021-05-05
Solitaire: Add a GUI::Statusbar to the Solitaire window
Timothy Flynn
2021-05-05
Solitaire: Only start timer when the timer event is needed
Timothy Flynn
2021-05-05
Solitaire: Refactor painting logic to accomodate to-be-added widgets
Timothy Flynn
2021-05-05
Solitaire: Don't invoke srand multiple times
Timothy Flynn
2021-05-05
Solitaire: Convert Solitaire GUI to a frame
Timothy Flynn
2021-05-05
Solitaire: Convert Solitaire window to be created from GML
Timothy Flynn
2021-05-05
Solitaire: Place files in Solitaire namespace and rename main widget
Timothy Flynn
[prev]
[next]