summaryrefslogtreecommitdiff
path: root/Userland/Applets
AgeCommit message (Expand)Author
2022-09-18Applets/ResourceGraph: Port to Core::StreamSam Atkins
2022-09-18Applets/Network: Stop marking methods virtual unnecessarilySam Atkins
2022-09-18Applets/Network: Remove `include_loopback` parameterSam Atkins
2022-09-18Applets/Network: Port to Core::StreamSam Atkins
2022-09-12Everywhere: Use my very shiny serenityos.org email :^)networkException
2022-09-09Keymap: Rename context menu item "Settings" to "Keyboard Settings"Cr4xy
2022-08-16WindowServer+WorkspacePicker: Adjust active and inactive colorsthankyouverycool
2022-08-14Base: Launch AudioServer at session start-upLucas CHOLLET
2022-08-14Base: Launch NotificationServer at session start-upLucas CHOLLET
2022-08-14WorkspacePicker: Add missing unveil(nullptr, nullptr)Andreas Kling
2022-08-14WorkspacePicker: Tweak applet height and draw frame around desktop rectsAndreas Kling
2022-08-14WorkspacePicker: Allow opening workspace settings via a context menuAndreas Kling
2022-08-01WorkspacePicker: Hide tray applet entirely when there's only 1 workspaceAndreas Kling
2022-07-22WorkspacePicker: Immediately update active workspace on click or scrollnetworkException
2022-07-22WorkspacePicker: Use full words for some variable namesnetworkException
2022-07-21Keymap+WindowServer: Add context menu to keymap appletTimur Sultanov
2022-07-19LibAudio: Rename ConnectionFromClient to ConnectionToServerkleines Filmröllchen
2022-07-14Kernel+Userland: Rename prefix of user_physical => physicalLiav A
2022-07-13WorkspacePicker: Hide applet if size == 0Filiph Sandström
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Everywhere: Split Error::from_string_literal and Error::from_string_viewsin-ack
2022-07-12Userland: Convert command line arguments to String/StringViewsin-ack
2022-06-03Applets: Use spawn_or_show_error() for common spawn patternMacDue
2022-06-01LibGUI: Fix typo in ConnectionToWindowManagerServerOlivier De Cannière
2022-05-28Applets/ResourceGraph: Open network monitor when clicking network graphMacDue
2022-05-25Userland: Use GUI::Process::spawn_or_show_error() for spawn() from a GUIMacDue
2022-05-25LibCore: Return ErrorOr<pid_t> and support arguments in Process::spawnMacDue
2022-04-21LibAudio+Userland: Use new audio queue in client-server communicationkleines Filmröllchen
2022-04-18Userland: Always construct Application with try_create()Sam Atkins
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-06AK+Userland: Rename Array::front/back to first/lastSam Atkins
2022-04-03Applets: Add a network graph appletkleines Filmröllchen
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-18ClipboardHistory: Show ranges and max dimensions for copied glyphsthankyouverycool
2022-03-04LibGfx: Rename Color::from_rgba() => Color::from_argb()Andreas Kling
2022-02-25Userland: Rename WindowManagerServerConnectionItamar
2022-02-25Userland: Rename IPC ClientConnection => ConnectionFromClientItamar
2022-02-25Applets: Update Audio applet FrameShape and adjust dimensionsthankyouverycool
2022-02-24ClipboardHistory: Add Time columnNícolas F. R. A. Prado
2022-02-13Userland/Applets: Use default constructors/destructorsLenny Maiorani
2022-02-11LibConfig: Rename pledge_domains(String) => pledge_domain(String)Vitaly Dyachkov
2022-02-04Keymap Applet: Spawn KeyboardSettings when clickingMaciej
2022-02-03WindowServer+Keymap+LibGUI: Add widget to display current keymapTimur Sultanov
2022-01-28Applets/Audio: Use Array for the volume level bitmapskleines Filmröllchen
2022-01-20Userland: Add horizontal mouse scroll supportDmitry Petrov
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
2022-01-14Everywhere: Use my new serenityos.org e-mail :^)kleines Filmröllchen
2022-01-11Applets/Audio: Propagate errors by extracting out GUI initializationcreator1creeper1
2022-01-11Applets/ResourceGraph: Propagate errors in create_appletcreator1creeper1