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
Age
Commit message (
Expand
)
Author
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-17
LibGfxDemo: Draw diagonal dotted and dashed lines
Arda Cinar
2023-01-15
WidgetGallery: Use the non-deprecated API of `LibFileSystemAccessClient`
Lucas CHOLLET
2023-01-13
Userland: Remove a bunch of unveil calls on /sys/kernel/processes
Liav A
2023-01-12
Userland: Use Core::Timer::create_foo() factory functions where possible
Sam Atkins
2023-01-09
LibGfx: Make Rect::align_within() correct for TopCenter and BottomCenter
Andreas Kling
2023-01-07
Everywhere: Use ElapsedTimer::elapsed_time() for comparisons
Andrew Kaster
2023-01-07
LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)
Sam Atkins
2023-01-07
Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`
Sam Atkins
2023-01-07
LibFileSystemAccessClient: Rename try_* functions to try_*_deprecated
Karol Kosek
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2023-01-05
LibGfx: Avoid rounding/truncating glyph positions till blitting
MacDue
2023-01-03
Screensaver: Add a screensaver launcher application
Timothy Flynn
2023-01-03
Demos: Rename Screensaver to GradientScreensaver
Timothy Flynn
2023-01-03
Demos: Remove "Cube" application
Andreas Kling
2023-01-02
Everywhere: Remove unused includes of LibC/stdlib.h
Ben Wiederhake
2023-01-02
Demos: Remove "Mouse" application
Andreas Kling
2023-01-02
Demos: Remove "Fire" application
Andreas Kling
2022-12-28
Demos: Add ability to use scroll wheel in starfield
HawDevelopment
2022-12-27
Demos+LibDesktop: Centralize screensaver logic
Jelle Raaijmakers
2022-12-26
Demos: Remove VirGLDemo
Stephan Unverwerth
2022-12-16
CatDog: Simplify animation frame logic and fix minor bugs
Andre Eisenbach
2022-12-15
VirGLDemo: Make a factory function for Demo and propagate errors
Baitinq
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-09
LibGUI: Split OpacitySlider into vertical and horizontal helper classes
FrHun
2022-12-08
LibGfx+Userland: Make PNGWriter::encode() return ErrorOr<ByteBuffer>
Andreas Kling
2022-12-08
Mandelbrot: Make it possible for export_image to return an error
Andreas Kling
2022-12-08
WindowServer+MouseSettings: Improve `buttons_switched` naming
Filiph Sandström
2022-12-07
Meta+Userland: Pass Gfx::IntSize by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
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-30
MouseDemo: Eliminate visual artifacts when filling in the color
Andreas Oppebøen
2022-11-30
MouseDemo: Draw blue color for longer to indicate double click
Andreas Oppebøen
2022-11-30
MouseDemo: Restart timer when scrolling to avoid blinking indicator
Andreas Oppebøen
2022-11-30
MouseDemo: Show distinct colors for primary vs secondary button
Andreas Oppebøen
2022-11-30
MouseDemo: Replace constructor with initialization at member definition
Andreas Oppebøen
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-25
Userland: Let applications make use of make_command_palette_action()
demostanis
2022-10-13
CatDog: Make it always on top
demostanis
2022-10-12
Userland: Properly populate GENERATED_SOURCES
Ali Mohammad Pur
2022-10-03
Userland: Unveil /proc/all in applications which require it
Timothy Flynn
2022-10-03
Userland: Tighten promises by removing 'proc' where it isn't used
Timothy Flynn
2022-10-03
SystemServer+LoginServer+Userland: Switch to sid-based sockets
Peter Elliott
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-09-18
Everywhere: Fix order of includes and #pragma once
Ben Wiederhake
2022-09-16
LibGL: Make GL::create_context fallible
Andrew Kaster
2022-09-11
Tubes: Run clang-format
Linus Groh
[next]