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-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
2019-02-03
Load the default font from disk in the kernel as well.
Andreas Kling
2019-02-03
Make font loading use mmap().
Andreas Kling
2019-02-02
Support font files.
Andreas Kling
2019-02-02
SharedGraphics: Fix Font.cpp kernel build.
Andreas Kling
2019-02-02
Start working on a simple graphical font editor.
Andreas Kling
2019-02-02
Add basic automatic dependency management to Makefiles.
Andreas Kling
2019-02-01
SharedGraphics: Make Painter::fill_rect() respect the current DrawOp.
Andreas Kling
2019-01-31
Big, possibly complete sweep of naming changes.
Andreas Kling
2019-01-31
Add a simple clock window to guitest2.
Andreas Kling
2019-01-31
Kernel: Make Process a Weakable class.
Andreas Kling
2019-01-27
Painter: Tell the compiler to flatten Font::draw_glyph().
Andreas Kling
2019-01-27
Font: Eagerly load all 256 glyphs. It's not that many.
Andreas Kling
2019-01-26
WindowServer: Rename WSEvent to WSMessage.
Andreas Kling
2019-01-26
Refactor GUI rendering model to be two-phased.
Andreas Kling
2019-01-25
Liza8x10: Tweak 'o' glyph.
Andreas Kling
2019-01-25
Liza8x10: Minor glyph tweaks.
Andreas Kling
2019-01-25
SharedGraphics: Import another 8x10 fixed-width font I made.
Andreas Kling
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
[next]