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-03-01
Base: Add Csilla Bold 7x10 variant.
Andreas Kling
2019-03-01
Base: Import a new font, Csilla Thin (7x10).
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-28
LibGUI: Draw separators between GTableView column headers.
Andreas Kling
2019-02-25
More moving towards using signed types.
Andreas Kling
2019-02-25
Fix a bunch of compiler warnings. Not all, but a lot.
Andreas Kling
2019-02-25
Convert more RetainPtr use to Retained.
Andreas Kling
2019-02-25
AK: Add Retained<T>, like RetainPtr, but never null.
Andreas Kling
2019-02-22
Switch over to building everything with i686-elf-g++.
Andreas Kling
2019-02-21
Add concept of size increments to windowing system.
Andreas Kling
2019-02-20
Rework the rendering model so that clients instantiate backing stores.
Andreas Kling
2019-02-20
LibGUI: Add a GToolBar class that can be populated with GActions.
Andreas Kling
2019-02-19
SharedGraphics: Minor tweaks in rect shattering code.
Andreas Kling
2019-02-19
WindowServer: Avoid overdraw by shattering dirty rects into unique shards.
Andreas Kling
2019-02-19
WindowServer: Support windows with alpha channels. And per-WSWindow opacity.
Andreas Kling
2019-02-17
SharedGraphics: Assign a human-friendly name for mmapped GraphicsBitmap.
Andreas Kling
2019-02-17
SharedGraphics: Fix #ifdef mismatch in Painter.
Andreas Kling
2019-02-17
SharedGraphics: Removed some unused stuff from Font.
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-15
Use modern C++ attributes instead of __attribute__ voodoo.
Andreas Kling
2019-02-15
WindowServer: Rename GUI_Foo to WSAPI_Foo.
Andreas Kling
2019-02-14
WindowServer: Convert entire API to be message-based.
Andreas Kling
2019-02-12
Fix some compilation warnings.
Andreas Kling
2019-02-11
WindowServer: More work on menus.
Andreas Kling
2019-02-11
WindowServer: Start implementing a menu system.
Andreas Kling
2019-02-10
Port Terminal to LibGUI.
Andreas Kling
2019-02-10
SharedGraphics: Tighten clip when blitting without alpha.
Andreas Kling
2019-02-10
LibGUI: Start adding an automatic widget layout system.
Andreas Kling
2019-02-10
SharedGraphics: Fix blitting GraphicsBitmaps with clipping enabled.
Andreas Kling
2019-02-10
LibGUI: Share code for widget rendering styles in a GStyle class.
Andreas Kling
2019-02-09
LibGUI: Start working on a GScrollBar.
Andreas Kling
2019-02-08
SharedGraphics: Don't eagerly commit mmap'ed font files in kernel.
Andreas Kling
2019-02-08
SharedGraphics: GraphicsBitmap::load_from_file() should be allowed to fail.
Andreas Kling
2019-02-08
SharedGraphics: Allocate file-backed kernel GraphcisBitmaps in WindowServer.
Andreas Kling
2019-02-07
Start working on a simple Launcher app.
Andreas Kling
2019-02-06
Bootloader: Locate the kernel's data segment and clear it.
Andreas Kling
2019-02-06
SharedGraphics: Fix broken rendering of partially clipped GlyphBitmaps.
Andreas Kling
2019-02-05
Remove some unused files.
Andreas Kling
2019-02-05
SharedGraphics: Add some useful painting helpers and make use of them.
Andreas Kling
2019-02-05
Show the amount of memory in GraphicsBitmaps in /bin/top.
Andreas Kling
2019-02-05
Rename LizaBold to LizaRegular and LizaBlack to LizaBold.
Andreas Kling
2019-02-05
mmap all the font files!
Andreas Kling
2019-02-04
FontEditor: Minor UI improvements.
Andreas Kling
2019-02-04
LizaBold8x10: Import a bold variant of Liza8x10 and make it the default bold.
Andreas Kling
2019-02-03
SharedGraphics: Font::load_from_file() forgot to close() the font file.
Andreas Kling
2019-02-03
SharedGraphics: Add missing clipping in draw_line().
Andreas Kling
2019-02-03
FontEditor: Add text box for editing the font name.
Andreas Kling
[next]