Popular repositories
1,839 contributions in the last year
Contribution activity
January 2021
Created 66 commits in 5 repositories
Created 1 repository
Created a pull request in SerenityOS/serenity that received 10 comments
WindowServer: Make HighDPI aware
Almost all logic stays in "logical" (unscaled coordinates), which means the patch is small and things like DnD, window moving and resizing, menu ha…
+83
−52
•
10
comments
Opened 32 other pull requests in 3 repositories
SerenityOS/serenity
30
merged
- Fix more wallpaper painting issues in highdpi
- Make stretching low-res desktop images work much better.
- LibGfx: Implement scaling support for draw_tiled_bitmap()
- LibGfx: Implement blit_offset() in terms of blit()
- LibGfx: Remove Painter::blit_scaled() in favor of Painter::draw_scale…
- LibGfx: Correctly handle source rect offset in draw_scaled_bitmap
- LibGfx: Compute hscale/vscale inside do_draw_scaled_bitmap instead of…
- oss-fuzz: Try harder to fix build
- Revert "LibCore: Try to fix fuzzer build"
- Meta: Add some more documentation on oss-fuzz
- LibJS: Include <typeinfo> in AST.cpp
- LibCore: Try to fix fuzzer build
- SystemServer.ini: Default to not showing network change notifications
- LibGfx/Painter: Keep translation and clip_rect in logical coordinates
- LibGfxScaleDemo: Add coverage for blit_with_alpha
- Make arrow cursor and window buttons high-resolution in highdpi mode
- Docs: Start outlining options for highdpi resource handling
- LibGfx: Make Painter take the scale factor as constructor argument
- DisplaySettings: Add UI for switching the scale factor
- LibGfxScaleDemo: Add Emoji to window title bar
- Utilities+WindowServer: Add "chres", give SetResolution a scale parameter, plumb it through
- WindowServer: Delete dead set_screen parameter
- DisplaySettings: Minor tweaks
- LibGfx: Make Painter::draw_rect() scale-aware
- LibGfx: Make it possible to apply an (integer) scale to a Painter
- Some pull requests not shown.
google/oss-fuzz
1
merged
MattPD/cpplinks
1
merged
Created an issue in SerenityOS/serenity that received 4 comments
Run...->Browse... crashes Run with "has not pledged thread"
Subject says it all. Maybe just needs to pledge thread :) @nvella
4
comments