summaryrefslogtreecommitdiff
path: root/Userland/Applets
AgeCommit message (Expand)Author
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
2022-01-09ClipboardHistory: Update to new glyph formatMaciej
2022-01-03Applets/ResourceGraph: Propagate errors in JSON decodingcreator1creeper1
2022-01-03Applets/Network: Propagate errors using custom try_createcreator1creeper1
2022-01-03Applets/Network: Propagate errors with try_set_main_widgetcreator1creeper1
2022-01-03Applets/Audio: Propagate errors using custom try_createcreator1creeper1
2022-01-03Applets/Audio: Propagate errors with try_set_main_widgetcreator1creeper1
2021-12-24Everywhere: Refactor 'muted' to 'main_mix_muted' in all AudioConnectionsElyse
2021-12-18ClipboardHistory: Convert to try_create_default_iconAstraeus-
2021-12-04Applets/ClipboardHistory: Port to LibMain :^)Andreas Kling
2021-11-30ClipboardHistory: Add debug dump actionJelle Raaijmakers
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-24Applets/Audio: Remove unveiling /tmp/portal/configRalf Donau
2021-11-24Applets/Audio: Port to LibMain :^)Andreas Kling
2021-11-23WorkspacePicker: Port to LibMain :^)Andreas Kling
2021-11-23Applets: Rename DesktopPicker => WorkspacePickerAndreas Kling
2021-11-23Applets/Network: Port to LibMain :^)Andreas Kling
2021-11-23LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCoreAndreas Kling
2021-11-22Everywhere: Use Application::construct() with Main::Arguments directlyMustafa Quraish
2021-11-22Everywhere: Use ArgsParser::parse() with Main::Arguments directlyMustafa Quraish
2021-11-22Applets/ResourceGraph: Port to LibMain :^)Andreas Kling
2021-11-22Applets/ResourceGraph: Remove unnecessary unveiling of /etc/passwdAndreas Kling
2021-11-21ClipboardHistory: Properly display bitmap depthBen Wiederhake
2021-11-21LibGUI+Everywhere: Make sync requests to Clipboard server more obviousBen Wiederhake
2021-11-17AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)Andreas Kling
2021-11-13Everywhere: Replace "virtual desktop" => "workspace"Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-02Applications: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström