summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2022-04-02LibWeb: Expose IdleDeadline on the window objectSimon Wanner
2022-04-02top: Add support for quitting top by pressing qJames Mintram
2022-04-02Browser: Add Ctrl-<number> actions to changes tabsOlivier De Cannière
2022-04-02LibGUI: Add TabWidget::activate_last_tab()Olivier De Cannière
2022-04-02DisplaySettings: Add theme selection and previewMacDue
2022-04-02LibGfx: Add list_installed_system_themes() to SystemThemeBen Maxwell
2022-04-02LibGUI+Applications: Move abstract ThemeEditor preview to LibGUIBen Maxwell
2022-04-02Userland: Fix crash when inputting non-tty device into psThomas Symalla
2022-04-023DFileViewer: Allow escape key to exit fullscreen modeAdam Patterson