summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-05ClipboardHistory: Make the applet use an alpha channelDawid Wolosowicz
2021-04-05WindowServer: Make applet area use the same color role as the taskbarDawid Wolosowicz
2021-04-05SystemMonitor: Only show the most important process stats by defaultAndreas Kling
2021-04-05LibGUI: Do AbstractView::set_column_hidden() => set_column_visible()Andreas Kling
2021-04-05SystemMonitor: Don't generate backtraces while not looking at themAndreas Kling
2021-04-052048: Give the board view a nice GUI::Frame look :^)Andreas Kling
2021-04-05SystemMonitor: Tweak default window sizeLinus Groh
2021-04-05PixelPaint: Empty Tool menuTim Waterhouse
2021-04-05LibRegex: Make sure there are as many group matches as actual matchesAnotherTest
2021-04-05LibRegex: Consider named capture groups as normal capture groups tooAnotherTest
2021-04-05LibRegex: Reset capture group indices when resetting parser stateAnotherTest
2021-04-04SystemMonitor: Scope the process-specific actions to the process listAndreas Kling
2021-04-04SystemMonitor: Actually reuse existing process properties windowsAndreas Kling
2021-04-04LibGUI: Add GUI::CommonActions::make_properties_action()Andreas Kling
2021-04-04SystemMonitor: Remove unnecessary splitter from UI layoutAndreas Kling
2021-04-04SystemMonitor: Show total CPU usage percentage in status barAndreas Kling
2021-04-04SystemMonitor: Tweak main UI layout :^)Andreas Kling
2021-04-04SystemMonitor: Add ability to open process properties from context menuAndreas Kling
2021-04-04SystemMonitor: Remove "Process" context menu from menu barAndreas Kling
2021-04-04SystemMonitor: Show process-specific details in a separate windowAndreas Kling
2021-04-04SystemMonitor: Start capturing CPU/memory graphs on startupAndreas Kling
2021-04-04SystemMonitor: Add a status bar to the main windowAndreas Kling
2021-04-04PixelPaint: Avoid notifying image when creating a layer's snapshotMarco Cutecchia
2021-04-04DHCPClient: Store current IP address instead of relaying on the yiaddrIdan Horowitz
2021-04-04DHCPClient: Dont set DHCPOption::ServerIdentifier on DHCPRequestIdan Horowitz
2021-04-04DHCPClient: Parse MacAddress parts using StringUtilsIdan Horowitz
2021-04-04WindowServer: Propagate theme change to the applet areaDawid Wolosowicz
2021-04-04WindowServer: Use non-translated rect to fill the applet area's storeDawid Wolosowicz
2021-04-04Kernel+CrashReporter: Add metadata about page faults to crash reportsAndreas Kling
2021-04-04CrashReporter: Only create coredump metadata hash map onceAndreas Kling
2021-04-04Base: Minor cleanups in SystemServer.iniAndreas Kling
2021-04-04ResourceGraph.Applet: Host both CPU and memory applet in one processAndreas Kling
2021-04-04Ports: Add SDL2_gfxLinus Groh
2021-04-04LibWeb: Convert ButtonBox to be a LabelableNodeTimothy Flynn
2021-04-04Base: Add test page for <input type=button> elementsTimothy Flynn
2021-04-04LibWeb: Convert CheckBox to be a LabelableNodeTimothy Flynn
2021-04-04Base: Update checkbox test page to have a <label>Timothy Flynn
2021-04-04LibWeb: Protect RadioButton and TextNode against mutating DOMTimothy Flynn
2021-04-04Base: Update radio button test page to mutate the DOMTimothy Flynn
2021-04-04WindowServer+LibGUI: Rename WindowType::MenuApplet => AppletAndreas Kling
2021-04-04Ports: Set freetype2 include path for SDL2_ttfLinus Groh
2021-04-04LibGfx: Avoid float->double->float when converting from linear to gammaOleg Sikorskiy
2021-04-04LibGfx: Add benchmarks for line drawing and rectangle fillingOleg Sikorskiy
2021-04-04Kernel: Reading past the end of an Ext2FSInode should return 0Andreas Kling
2021-04-04Userland: Rename *.MenuApplet => *.AppletAndreas Kling
2021-04-04Ports: Removed now unnecesary patch for the Prince of Persia portManuel Palenzuela
2021-04-04LibC: Added strtoimax() and strtoumax()Manuel Palenzuela
2021-04-04LibWeb: Remove document_setter from Window.documentLuke
2021-04-04LibWeb: Convert RadioButton to be a LabelableNodeTimothy Flynn
2021-04-04LibWeb: Defer mouse events from TextNode to LabelTimothy Flynn