index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Services
/
Taskbar
Age
Commit message (
Expand
)
Author
2023-03-10
Everywhere: Support overriding the system color scheme
implicitfield
2023-03-04
Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()
Andreas Kling
2023-02-25
Everywhere: Use _{short_,}string to create Strings from literals
Linus Groh
2023-02-18
LibGUI+Userland: Stop returning Layout from `Widget::(try_)set_layout()`
Sam Atkins
2023-02-18
Userland: Specify margins and spacing in the GUI::Layout constructor
Sam Atkins
2023-02-18
Userland: Use Widget::add_spacer() everywhere
Sam Atkins
2023-02-13
Userland: Set Button text using the new String class
Karol Kosek
2023-02-13
LibGUI+TaskBar: Make Calendar::formatted_date() return ErrorOr<String>
Karol Kosek
2023-02-13
Userland: Replace usages of AbstractButton::text_deprecated with text()
Karol Kosek
2023-02-13
LibGUI+Userland: Add `_deprecated` suffix to AbstractButton::{set_,}text
Karol Kosek
2023-01-27
Taskbar: Remove declarations for non-existent methods
Sam Atkins
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-12
LibCore+Userland: Don't auto-start new Core::Timers
Sam Atkins
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2023-01-03
LibDesktop+Taskbar: Add an option to exclude apps from the system menu
Timothy Flynn
2023-01-03
LibGfx: Make Font::width() return a float
Andreas Kling
2023-01-02
Everywhere: Fix badly-formatted includes
Ben Wiederhake
2022-12-27
Taskbar: Propagate more errors on widget population
thankyouverycool
2022-12-27
Taskbar: Load Assistant's AppFile on window creation
thankyouverycool
2022-12-26
Taskbar: Handle errors when adding/changing quick launch entries
Arda Cinar
2022-12-26
Taskbar: Add a factory function for TaskbarWindow
Arda Cinar
2022-12-26
Taskbar: Add a factory function for QuickLaunchWidget
Arda Cinar
2022-12-23
Taskbar: Propagate errors while loading bmp
ericLemanissier
2022-12-14
LibGfx+Userland: Make Gfx::SystemTheme propagate errors
Cygnix Proto
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-26
Taskbar: Unbreak SDL2 port by changing include path
Jelle Raaijmakers
2022-11-26
Taskbar: Removed the awkward window reference struct
Arda Cinar
2022-11-26
Taskbar: Made it possible to add a system menu to taskbar later
Arda Cinar
2022-11-26
Taskbar: Rename start_menu to system_menu
Arda Cinar
2022-11-19
LibGUI+Taskbar+Applets+Applications: Set various windows as Popups
thankyouverycool
2022-11-19
LibGUI+WindowServer+Applets+Taskbar: Remove active input concepts
thankyouverycool
2022-11-14
Taskbar: Support launching apps that require root
Samuel Bowman
2022-11-13
Userland: Accept drag_enter events for widgets supporting file drops
Karol Kosek
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-17
LibDesktop+Taskbar: Add 'WorkingDirectory' property to app files
cflip
2022-10-09
Taskbar: Display an icon for removing a widget
implicitfield
2022-09-29
Calendar: Only accept Calendar notifications
implicitfield
2022-09-22
Taskbar: Add a context menu to open clock settings from the clock widget
Timothy Flynn
2022-09-20
Calendar: Update month view on first_day_of_week setting change
Olivier De Cannière
2022-09-20
Calendar: Add a Calendar settings dialog for the first day of the week
Olivier De Cannière
2022-09-12
Everywhere: Use my very shiny serenityos.org email :^)
networkException
2022-09-08
Taskbar: Set TaskbarButton checkable
thankyouverycool
2022-08-26
LibGUI+Taskbar+WindowServer: Prevent minimization when blocked
thankyouverycool
2022-08-25
LibGUI+Taskbar+WindowServer: Remove mode and parent methods from Taskbar
thankyouverycool
2022-07-15
Taskbar: Center buttons again by fixing margins
FrHun
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-06
AK: Use an enum instead of a bool for String::replace(all_occurences)
DexesTTP
2022-06-28
Applications: Remove usages of deprecated implicit conversions
FrHun
[next]