summaryrefslogtreecommitdiff
path: root/Userland/Services/Taskbar
AgeCommit message (Expand)Author
2021-06-04Taskbar: Make sure LibGUI/Desktop.h is usable in portsGunnar Beutner
2021-06-04Taskbar: Allow creating menus for sub-categoriesGunnar Beutner
2021-05-21Revert "Userland: static vs non-static constexpr variables"Linus Groh
2021-05-21Userland: static vs non-static constexpr variablesLenny Maiorani
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_font()Andreas Kling
2021-05-16Taskbar: Make shutdown dialog non-resizable and tweak button spacingAndreas Kling
2021-05-16Taskbar: Give the shutdown dialog a UI facelift :^)Andreas Kling
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-10WindowServer+Taskbar: Make all the IPC used by Taskbar asynchronousAndreas Kling
2021-05-09Taskbar+LibGUI+WindowServer: Shrink taskbar by one pixelAndreas Kling
2021-05-08AK: Add missing GenericTraits<NonnullRefPtr>Itamar
2021-05-03Userland: Make IPC results with one return value available directlyGunnar Beutner
2021-05-03Userland: Update IPC calls to use proxiesGunnar Beutner
2021-05-02LibGfx: Unify Rect, Point, and SizeMatthew Olsson
2021-05-02WindowServer+LibGUI+Taskbar: Store window progress as Optional<int>Andreas Kling
2021-05-01Everywhere: Turn #if *_DEBUG into dbgln_if/if constexprGunnar Beutner
2021-04-25Userland+Base: Add "ladyball" logo for the system :^)Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-19Taskbar: Show start menu when super key is pressedConor Byrne
2021-04-17Taskbar: Use WM connection for window management operationssin-ack
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-05Taskbar: Use GUI::Button::set_menu() for the start menu button :^)Andreas Kling
2021-04-04Everywhere: Replace uses of GUI::Desktop's on_rect_change and remove itLinus Groh
2021-04-02Taskbar: Tweak taskbar widget marginsAndreas Kling
2021-04-02LibGUI+Calendar: Inherit from Frame classthankyouverycool
2021-03-30Taskbar: Reposition the applet area when the desktop rect changesAndreas Kling
2021-03-30WindowServer+Taskbar: Show applets in taskbar :^)Andreas Kling
2021-03-30Taskbar: Update ClockWidget to Calendar view changesthankyouverycool
2021-03-27Taskbar: Set window title as taskbar button tooltipLinus Groh
2021-03-26Taskbar: Add more prominent Help app icon in the start menuAndreas Kling
2021-03-26Taskbar: Move "About SerenityOS" to the top of the start menuAndreas Kling
2021-03-25Taskbar: Only show H:M:S by default, move date to tooltipAndreas Kling
2021-03-25Taskbar: Add start menu :^)Andreas Kling
2021-03-25Taskbar: Integrate clock widget into taskbar windowAndreas Kling
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-21Taskbar: Remove window button if a window state change demands itTom
2021-01-25Everywhere: Hook up remaining debug macros to Debug.h.asynts
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-16Everywhere: Remove a bunch of <AK/SharedBuffer.h> includesAndreas Kling
2021-01-15WindowServer+Taskbar: Send WM icon updates as Gfx::ShareableBitmapAndreas Kling
2021-01-15Everywhere: Pledge "sendfd" in WindowServer client programsAndreas Kling
2021-01-12Services: Move to Userland/Services/Andreas Kling