summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-04-03Services: Use default execpromises parameter to `pledge(..)`Brian Gianforcaro
2022-04-03Applications: Use default execpromises parameter to `pledge(..)`Brian Gianforcaro
2022-04-03LibGfx: Use binary search in glyph_id_for_code_point_table_4Nico Weber
2022-04-03LibELF: Look up symbols in all global modulesTimur Sultanov
2022-04-04LibWeb: Bring BorderRadiusStyleValue::to_string() closer to specIgor Pissolati
2022-04-03Shell: Refresh PATH cache after running shellrc filesHumberto Alves
2022-04-03ThemeEditor: Open files with ReadWriteGeekFiftyFive
2022-04-03lscpu: Show hypervisor_vendor_id if presentLinus Groh
2022-04-03Kernel+SystemMonitor+lscpu: Rename 'CPUID' -> 'Vendor ID'Linus Groh
2022-04-03LibWeb: Include all row-groups in column width calculationsSimon Wanner
2022-04-03LibWeb: Handle failed browsing context creation in HTMLObjectElementSimon Wanner
2022-04-03LibWeb: Make resolved styles handle calculated length-percentagesSimon Wanner
2022-04-03LibWeb: Add a null-check for page() in ESO::is_scripting_enabled()Simon Wanner
2022-04-03LibWeb: Don't break text lines if white-space: nowrapEnver Balalic
2022-04-03LibC: Implement __fseterrTim Schumacher
2022-04-03LibC: Implement __freadptrincTim Schumacher
2022-04-03LibC: Implement __freadaheadTim Schumacher
2022-04-03LibC: Implement __freadptrTim Schumacher
2022-04-03Applets: Add a network graph appletkleines Filmröllchen
2022-04-03LibCompress: Change DeflateSpecialCodeLengths to constexpr variablesLenny Maiorani
2022-04-03LibChess: Change UCI::Command::Type to enum classLenny Maiorani
2022-04-03TextEditor: Update file argument parser regex patternAli Chraghi
2022-04-03LibJS: Remove a bunch of gratuitous JS namespace qualifiersLinus Groh
2022-04-03Userland: Remove a few gratuitous IPC namespace qualifiersValtteri Koskivuori
2022-04-03Browser+LibWeb+WebContent: Add ability to inspect local storageValtteri Koskivuori
2022-04-03LibIPC: Add encoder and decoder for AK::OrderedHashMapValtteri Koskivuori
2022-04-03DisplaySettings+WindowServer: Allow updating theme without backgroundBen Maxwell
2022-04-03DisplaySettings: Stop theme tab from overriding background colorBen Maxwell
2022-04-03LibWeb: Fix computing_width of a block when LayoutMode::MaxContentEnver Balalic
2022-04-03LibWeb: Not dispatching page_did_click_link event breaks page refreshRob Ryan
2022-04-03Calculator: Update mimic_pressed for refactor into the Button classRob Ryan
2022-04-03LibGUI: Extend mimic pressed across keyboard shortcuts for buttonsRob Ryan
2022-04-03SystemMonitor: Move process window to GMLkleines Filmröllchen
2022-04-03LibCore: Turn size properties from an object into a size 2 arraykleines Filmröllchen
2022-04-03SystemMonitor: Open PCI database in parallelkleines Filmröllchen
2022-04-03SystemMonitor: Move storage tab into custom widgetkleines Filmröllchen
2022-04-03SystemMonitor: Move hardware tab to custom widgetkleines Filmröllchen
2022-04-03SystemMonitor: Move entire main UI to GMLkleines Filmröllchen
2022-04-03SystemMonitor: Register GraphWidget's stack_values propertykleines Filmröllchen
2022-04-03SystemMonitor: Register a graph_widget pseudo-property in MemoryStatsWkleines Filmröllchen
2022-04-03SystemMonitor: Register MemoryStatsWidgetkleines Filmröllchen
2022-04-03SystemMonitor: Register GraphWidgetkleines Filmröllchen
2022-04-03LibGUI: Register LazyWidgetkleines Filmröllchen
2022-04-03SystemMonitor: Move NetworkStatisticsWidget into namespace + register itkleines Filmröllchen
2022-04-03LibGUI: Fully support TabWidget in GMLkleines Filmröllchen
2022-04-03LibGUI: Add a title to all Widgetskleines Filmröllchen
2022-04-03netstat: Resolve ports to service namesBrendan Coles
2022-04-03LibJS: Use AK::Time in system_utc_epoch_nanoseconds()Linus Groh
2022-04-02LibWeb: Add the requestIdleCallback/cancelIdleCallback APISimon Wanner
2022-04-02LibWeb: Implement the infrastructure necessary for requestIdleCallbackSimon Wanner