index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibDraw
Age
Commit message (
Expand
)
Author
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-18
LibDraw: Create purgeable GraphicsBitmap in the PNG decoder
Andreas Kling
2019-12-18
LibDraw: Add GraphicsBitmap::create_purgeable()
Andreas Kling
2019-12-16
LibDraw: Parse the color name "pink" to #ffc0cb
Andreas Kling
2019-12-13
LibDraw: Add a way to check for horizontal/vertical Rect intersections
Andreas Kling
2019-12-09
AK: Use size_t for the length of strings
Andreas Kling
2019-12-08
LibDraw: Add GraphicsBitmap::to_shareable_bitmap()
Andreas Kling
2019-12-02
LibDraw: Remove convenience functions for the old WindowServer IPC
Andreas Kling
2019-11-29
LibDraw: Painter::draw_pixel() with thickness>1 was doubly translating
Andreas Kling
2019-11-27
LibDraw: Support dotted lines in Painter::draw_line()
Andreas Kling
2019-11-25
LibDraw: Add Painter::clear_rect() for filling a rect without blending
Andreas Kling
2019-11-23
LibCore: Move puff() from LibDraw to LibCore
Andreas Kling
2019-11-23
LibDraw: Start work on a GIF decoder (not yet functional!)
Andreas Kling
2019-11-18
LibDraw: Add named colors "MidCyan" and "DarkCyan"
Andreas Kling
2019-11-17
LibDraw: Add Rect::from_two_points(Point, Point)
Andreas Kling
2019-11-16
LibDraw: Add support for colors with alpha in Painter::fill_rect()
Andreas Kling
2019-11-10
WindowServer: Don't de-maximize windows immediately (#756)
masi456
2019-11-03
POSIX compliance: (most) shell scripts converted to generic shell
George Pickering
2019-10-20
LibDraw: Add FloatPoint, FloatSize and FloatRect
Andreas Kling
2019-10-19
LibDraw: Rename ImageLoader => ImageDecoder
Andreas Kling
2019-10-19
LibDraw: Store emojis in a HashMap<u32, RefPtr<GraphicsBitmap>>
Andreas Kling
2019-10-19
LibDraw: Have the PNGImageLoaderPlugin remember if it failed to decode
Andreas Kling
2019-10-19
LibDraw: Rename Painter::blit_tiled() => draw_tiled_bitmap()
Andreas Kling
2019-10-16
LibDraw: Teach PNGLoader to only decode enough of learn the image size
Andreas Kling
2019-10-15
LibDraw: Add ImageLoader, a simple abstraction for image loading
Andreas Kling
2019-10-06
LibDraw: Parse some more color string formats found on the web
Andreas Kling
2019-09-30
ByteBuffer: Remove pointer() in favor of data()
Andreas Kling
2019-09-29
LibDraw: Some build fixes for strange platforms
Andreas Kling
2019-09-29
LibDraw: Implemented support for more PNG formats (#614)
Brandon Scott
2019-09-27
Point: Add operator+=, operator-=, and Point+Point
Andreas Kling
2019-09-16
Rect: Add set_right_without_resize() and set_bottom_without_resize()
Andreas Kling
2019-09-16
PNGLoader: Add load_png_from_memory method
Conrad Pankoff
2019-09-14
GraphicsBitmap: Allow constructing a wrapper bitmap around 8-bit pixels
Andreas Kling
2019-09-07
LibDraw: Make sure we install libdraw.a so ports can link with -ldraw
Andreas Kling
2019-09-06
LibDraw: Add TextAlignment::TopRight
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-09-05
LibDraw: Add emoji drawing support to Painter
Sergey Bugaev
2019-09-05
LibDraw: Add emoji support to the Font class
Sergey Bugaev
2019-09-05
LibDraw: Introduce an Emoji class
Sergey Bugaev
2019-09-01
Rect: Add contains_vertically(y) and contains_horizontally(x)
Andreas Kling
2019-08-25
LibDraw: Fix wrong installation path
Andreas Kling
2019-08-19
GraphicsBitmap: create_wrapper() should take pitch as a parameter
Andreas Kling
2019-08-14
StylePainter: Move progress bar painting from GProgressBar to here
Andreas Kling
2019-08-09
Painter: Fix off-by-one in bounding rects for right-aligned text
Andreas Kling
2019-08-04
LibDraw: Add Font::default_bold_fixed_width_font()
Andreas Kling
2019-08-03
LibDraw: Add Color::from_string(StringView)
Andreas Kling
2019-08-01
Painter: Scaling RGBA32 bitmaps treated the source as alpha-less RGB32
Andreas Kling
2019-07-27
LibDraw: Tweak the hover highlight color.
Andreas Kling
2019-07-23
LibDraw: Add LogStream operator<< overload for Color.
Andreas Kling
2019-07-21
Libraries: Fix wrong paths to "Root" in the various install.sh scripts.
Andreas Kling
[next]