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
2020-01-24
Meta: Claim copyright for files created by me
Sergey Bugaev
2020-01-21
LibDraw: Remove old PNG_STOPWATCH_DEBUG debug code
Andreas Kling
2020-01-19
LibDraw: Add beginnings of a triangle class
Shannon Booth
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-13
LibDraw+LibHTML: Make link colors themeable
Andreas Kling
2020-01-12
LibDraw: Remove debug spam about loading system themes
Andreas Kling
2020-01-08
LibDraw+LibGUI: Move radio button painting into StylePainter
Andreas Kling
2020-01-07
LibDraw: Add support for parsing #RGBA colors
N00byEdge
2020-01-07
Themes: Support rubberband selection theming
0xtechnobabble
2020-01-01
AK: Move the userspace SharedBuffer from LibC to AK
Andreas Kling
2019-12-30
LibDraw: Store glyph spacing information in the fonts headers
Tibor Nagy
2019-12-29
LibDraw: Fix text rendering in progress bars
Andreas Kling
2019-12-29
LibDraw+LibGUI: Allow changing individual colors in a Palette
Andreas Kling
2019-12-27
LibDraw: Remove redundant Rect copy constructor
Andreas Kling
2019-12-27
LibDraw: Add draw_ellipse_intersecting function
Shannon Booth
2019-12-26
PaintBrush: Add a "rectangle tool"
Shannon Booth
2019-12-26
LibDraw: Add dx/dy_relative_to() helper functions for Points
Shannon Booth
2019-12-26
LibDraw: Add MenuBaseText and MenuSelectionText color roles
Andreas Kling
2019-12-25
LibDraw: Remove bogus LibC/ prefix on SharedBuffer.h include
Andreas Kling
2019-12-25
LibDraw: Fix 1px wide glitch in progress bar painting at some widths
Andreas Kling
2019-12-24
LibDraw: Teach progress bar painting about palettes
Andreas Kling
2019-12-24
LibDraw: Add ColorRole::BaseText (to be painted on ColorRole::Base)
Andreas Kling
2019-12-24
LibGUI+LibDraw: Add "Palette" concept for scoped color theming
Andreas Kling
2019-12-24
LibDraw: Add Selection and SelectionText system theme colors
Andreas Kling
2019-12-24
LibDraw: Use SystemColor::ThreedHighlight everywhere in StylePainter
Andreas Kling
2019-12-24
LibDraw: Give Color::lightened() an amount argument
Andreas Kling
2019-12-24
LibDraw: Add Button and ButtonText system theme colors
Andreas Kling
2019-12-24
LibGUI: Use SystemColor::Text in more places
Andreas Kling
2019-12-23
WindowServer+LibGUI: Implement basic color theming
Andreas Kling
2019-12-23
LibDraw: Parse all CSS standardised color keywords
Shannon Booth
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
[next]