summaryrefslogtreecommitdiff
path: root/SharedGraphics
AgeCommit message (Expand)Author
2019-02-17SharedGraphics: Fix #ifdef mismatch in Painter.Andreas Kling
2019-02-17SharedGraphics: Removed some unused stuff from Font.Andreas Kling
2019-02-17Move WindowServer to userspace.Andreas Kling
2019-02-16SharedGraphics: Rework GraphicsBitmap::create_kernel_only() into create().Andreas Kling
2019-02-16Kernel: Add a simple shared memory API for two processes only.Andreas Kling
2019-02-15Use modern C++ attributes instead of __attribute__ voodoo.Andreas Kling
2019-02-15WindowServer: Rename GUI_Foo to WSAPI_Foo.Andreas Kling
2019-02-14WindowServer: Convert entire API to be message-based.Andreas Kling
2019-02-12Fix some compilation warnings.Andreas Kling
2019-02-11WindowServer: More work on menus.Andreas Kling
2019-02-11WindowServer: Start implementing a menu system.Andreas Kling
2019-02-10Port Terminal to LibGUI.Andreas Kling
2019-02-10SharedGraphics: Tighten clip when blitting without alpha.Andreas Kling
2019-02-10LibGUI: Start adding an automatic widget layout system.Andreas Kling
2019-02-10SharedGraphics: Fix blitting GraphicsBitmaps with clipping enabled.Andreas Kling
2019-02-10LibGUI: Share code for widget rendering styles in a GStyle class.Andreas Kling
2019-02-09LibGUI: Start working on a GScrollBar.Andreas Kling
2019-02-08SharedGraphics: Don't eagerly commit mmap'ed font files in kernel.Andreas Kling
2019-02-08SharedGraphics: GraphicsBitmap::load_from_file() should be allowed to fail.Andreas Kling
2019-02-08SharedGraphics: Allocate file-backed kernel GraphcisBitmaps in WindowServer.Andreas Kling
2019-02-07Start working on a simple Launcher app.Andreas Kling
2019-02-06Bootloader: Locate the kernel's data segment and clear it.Andreas Kling
2019-02-06SharedGraphics: Fix broken rendering of partially clipped GlyphBitmaps.Andreas Kling
2019-02-05Remove some unused files.Andreas Kling
2019-02-05SharedGraphics: Add some useful painting helpers and make use of them.Andreas Kling
2019-02-05Show the amount of memory in GraphicsBitmaps in /bin/top.Andreas Kling
2019-02-05Rename LizaBold to LizaRegular and LizaBlack to LizaBold.Andreas Kling
2019-02-05mmap all the font files!Andreas Kling
2019-02-04FontEditor: Minor UI improvements.Andreas Kling
2019-02-04LizaBold8x10: Import a bold variant of Liza8x10 and make it the default bold.Andreas Kling
2019-02-03SharedGraphics: Font::load_from_file() forgot to close() the font file.Andreas Kling
2019-02-03SharedGraphics: Add missing clipping in draw_line().Andreas Kling
2019-02-03FontEditor: Add text box for editing the font name.Andreas Kling
2019-02-03Load the default font from disk in the kernel as well.Andreas Kling
2019-02-03Make font loading use mmap().Andreas Kling
2019-02-02Support font files.Andreas Kling
2019-02-02SharedGraphics: Fix Font.cpp kernel build.Andreas Kling
2019-02-02Start working on a simple graphical font editor.Andreas Kling
2019-02-02Add basic automatic dependency management to Makefiles.Andreas Kling
2019-02-01SharedGraphics: Make Painter::fill_rect() respect the current DrawOp.Andreas Kling
2019-01-31Big, possibly complete sweep of naming changes.Andreas Kling
2019-01-31Add a simple clock window to guitest2.Andreas Kling
2019-01-31Kernel: Make Process a Weakable class.Andreas Kling
2019-01-27Painter: Tell the compiler to flatten Font::draw_glyph().Andreas Kling
2019-01-27Font: Eagerly load all 256 glyphs. It's not that many.Andreas Kling
2019-01-26WindowServer: Rename WSEvent to WSMessage.Andreas Kling
2019-01-26Refactor GUI rendering model to be two-phased.Andreas Kling
2019-01-25Liza8x10: Tweak 'o' glyph.Andreas Kling
2019-01-25Liza8x10: Minor glyph tweaks.Andreas Kling
2019-01-25SharedGraphics: Import another 8x10 fixed-width font I made.Andreas Kling