summaryrefslogtreecommitdiff
path: root/Userland/Services/Taskbar
AgeCommit message (Expand)Author
2023-03-10Everywhere: Support overriding the system color schemeimplicitfield
2023-03-04Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()Andreas Kling
2023-02-25Everywhere: Use _{short_,}string to create Strings from literalsLinus Groh
2023-02-18LibGUI+Userland: Stop returning Layout from `Widget::(try_)set_layout()`Sam Atkins
2023-02-18Userland: Specify margins and spacing in the GUI::Layout constructorSam Atkins
2023-02-18Userland: Use Widget::add_spacer() everywhereSam Atkins
2023-02-13Userland: Set Button text using the new String classKarol Kosek
2023-02-13LibGUI+TaskBar: Make Calendar::formatted_date() return ErrorOr<String>Karol Kosek
2023-02-13Userland: Replace usages of AbstractButton::text_deprecated with text()Karol Kosek
2023-02-13LibGUI+Userland: Add `_deprecated` suffix to AbstractButton::{set_,}textKarol Kosek
2023-01-27Taskbar: Remove declarations for non-existent methodsSam Atkins
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-12LibCore+Userland: Don't auto-start new Core::TimersSam Atkins
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2023-01-03LibDesktop+Taskbar: Add an option to exclude apps from the system menuTimothy Flynn
2023-01-03LibGfx: Make Font::width() return a floatAndreas Kling
2023-01-02Everywhere: Fix badly-formatted includesBen Wiederhake
2022-12-27Taskbar: Propagate more errors on widget populationthankyouverycool
2022-12-27Taskbar: Load Assistant's AppFile on window creationthankyouverycool
2022-12-26Taskbar: Handle errors when adding/changing quick launch entriesArda Cinar
2022-12-26Taskbar: Add a factory function for TaskbarWindowArda Cinar
2022-12-26Taskbar: Add a factory function for QuickLaunchWidgetArda Cinar
2022-12-23Taskbar: Propagate errors while loading bmpericLemanissier
2022-12-14LibGfx+Userland: Make Gfx::SystemTheme propagate errorsCygnix Proto
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-26Taskbar: Unbreak SDL2 port by changing include pathJelle Raaijmakers
2022-11-26Taskbar: Removed the awkward window reference structArda Cinar
2022-11-26Taskbar: Made it possible to add a system menu to taskbar laterArda Cinar
2022-11-26Taskbar: Rename start_menu to system_menuArda Cinar
2022-11-19LibGUI+Taskbar+Applets+Applications: Set various windows as Popupsthankyouverycool
2022-11-19LibGUI+WindowServer+Applets+Taskbar: Remove active input conceptsthankyouverycool
2022-11-14Taskbar: Support launching apps that require rootSamuel Bowman
2022-11-13Userland: Accept drag_enter events for widgets supporting file dropsKarol Kosek
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-17LibDesktop+Taskbar: Add 'WorkingDirectory' property to app filescflip
2022-10-09Taskbar: Display an icon for removing a widgetimplicitfield
2022-09-29Calendar: Only accept Calendar notificationsimplicitfield
2022-09-22Taskbar: Add a context menu to open clock settings from the clock widgetTimothy Flynn
2022-09-20Calendar: Update month view on first_day_of_week setting changeOlivier De Cannière
2022-09-20Calendar: Add a Calendar settings dialog for the first day of the weekOlivier De Cannière
2022-09-12Everywhere: Use my very shiny serenityos.org email :^)networkException
2022-09-08Taskbar: Set TaskbarButton checkablethankyouverycool
2022-08-26LibGUI+Taskbar+WindowServer: Prevent minimization when blockedthankyouverycool
2022-08-25LibGUI+Taskbar+WindowServer: Remove mode and parent methods from Taskbarthankyouverycool
2022-07-15Taskbar: Center buttons again by fixing marginsFrHun
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-06AK: Use an enum instead of a bool for String::replace(all_occurences)DexesTTP
2022-06-28Applications: Remove usages of deprecated implicit conversionsFrHun