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
/
GraphicsBitmap.h
Age
Commit message (
Expand
)
Author
2019-06-07
SharedGraphics: Run clang-format on everything.
Andreas Kling
2019-06-03
StringViewize a bunch of things -- mostly LibGUI
Robin Burchell
2019-05-08
GraphicsBitmap: size_in_bytes() was overshooting by 4x, oops!
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-04-30
PNGLoader: Tag the decoded bitmap with the source PNG path.
Andreas Kling
2019-04-26
GraphicsBitmap: munmap() pixels on destruction of self-allocating bitmaps.
Andreas Kling
2019-04-03
GraphicsBitmap: Use MappedFile.
Andreas Kling
2019-03-23
FileManager: Add basic thumbnailing of PNG images.
Andreas Kling
2019-03-22
Use the PNG loader for all images, and get rid of the .rgb files.
Andreas Kling
2019-03-17
Add client-side double buffering of window backing stores.
Andreas Kling
2019-03-08
Add a C++ helper class for working with shared buffers.
Andreas Kling
2019-02-25
AK: Add Retained<T>, like RetainPtr, but never null.
Andreas Kling
2019-02-19
WindowServer: Support windows with alpha channels. And per-WSWindow opacity.
Andreas Kling
2019-02-17
Move WindowServer to userspace.
Andreas Kling
2019-02-16
SharedGraphics: Rework GraphicsBitmap::create_kernel_only() into create().
Andreas Kling
2019-02-16
Kernel: Add a simple shared memory API for two processes only.
Andreas Kling
2019-02-11
WindowServer: Start implementing a menu system.
Andreas Kling
2019-02-07
Start working on a simple Launcher app.
Andreas Kling
2019-01-31
Kernel: Make Process a Weakable class.
Andreas Kling
2019-01-24
Let userland retain the window backing store while drawing into it.
Andreas Kling
2019-01-19
Make a SharedGraphics directory for classes shared between Kernel and LibGUI.
Andreas Kling