summaryrefslogtreecommitdiff
path: root/Userland/Services/Taskbar/ClockWidget.cpp
AgeCommit message (Expand)Author
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-10-11ClockWidget: Left-align clock and center based on ideal widthJames Magahern
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-18Userland+LibGUI: Make Margins arguments match CSS orderingsin-ack
2021-08-06Userland: Use Core::Process::spawn() instead of posix_spawn() in placesAndreas Kling
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-05-09Taskbar+LibGUI+WindowServer: Shrink taskbar by one pixelAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-02LibGUI+Calendar: Inherit from Frame classthankyouverycool
2021-03-30Taskbar: Update ClockWidget to Calendar view changesthankyouverycool
2021-03-25Taskbar: Only show H:M:S by default, move date to tooltipAndreas Kling
2021-03-25Taskbar: Integrate clock widget into taskbar windowAndreas Kling