0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Mar 18, 2025 — Mar 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use integer math for line drawing More... over 16 years ago
Implement line algorithm that only draws dots on a wide line once More... over 16 years ago
Use the pen width when drawing bresenham lines More... over 16 years ago
Use the window offset in lineto. More... over 16 years ago
Stub NtGdiScaleViewportExtEx and NtGdiScaleWindowExtEx More... over 16 years ago
Cover some failure cases of NtGdiMoveTo More... over 16 years ago
Implement and test NtGdiMoveTo More... over 16 years ago
Use the clock as the default program More... over 16 years ago
Turn on REDUCE_FLICKER, as it works after fixing the DC size More... over 16 years ago
Add space for window origin set by OffsetWindowOrgEx to GDI_DEVICE_CONTEXT_SHARED More... over 16 years ago
Set a couple of the system colors More... over 16 years ago
Change color fetching macros to functions More... over 16 years ago
Remove redundant functions from the null display More... over 16 years ago
Add some tests for pens and make them pass More... over 16 years ago
Fix memory access tracing More... over 16 years ago
Move exttextout to device_context_t More... over 16 years ago
Rename dprintf to trace More... over 16 years ago
Fix indent More... over 16 years ago
Erase background if REDUCE_FLICKER is false More... over 16 years ago
Fix the update region More... over 16 years ago
For simplicity, draw directly to the screen More... over 16 years ago
Implement basic line drawing in bitmap_t More... over 16 years ago
Use only one definition of swap() More... over 16 years ago
Set the window visible when showing it More... over 16 years ago
Remove polypatblt from the win32mgr implementation More... over 16 years ago
Move rectangle drawing to bitmap implementation More... over 16 years ago
Make bitblt a bitmap operation More... over 16 years ago
Don't draw a boundary for the moment More... over 16 years ago
Tidy up device_context_t::get_pixel() More... over 16 years ago
Tidy up set_pixel More... over 16 years ago