summaryrefslogtreecommitdiff
path: root/Userland/Services/Taskbar
AgeCommit message (Expand)Author
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
2022-06-17Taskbar: Handle an override theme being activenetworkException
2022-06-17Taskbar: Update checked state of theme menu on global theme changenetworkException
2022-06-02Taskbar: Use default buttons in ShutdownDialogKarol Kosek
2022-06-01Taskbar+Desktop: Add super+D keyboard shortcutOlivier De Cannière
2022-06-01Taskbar: Add toggle_show_desktop()Olivier De Cannière
2022-06-01LibGUI: Fix typo in ConnectionToWindowManagerServerOlivier De Cannière
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-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-04ClockSettings+Taskbar: Add settings for taskbar clock formatcflip
2022-04-03DisplaySettings+WindowServer: Allow updating theme without backgroundBen Maxwell