Age | Commit message (Expand) | Author |
---|---|---|
2021-01-20 | WindowServer: In HighDPI mode, load high-res window buttons and high-res cursors | Nico Weber |
2021-01-20 | LibGfx: Give Bitmap a scale factor | Nico Weber |
2021-01-17 | LibGfx: Remove remaining SharedBuffer support in Gfx::Bitmap | Andreas Kling |
2021-01-16 | LibGfx+LibGUI: Make Gfx::ShareableBitmap transmit indexed palettes | Andreas Kling |
2021-01-16 | LibGfx: Make Gfx::Bitmap::create_shareable() use an anonymous file | Andreas Kling |
2021-01-16 | LibGfx: Make sure Bitmap::create_with_anon_fd() always closes if needed | Andreas Kling |
2021-01-16 | LibGfx: Fix fuzzer build (put anon_create() behind __serenity__) | Andreas Kling |
2021-01-15 | LibGfx: Make Gfx::ShareableBitmap use anonymous files instead of shbufs | Andreas Kling |
2021-01-15 | LibGfx: Allow creating a Gfx::Bitmap backed by an anonymous file | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |