1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 02:20:59 +00:00
serenity/Userland/Services/Taskbar
Andreas Kling adc83e5802 Taskbar: Port to LibMain :^)
This opens up using TRY() for syscalls, Core::Object creation, and even
some Vector operations.
2021-11-23 15:44:59 +01:00
..
ClockWidget.cpp LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
ClockWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
CMakeLists.txt Taskbar: Port to LibMain :^) 2021-11-23 15:44:59 +01:00
main.cpp Taskbar: Port to LibMain :^) 2021-11-23 15:44:59 +01:00
ShutdownDialog.cpp LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
ShutdownDialog.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
TaskbarButton.cpp Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
TaskbarButton.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
TaskbarWindow.cpp Taskbar: Make quicklaunch bar editable 2021-11-14 22:42:52 +01:00
TaskbarWindow.h Taskbar: Make quicklaunch bar editable 2021-11-14 22:42:52 +01:00
WindowIdentifier.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
WindowList.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
WindowList.h Everywhere: Replace "virtual desktop" => "workspace" 2021-11-13 12:48:43 +01:00