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
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-03-29
Everywhere: Change font properties to be described in GML
Edgar Araújo
2021-03-29
Everywhere: Remove empty {} from GML objects
Edgar Araújo
2021-03-25
Userland: Turn all application menus into window menus :^)
Andreas Kling
2021-03-25
WindowServer+LibGfx: Show menus in windows! :^)
Andreas Kling
2021-03-16
LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x
Andreas Kling
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-12
WidgetGallery: Convert layout to GML and add new Icons gallery
thankyouverycool
2021-03-03
Cube: Add an argument for the "frameless cube" option
one-some
2021-02-27
WidgetGallery: add a simple Wizard demo :^)
Nick Vella
2021-02-27
LibGUI: add a rudimentary framework for Wizards.
Nick Vella
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
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-21
Cube: Add an option to render a frameless cube
Tom
2021-02-20
LibGUI: Swap order of InputBox value and parent window args
Linus Groh
2021-02-15
CatDog: Set window hit testing to opaque pixels only
Tom
2021-02-15
LibGfx: Remove static load_from_file() from abstract Font class
Stephan Unverwerth
2021-01-25
LibGfx: Implement scaling support for Painter::blit_filtered()
Nico Weber
2021-01-25
LibGfx: Fix opacity handling in Painter::draw_scaled_bitmap
Nico Weber
2021-01-25
LibGfx:: Implement scale support for blit_with_opacity()
Nico Weber
2021-01-23
WindowServer: Don't crash on wallpapers smaller than the desktop with fill mo...
Nico Weber
2021-01-23
LibGfx: Make draw_tiled_bitmap() in scaled contexts actually work
Nico Weber
2021-01-22
LibGfx: Add a draw_scaled_bitmap() variant that takes a FloatRect as src_rect
Nico Weber
2021-01-22
LibGUI: Resolve cyclic inclusion
Ben Wiederhake
2021-01-22
LibGfx: Remove Painter::blit_scaled() in favor of Painter::draw_scaled_bitmap()
Nico Weber
2021-01-22
LibGfx: Correctly handle source rect offset in draw_scaled_bitmap
Nico Weber
2021-01-20
LibGfxScaleDemo: Add coverage for blit_with_alpha
Nico Weber
2021-01-20
LibGfx: Give Bitmap a scale factor
Nico Weber
2021-01-17
LibGfx: Make Painter take the scale factor as constructor argument
Nico Weber
2021-01-16
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Andreas Kling
2021-01-16
Everywhere: Convert a handful of String::format() => formatted()
Andreas Kling
2021-01-15
LibGfxScaleDemo: Add Emoji to window title bar
Nico Weber
2021-01-15
LibGfx: Make Painter::draw_rect() scale-aware
Nico Weber
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
LibGfx: Make it possible to apply an (integer) scale to a Painter
Nico Weber
2021-01-12
Demos: Remove HelloWorld demo
Andreas Kling
2021-01-12
Demos: Move to Userland/Demos/
Andreas Kling