summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2022-04-02LibWeb: Implement flex reverse layoutsEnver Balalic
2022-04-02AK+LibHTTP: Ensure plus signs are percent encoded in query stringGeekFiftyFive
2022-04-02LibWeb: Implement the flex order CSS propertyEnver Balalic
2022-04-02UserspaceEmulator: Implement the SSE extensionHendiadyoin1
2022-04-02UserspaceEmulator: Don't mark SoftFPU::mmx_get/set as ALWAYS_INLINEHendiadyoin1
2022-04-02LibX86: Correctly name CVTTSS2SI_r32_xmm2m32Hendiadyoin1
2022-04-02LibX86: Use the correct code for UNPCKLSHendiadyoin1
2022-04-02LibX86: Correctly name the first xmm argumentHendiadyoin1