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-07-12
Painter: Don't add line spacing after the very last line in draw_text().
Andreas Kling
2019-07-12
Painter: Implement multi-line support in Painter::draw_text().
Andreas Kling
2019-07-08
Kernel: Have the open() syscall take an explicit path length parameter.
Andreas Kling
2019-07-08
StringView: Rename characters() to characters_without_null_termination().
Andreas Kling
2019-07-04
SharedGraphics: Add LogStream operator<<'s for Rect, Point and Size.
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-06-30
Meta: Removed all gitignore in the source tree only keeping the root one
VAN BOSSUYT Nicolas
2019-06-30
GUI: Use Win2K-like "warm gray" color instead of the older colder gray.
Andreas Kling
2019-06-25
GraphicsBitmap: Add bpp(), returns the number of bits per pixel.
Andreas Kling
2019-06-23
PaintBrush: Implement a thickness setting for the pen tool.
Andreas Kling
2019-06-22
LibGUI: Fix compiler warnings.
Andreas Kling
2019-06-21
AK: Rename Retainable.h => RefCounted.h.
Andreas Kling
2019-06-21
AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-21
AK: Rename Retainable => RefCounted.
Andreas Kling
2019-06-16
Color: Add setters for the red, green and blue components.
Andreas Kling
2019-06-15
GraphicsBitmap: Provide templated versions of get_pixel() and set_pixel().
Andreas Kling
2019-06-14
GraphicsBitmap: Add set_pixel(x, y, Color)
Andreas Kling
2019-06-14
Color: Add equality operators.
Andreas Kling
2019-06-11
Color: Add inverted().
Andreas Kling
2019-06-10
GraphicsBitmap: Add a fill(Color) helper.
Andreas Kling
2019-06-07
Meta: Tweak .clang-format to not wrap braces after enums.
Andreas Kling
2019-06-07
SharedGraphics: Run clang-format on everything.
Andreas Kling
2019-06-06
WindowServer: New API for Scaled Blit
Christopher Dumas
2019-06-06
WindowServer: Implement scaled backgrounds and scaled blitting function
Christopher Dumas
2019-06-06
WindowServer: Clang-Format
Christopher Dumas
2019-06-03
Painter: Reduce the number of draw_text overloads to only involve StringView
Robin Burchell
2019-06-03
StringViewize a bunch of things -- mostly LibGUI
Robin Burchell
2019-06-01
PNGLoader: Annotate the decompression buffer mmap with a name.
Andreas Kling
2019-05-27
removed extra impl of scaling
Christopher Dumas
2019-05-27
centered backgrounds are now an option
Christopher Dumas
2019-05-27
tiled backgrounds no longer has strange off-by-one pixel errors
Christopher Dumas
2019-05-27
can now tile background and made sure the IRC choose server popup still works
Christopher Dumas
2019-05-27
SharedGraphics: Make Rect::shatter() return a Vector<Rect, 4>.
Andreas Kling
2019-05-26
WSCompositor: Allow a compose to bypass the timer when it first happens
Robin Burchell
2019-05-25
WindowServer: Tweak window titlebar look somewhat.
Andreas Kling
2019-05-25
GButton: Align the button text according to text_alignment().
Andreas Kling
2019-05-25
StylePainter: Remove some unused code.
Andreas Kling
2019-05-19
LibC: Add mmap_with_name() that names the allocation immediately.
Andreas Kling
2019-05-17
Build: Install most headers to Root (and libcore.a/libgui.a)
Robin Burchell
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
[next]