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
/
LibGfx
Age
Commit message (
Expand
)
Author
2020-08-30
LibGfx: add support for interlaced GIFs
Peter Nelson
2020-08-30
LibGfx: correctly handle GIF frame disposal modes
Peter Nelson
2020-08-30
Libraries: Unbreak building with extra debug macros
Ben Wiederhake
2020-08-27
Base: Create /res/icons/serenity for misc. sized system icons
thankyouverycool
2020-08-27
Meta: Force semi-colon after MAKE_AK_NONXXXABLE()
Ben Wiederhake
2020-08-26
WindowServer+LibGfx: Move title bar button layout to WindowTheme
thankyouverycool
2020-08-26
LibGfx: Use valid hsv values in painter debug
LepkoQQ
2020-08-26
LibGfx: Always use 0..360 0..1 0..1 in HSV colors
LepkoQQ
2020-08-25
AK: Add Endian.h header to replace NetworkOrdered.h.
asynts
2020-08-23
LibGUI+LibGfx: Implement upside-down appearance for bottom-side tabs
Andreas Kling
2020-08-23
LibGfx+WindowServer: Simplify notification window frame theming
Andreas Kling
2020-08-23
LibGfx: Add TextAlignment::BottomRight
Peter Elliott
2020-08-21
LibGfx: Use an enumerator macro for color roles
Andreas Kling
2020-08-21
LibGfx+WindowServer: Simplify WindowTheme::paint_normal_frame() API
Andreas Kling
2020-08-20
LibGfx: Support loading GIF local color maps if present :^)
Andreas Kling
2020-08-20
LibGfx: Initialize some uninitialized things in GIFLoader
Andreas Kling
2020-08-19
LibGfx: Small improvement for DisjointRectSet::shatter
Tom
2020-08-18
LibGfx: Add convenience helpers for Rect
Tom
2020-08-18
LibGfx: Add convenience method Point::constrained
Tom
2020-08-18
LibGfx: Add a few convenience methods to DisjointRectSet
Tom
2020-08-17
LibGfx: Move original StylePainter code to ClassicStylePainter
Sarah
2020-08-17
LibGfx: Add abstract StylePainter class
Sarah
2020-08-16
LibGfx: Add initial font family matching
thankyouverycool
2020-08-16
AK: Rename KB, MB, GB to KiB, MiB, GiB
Nico Weber
2020-08-13
LibGfx: use disposal method of previous frame in GIF transparency
Peter Nelson
2020-08-13
LibGfx: correctly handle transparency between GIF frames
Peter Nelson
2020-08-12
LibGfx: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-12
Meta: Replace remaining LibM/math.h includes with math.h
Linus Groh
2020-08-10
LibGfx: Correct copyright years for {Classic,}WindowTheme.{cpp,h}
Andreas Kling
2020-08-10
WindowServer+LibGfx: Move window frame rect calculation to WindowTheme
Andreas Kling
2020-08-10
ClassicWindowTheme: Fix titlebar redraw issues
Sarah
2020-08-09
WindowServer+LibGfx: Move notification window frame painting to LibGfx
Andreas Kling
2020-08-09
WindowServer+LibGfx: Move normal window frame painting to a WindowTheme
Andreas Kling
2020-08-09
LibGfx: Add a basic abstract WindowTheme class
Andreas Kling
2020-08-07
LibGfx: Add dummy Font::x_height() getter
Andreas Kling
2020-08-06
Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)
asynts
2020-08-05
Unicode: Try s/codepoint/code_point/g again
Nico Weber
2020-08-05
Revert "Unicode: s/codepoint/code_point/g"
Nico Weber
2020-08-05
LibGfx: Make draw_scaled_bitmap() apply relative opacity
Andreas Kling
2020-08-04
Revert "LibM: Always include <math.h> instead of <LibM/math.h>"
Andreas Kling
2020-08-04
LibM: Always include <math.h> instead of <LibM/math.h>
Andreas Kling
2020-08-03
Unicode: s/codepoint/code_point/g
Andreas Kling
2020-08-01
Themes: Fix default theme window stripes and shadow after #2811
Nico Weber
2020-08-01
LibGfx: Add Paths to themes
thankyouverycool
2020-07-27
LibGfx: Fix dumb typo in PNG decoder
Andreas Kling
2020-07-27
LibGfx: Simplify some excessive use of pow() in scanline unfiltering
Andreas Kling
2020-07-27
LibGfx: Templatize Point, Size, and Rect
Matthew Olsson
2020-07-26
LibWeb: Abstract common operations of graphical SVG elements
Matthew Olsson
2020-07-26
LibGfx: Add FloatPoint methods
Matthew Olsson
2020-07-26
LibGfx: Add elliptical curves to Path
Matthew Olsson
[next]