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
2021-06-04
Taskbar: Make sure LibGUI/Desktop.h is usable in ports
Gunnar Beutner
2021-06-04
Taskbar: Allow creating menus for sub-categories
Gunnar Beutner
2021-05-21
Revert "Userland: static vs non-static constexpr variables"
Linus Groh
2021-05-21
Userland: static vs non-static constexpr variables
Lenny Maiorani
2021-05-20
LibGfx: Remove Gfx::FontDatabase::default_bold_font()
Andreas Kling
2021-05-16
Taskbar: Make shutdown dialog non-resizable and tweak button spacing
Andreas Kling
2021-05-16
Taskbar: Give the shutdown dialog a UI facelift :^)
Andreas Kling
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-10
WindowServer+Taskbar: Make all the IPC used by Taskbar asynchronous
Andreas Kling
2021-05-09
Taskbar+LibGUI+WindowServer: Shrink taskbar by one pixel
Andreas Kling
2021-05-08
AK: Add missing GenericTraits<NonnullRefPtr>
Itamar
2021-05-03
Userland: Make IPC results with one return value available directly
Gunnar Beutner
2021-05-03
Userland: Update IPC calls to use proxies
Gunnar Beutner
2021-05-02
LibGfx: Unify Rect, Point, and Size
Matthew Olsson
2021-05-02
WindowServer+LibGUI+Taskbar: Store window progress as Optional<int>
Andreas Kling
2021-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-04-25
Userland+Base: Add "ladyball" logo for the system :^)
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-19
Taskbar: Show start menu when super key is pressed
Conor Byrne
2021-04-17
Taskbar: Use WM connection for window management operations
sin-ack
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-04-05
Taskbar: Use GUI::Button::set_menu() for the start menu button :^)
Andreas Kling
2021-04-04
Everywhere: Replace uses of GUI::Desktop's on_rect_change and remove it
Linus Groh
2021-04-02
Taskbar: Tweak taskbar widget margins
Andreas Kling
2021-04-02
LibGUI+Calendar: Inherit from Frame class
thankyouverycool
2021-03-30
Taskbar: Reposition the applet area when the desktop rect changes
Andreas Kling
2021-03-30
WindowServer+Taskbar: Show applets in taskbar :^)
Andreas Kling
2021-03-30
Taskbar: Update ClockWidget to Calendar view changes
thankyouverycool
2021-03-27
Taskbar: Set window title as taskbar button tooltip
Linus Groh
2021-03-26
Taskbar: Add more prominent Help app icon in the start menu
Andreas Kling
2021-03-26
Taskbar: Move "About SerenityOS" to the top of the start menu
Andreas Kling
2021-03-25
Taskbar: Only show H:M:S by default, move date to tooltip
Andreas Kling
2021-03-25
Taskbar: Add start menu :^)
Andreas Kling
2021-03-25
Taskbar: Integrate clock widget into taskbar window
Andreas Kling
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-21
Taskbar: Remove window button if a window state change demands it
Tom
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-16
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Andreas Kling
2021-01-16
Everywhere: Remove a bunch of <AK/SharedBuffer.h> includes
Andreas Kling
2021-01-15
WindowServer+Taskbar: Send WM icon updates as Gfx::ShareableBitmap
Andreas Kling
2021-01-15
Everywhere: Pledge "sendfd" in WindowServer client programs
Andreas Kling
2021-01-12
Services: Move to Userland/Services/
Andreas Kling