summaryrefslogtreecommitdiff
path: root/Userland/Applets
AgeCommit message (Expand)Author
2023-01-27Applets: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-17AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()Sam Atkins
2023-01-15ClipboardHistory: Add a Clear history actionTim Ledbetter
2023-01-15ClipboardHistory: Ensure model is populated on startupTim Ledbetter
2023-01-15ClipboardHistory: Update clipboard when the topmost item is deletedTim Ledbetter
2023-01-15ClipboardHistory: Don't attempt to delete an item if nothing is selectedTim Ledbetter
2023-01-15ClipboardHistory: Invalidate model on item removalTim Ledbetter
2023-01-13Userland: Remove a bunch of unveil calls on /sys/kernel/processesLiav A
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2023-01-05LibGfx: Avoid rounding/truncating glyph positions till blittingMacDue
2023-01-02Everywhere: Fix badly-formatted includesBen Wiederhake
2022-12-12LibCore: Rename `Stream::read_all` to `read_until_eof`Tim Schumacher
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-19LibGUI+Taskbar+Applets+Applications: Set various windows as Popupsthankyouverycool
2022-11-19LibGUI+WindowServer+Applets+Taskbar: Remove active input conceptsthankyouverycool
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-25Applets: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-03Userland: Tighten promises by removing 'proc' where it isn't usedTimothy Flynn
2022-10-03SystemServer+LoginServer+Userland: Switch to sid-based socketsPeter Elliott
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