summaryrefslogtreecommitdiff
path: root/Libraries/LibDraw
AgeCommit message (Expand)Author
2020-01-24Meta: Claim copyright for files created by meSergey Bugaev
2020-01-21LibDraw: Remove old PNG_STOPWATCH_DEBUG debug codeAndreas Kling
2020-01-19LibDraw: Add beginnings of a triangle classShannon Booth
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-13LibDraw+LibHTML: Make link colors themeableAndreas Kling
2020-01-12LibDraw: Remove debug spam about loading system themesAndreas Kling
2020-01-08LibDraw+LibGUI: Move radio button painting into StylePainterAndreas Kling
2020-01-07LibDraw: Add support for parsing #RGBA colorsN00byEdge
2020-01-07Themes: Support rubberband selection theming0xtechnobabble
2020-01-01AK: Move the userspace SharedBuffer from LibC to AKAndreas Kling
2019-12-30LibDraw: Store glyph spacing information in the fonts headersTibor Nagy
2019-12-29LibDraw: Fix text rendering in progress barsAndreas Kling
2019-12-29LibDraw+LibGUI: Allow changing individual colors in a PaletteAndreas Kling
2019-12-27LibDraw: Remove redundant Rect copy constructorAndreas Kling
2019-12-27LibDraw: Add draw_ellipse_intersecting functionShannon Booth
2019-12-26PaintBrush: Add a "rectangle tool"Shannon Booth
2019-12-26LibDraw: Add dx/dy_relative_to() helper functions for PointsShannon Booth
2019-12-26LibDraw: Add MenuBaseText and MenuSelectionText color rolesAndreas Kling
2019-12-25LibDraw: Remove bogus LibC/ prefix on SharedBuffer.h includeAndreas Kling
2019-12-25LibDraw: Fix 1px wide glitch in progress bar painting at some widthsAndreas Kling
2019-12-24LibDraw: Teach progress bar painting about palettesAndreas Kling
2019-12-24LibDraw: Add ColorRole::BaseText (to be painted on ColorRole::Base)Andreas Kling
2019-12-24LibGUI+LibDraw: Add "Palette" concept for scoped color themingAndreas Kling
2019-12-24LibDraw: Add Selection and SelectionText system theme colorsAndreas Kling
2019-12-24LibDraw: Use SystemColor::ThreedHighlight everywhere in StylePainterAndreas Kling
2019-12-24LibDraw: Give Color::lightened() an amount argumentAndreas Kling
2019-12-24LibDraw: Add Button and ButtonText system theme colorsAndreas Kling
2019-12-24LibGUI: Use SystemColor::Text in more placesAndreas Kling
2019-12-23WindowServer+LibGUI: Implement basic color themingAndreas Kling
2019-12-23LibDraw: Parse all CSS standardised color keywordsShannon Booth
2019-12-20Build: clean up build system, use one shared Makefilejoshua stein
2019-12-18LibDraw: Create purgeable GraphicsBitmap in the PNG decoderAndreas Kling
2019-12-18LibDraw: Add GraphicsBitmap::create_purgeable()Andreas Kling
2019-12-16LibDraw: Parse the color name "pink" to #ffc0cbAndreas Kling
2019-12-13LibDraw: Add a way to check for horizontal/vertical Rect intersectionsAndreas Kling
2019-12-09AK: Use size_t for the length of stringsAndreas Kling
2019-12-08LibDraw: Add GraphicsBitmap::to_shareable_bitmap()Andreas Kling
2019-12-02LibDraw: Remove convenience functions for the old WindowServer IPCAndreas Kling
2019-11-29LibDraw: Painter::draw_pixel() with thickness>1 was doubly translatingAndreas Kling
2019-11-27LibDraw: Support dotted lines in Painter::draw_line()Andreas Kling
2019-11-25LibDraw: Add Painter::clear_rect() for filling a rect without blendingAndreas Kling
2019-11-23LibCore: Move puff() from LibDraw to LibCoreAndreas Kling
2019-11-23LibDraw: Start work on a GIF decoder (not yet functional!)Andreas Kling
2019-11-18LibDraw: Add named colors "MidCyan" and "DarkCyan"Andreas Kling
2019-11-17LibDraw: Add Rect::from_two_points(Point, Point)Andreas Kling
2019-11-16LibDraw: Add support for colors with alpha in Painter::fill_rect()Andreas Kling
2019-11-10WindowServer: Don't de-maximize windows immediately (#756)masi456
2019-11-03POSIX compliance: (most) shell scripts converted to generic shellGeorge Pickering
2019-10-20LibDraw: Add FloatPoint, FloatSize and FloatRectAndreas Kling
2019-10-19LibDraw: Rename ImageLoader => ImageDecoderAndreas Kling