index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
SharedGraphics
Age
Commit message (
Expand
)
Author
2019-05-11
Painter: Always optimize with -O3.
Andreas Kling
2019-05-11
Painter: Simplify the draw_scaled_bitmap() fast path for integer scale.
Andreas Kling
2019-05-11
Painter: Fix typo in 4x scaling fast path.
Andreas Kling
2019-05-11
Painter: Add a fast path for draw_scaled_bitmap() with integer scale.
Andreas Kling
2019-05-11
Painter: Templatize the inner loop of draw_scaled_bitmap().
Andreas Kling
2019-05-11
StylePainter: Remove some unused variables.
Andreas Kling
2019-05-11
Painter: Improve draw_scaled_bitmap() performance.
Andreas Kling
2019-05-11
WindowServer: Improve window frames by giving them a raised frame look. :^)
Andreas Kling
2019-05-08
GraphicsBitmap: size_in_bytes() was overshooting by 4x, oops!
Andreas Kling
2019-05-07
Painter: Support diagonal lines with dy>dx, and apply clipping as well.
Andreas Kling
2019-05-07
Painter: Remove unused draw_focus_rect().
Andreas Kling
2019-05-07
GTabWidget: Highlight tab buttons when hovered.
Andreas Kling
2019-05-06
GraphicsBitmap: Add non-const overload of bits().
Andreas Kling
2019-05-06
GraphicsBitmap: Add a new "Indexed8" format that uses a 256-entry palette.
Andreas Kling
2019-05-06
Make sure all GraphicsBitmap scanlines are 16-byte aligned.
Andreas Kling
2019-05-06
Color: Add named color "Cyan"
Andreas Kling
2019-05-05
ProcessManager+LibGUI: Tweak things to improve ProcessManager look.
Andreas Kling
2019-05-05
GTabWidget: Paint a frame around the container part of the widget.
Andreas Kling
2019-05-05
GTabWidget: Make a custom look for tab buttons.
Andreas Kling
2019-05-04
Painter: Re-enable diagonal draw_line().
Andreas Kling
2019-05-04
GTableView: Improve look of column headers, and add sort order indicators.
Andreas Kling
2019-05-02
GButton: Draw disabled buttons with grayed-out text.
Andreas Kling
2019-04-30
PNGLoader: Tag the decoded bitmap with the source PNG path.
Andreas Kling
2019-04-26
LibGUI+WindowServer: Make it possible to have checkable GActions.
Andreas Kling
2019-04-26
GraphicsBitmap: munmap() pixels on destruction of self-allocating bitmaps.
Andreas Kling
2019-04-24
SharedGraphics: Add is_right_text_alignment(TextAlignment) helper.
Andreas Kling
2019-04-23
Do a pass of compiler warning fixes.
Andreas Kling
2019-04-20
WindowSerer+LibGUI: Send multiple rects in invalidation/flush messages.
Andreas Kling
2019-04-20
Sprinkle use of AK::Vector in various places.
Andreas Kling
2019-04-16
WindowServer: Improve the look of menus.
Andreas Kling
2019-04-16
Make better use of geometry class helpers in some places.
Andreas Kling
2019-04-16
SharedGraphics: Move PainterStateSaver out of line.
Andreas Kling
2019-04-15
PNGLoader: Disable debug spam.
Andreas Kling
2019-04-13
GVariant: Add to_bool(), to_int() and to_color().
Andreas Kling
2019-04-12
GVariant: Tweak stringification of Color, Boolean and Invalid variants.
Andreas Kling
2019-04-12
StylePainter: Don't paint hover frame around disabled CoolBar buttons.
Andreas Kling
2019-04-12
Color: Add a simple lightened() helper.
Andreas Kling
2019-04-12
Painter: Add alpha-blending support to blit_dimmed().
Andreas Kling
2019-04-11
GGroupBox: Improve appearance with new FrameShape::Box style.
Andreas Kling
2019-04-10
Introduce LibCore and move GElapsedTimer => CElapsedTimer.
Andreas Kling
2019-04-10
Color: Add to_grayscale() and darkened() helpers.
Andreas Kling
2019-04-10
WindowServer: Factor out some parts of compose().
Andreas Kling
2019-04-10
LibGUI: Move frame painting from GFrame to StylePainter.
Andreas Kling
2019-04-10
GSpinBox: Put nice little arrow glyphs on the buttons.
Andreas Kling
2019-04-06
Add a slight hover highlight to GButton and WSButton. :^)
Andreas Kling
2019-04-04
Painter: Add text elision support (only right-hand side supported.)
Andreas Kling
2019-04-04
LibGUI: Make it possible for GButton to be checkable.
Andreas Kling
2019-04-03
AK: Add Eternal<T> and use it in various places.
Andreas Kling
2019-04-03
GraphicsBitmap: Use MappedFile.
Andreas Kling
2019-04-03
PNGLoader: Use MappedFile.
Andreas Kling
[next]