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
/
Painter.h
Age
Commit message (
Expand
)
Author
2019-03-22
SharedGraphics: Add Painter::draw_scaled_bitmap().
Andreas Kling
2019-03-09
SharedGraphics: Allow passing a Font to text drawing functions.
Andreas Kling
2019-03-09
SharedGraphics: Add PainterStateSaver RAII helper and Point::operator-().
Andreas Kling
2019-03-09
SharedGraphics: Give painter a state stack and save()/restore() operations.
Andreas Kling
2019-03-07
GTextEditor: Add a ruler column that always shows the line numbers.
Andreas Kling
2019-03-07
GTextEditor: Let's use a Vector for the line backing store.
Andreas Kling
2019-03-07
GTextEditor: Improvements to cursor rendering.
Andreas Kling
2019-02-28
SharedGraphics: Make Painter clipping work with translated clip origin.
Andreas Kling
2019-02-28
LibGUI: Allow specifying per-column text alignment.
Andreas Kling
2019-02-25
Convert more RetainPtr use to Retained.
Andreas Kling
2019-02-19
WindowServer: Support windows with alpha channels. And per-WSWindow opacity.
Andreas Kling
2019-02-17
SharedGraphics: Fix #ifdef mismatch in Painter.
Andreas Kling
2019-02-17
Move WindowServer to userspace.
Andreas Kling
2019-02-11
WindowServer: More work on menus.
Andreas Kling
2019-02-10
Port Terminal to LibGUI.
Andreas Kling
2019-02-10
LibGUI: Share code for widget rendering styles in a GStyle class.
Andreas Kling
2019-02-07
Start working on a simple Launcher app.
Andreas Kling
2019-02-05
SharedGraphics: Add some useful painting helpers and make use of them.
Andreas Kling
2019-02-05
mmap all the font files!
Andreas Kling
2019-02-04
FontEditor: Minor UI improvements.
Andreas Kling
2019-02-02
Start working on a simple graphical font editor.
Andreas Kling
2019-02-01
SharedGraphics: Make Painter::fill_rect() respect the current DrawOp.
Andreas Kling
2019-01-31
Add a simple clock window to guitest2.
Andreas Kling
2019-01-25
Snazz up the windows with some title bar gradients. :^)
Andreas Kling
2019-01-24
Let userland retain the window backing store while drawing into it.
Andreas Kling
2019-01-21
WindowServer: Show PID and window ID in title bars for now.
Andreas Kling
2019-01-20
WindowServer: Only blit dirty rect of windows to back buffer.
Andreas Kling
2019-01-20
Rename all the LibGUI classes to GClassName.
Andreas Kling
2019-01-19
Make a SharedGraphics directory for classes shared between Kernel and LibGUI.
Andreas Kling