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-01-25
SharedGraphics: Fix broken clipping in draw_bitmap().
Andreas Kling
2019-01-25
Snazz up the windows with some title bar gradients. :^)
Andreas Kling
2019-01-25
SharedGraphics: Optimize Painter::draw_bitmap().
Andreas Kling
2019-01-25
Terminal: Redraw entire line if any of its characters are dirty.
Andreas Kling
2019-01-24
Let userland retain the window backing store while drawing into it.
Andreas Kling
2019-01-24
Kernel: Finally stop exposing Region members to the public.
Andreas Kling
2019-01-23
SharedGraphics: Draw an error glyph instead of crashing due to missing glyphs.
Andreas Kling
2019-01-22
Kernel: Refactor Region/PageDirectory ownership model.
Andreas Kling
2019-01-21
WindowServer: Map shared GraphicsBitmaps read-only on the server side.
Andreas Kling
2019-01-21
Mark the two Regions used GraphicsBitmaps as explicitly shared.
Andreas Kling
2019-01-21
WindowServer: Show PID and window ID in title bars for now.
Andreas Kling
2019-01-21
LibGUI: Mass coding style fixes.
Andreas Kling
2019-01-20
WindowServer: Only blit dirty rect of windows to back buffer.
Andreas Kling
2019-01-20
LibGUI: Only redraw the dirty rect in GWidget.
Andreas Kling
2019-01-20
LibGUI: Hook up GWindow event dispatch for paint and mouse events.
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
[prev]