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
2021-04-05
ClipboardHistory: Make the applet use an alpha channel
Dawid Wolosowicz
2021-04-05
WindowServer: Make applet area use the same color role as the taskbar
Dawid Wolosowicz
2021-04-05
SystemMonitor: Only show the most important process stats by default
Andreas Kling
2021-04-05
LibGUI: Do AbstractView::set_column_hidden() => set_column_visible()
Andreas Kling
2021-04-05
SystemMonitor: Don't generate backtraces while not looking at them
Andreas Kling
2021-04-05
2048: Give the board view a nice GUI::Frame look :^)
Andreas Kling
2021-04-05
SystemMonitor: Tweak default window size
Linus Groh
2021-04-05
PixelPaint: Empty Tool menu
Tim Waterhouse
2021-04-05
LibRegex: Make sure there are as many group matches as actual matches
AnotherTest
2021-04-05
LibRegex: Consider named capture groups as normal capture groups too
AnotherTest
2021-04-05
LibRegex: Reset capture group indices when resetting parser state
AnotherTest
2021-04-04
SystemMonitor: Scope the process-specific actions to the process list
Andreas Kling
2021-04-04
SystemMonitor: Actually reuse existing process properties windows
Andreas Kling
2021-04-04
LibGUI: Add GUI::CommonActions::make_properties_action()
Andreas Kling
2021-04-04
SystemMonitor: Remove unnecessary splitter from UI layout
Andreas Kling
2021-04-04
SystemMonitor: Show total CPU usage percentage in status bar
Andreas Kling
2021-04-04
SystemMonitor: Tweak main UI layout :^)
Andreas Kling
2021-04-04
SystemMonitor: Add ability to open process properties from context menu
Andreas Kling
2021-04-04
SystemMonitor: Remove "Process" context menu from menu bar
Andreas Kling
2021-04-04
SystemMonitor: Show process-specific details in a separate window
Andreas Kling
2021-04-04
SystemMonitor: Start capturing CPU/memory graphs on startup
Andreas Kling
2021-04-04
SystemMonitor: Add a status bar to the main window
Andreas Kling
2021-04-04
PixelPaint: Avoid notifying image when creating a layer's snapshot
Marco Cutecchia
2021-04-04
DHCPClient: Store current IP address instead of relaying on the yiaddr
Idan Horowitz
2021-04-04
DHCPClient: Dont set DHCPOption::ServerIdentifier on DHCPRequest
Idan Horowitz
2021-04-04
DHCPClient: Parse MacAddress parts using StringUtils
Idan Horowitz
2021-04-04
WindowServer: Propagate theme change to the applet area
Dawid Wolosowicz
2021-04-04
WindowServer: Use non-translated rect to fill the applet area's store
Dawid Wolosowicz
2021-04-04
Kernel+CrashReporter: Add metadata about page faults to crash reports
Andreas Kling
2021-04-04
CrashReporter: Only create coredump metadata hash map once
Andreas Kling
2021-04-04
Base: Minor cleanups in SystemServer.ini
Andreas Kling
2021-04-04
ResourceGraph.Applet: Host both CPU and memory applet in one process
Andreas Kling
2021-04-04
Ports: Add SDL2_gfx
Linus Groh
2021-04-04
LibWeb: Convert ButtonBox to be a LabelableNode
Timothy Flynn
2021-04-04
Base: Add test page for <input type=button> elements
Timothy Flynn
2021-04-04
LibWeb: Convert CheckBox to be a LabelableNode
Timothy Flynn
2021-04-04
Base: Update checkbox test page to have a <label>
Timothy Flynn
2021-04-04
LibWeb: Protect RadioButton and TextNode against mutating DOM
Timothy Flynn
2021-04-04
Base: Update radio button test page to mutate the DOM
Timothy Flynn
2021-04-04
WindowServer+LibGUI: Rename WindowType::MenuApplet => Applet
Andreas Kling
2021-04-04
Ports: Set freetype2 include path for SDL2_ttf
Linus Groh
2021-04-04
LibGfx: Avoid float->double->float when converting from linear to gamma
Oleg Sikorskiy
2021-04-04
LibGfx: Add benchmarks for line drawing and rectangle filling
Oleg Sikorskiy
2021-04-04
Kernel: Reading past the end of an Ext2FSInode should return 0
Andreas Kling
2021-04-04
Userland: Rename *.MenuApplet => *.Applet
Andreas Kling
2021-04-04
Ports: Removed now unnecesary patch for the Prince of Persia port
Manuel Palenzuela
2021-04-04
LibC: Added strtoimax() and strtoumax()
Manuel Palenzuela
2021-04-04
LibWeb: Remove document_setter from Window.document
Luke
2021-04-04
LibWeb: Convert RadioButton to be a LabelableNode
Timothy Flynn
2021-04-04
LibWeb: Defer mouse events from TextNode to Label
Timothy Flynn
[next]