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
/
Demos
/
CatDog
Age
Commit message (
Expand
)
Author
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-12
Userland: Use Core::Timer::create_foo() factory functions where possible
Sam Atkins
2023-01-07
Everywhere: Use ElapsedTimer::elapsed_time() for comparisons
Andrew Kaster
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2022-12-16
CatDog: Simplify animation frame logic and fix minor bugs
Andre Eisenbach
2022-12-14
CatDog: Make a factory function for CatDog and propagate errors
Andreas Kling
2022-12-10
LibCore: Use `Core::Stream` for `ProcessStatisticsReader`
Tim Schumacher
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-25
Applications: Use new global variables at /sys/kernel/ directory
Liav A
2022-10-13
CatDog: Make it always on top
demostanis
2022-09-18
Everywhere: Fix order of includes and #pragma once
Ben Wiederhake
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-03-02
Demos/CatDog: Show different messages depending on state
kleines Filmröllchen
2022-03-02
Demos/CatDog: Introduce inspector & artist states based on open programs
kleines Filmröllchen
2022-03-02
Demos/CatDog: Refactor the main states
kleines Filmröllchen
2022-03-02
Demos/CatDog: Let the speech bubble know about the CatDog widget
kleines Filmröllchen
2021-12-18
CatDog: Convert to try_create_default_icon
Astraeus-
2021-12-05
Demos: Cast unused smart-pointer return values to void
Sam Atkins
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-25
CatDog: Use TRY() a lot more :^)
pbrw
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-09-08
CatDog: Switch to new mouse-tracking method
Ben Wiederhake
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-19
Everywhere: Use AK/Math.h if applicable
Hendiadyoin1
2021-07-04
WindowServer: Make most remaining WindowServer IPC calls async
Andreas Kling
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-07
CatDog: Enhance the speech bubble artificial intelligence
Brian Gianforcaro
2021-05-19
CatDog: Don't show context menu when clicking outside of widget
Marcus Nilsson
2021-05-18
CatDog: Remove global menu and add context menu
Marcus Nilsson
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-12
Everywhere: Add Alt shortcuts to remaining top-level menus
Linus Groh
2021-05-09
CatDog: Help the user debug their programs
Gunnar Beutner
2021-05-09
CatDog: Rename root_widget to catdog_widget
Gunnar Beutner
2021-05-09
CatDog: Move the main widget into its own file
Gunnar Beutner
2021-05-03
Userland: Update IPC calls to use proxies
Gunnar Beutner
2021-05-01
Everywhere: Rename app_menu to file_menu or game_menu
Andreas Kling
2021-04-29
Userland: Fix two misaligned copyright headers
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-03-25
Userland: Turn all application menus into window menus :^)
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-21
CatDog: Fix wake-sleep "loop" when cursor is over right-top of head
Tom
2021-02-15
CatDog: Set window hit testing to opaque pixels only
Tom
2021-01-22
LibGUI: Resolve cyclic inclusion
Ben Wiederhake
2021-01-16
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Andreas Kling
2021-01-15
Demos+Games: Pledge "sendfd" in demos and games
TheMorc
2021-01-15
Everywhere: Pledge "sendfd" in WindowServer client programs
Andreas Kling
2021-01-12
Demos: Move to Userland/Demos/
Andreas Kling