~thopiekar/pygame/+git/pygame:windows-dpi

Last commit made on 2019-05-16
Get this branch:
git clone -b windows-dpi https://git.launchpad.net/~thopiekar/pygame/+git/pygame

Branch merges

Branch information

Name:
windows-dpi
Repository:
lp:~thopiekar/pygame/+git/pygame

Recent commits

30a8524... by =?utf-8?q?David_L=C3=B6nnhager?= <email address hidden>

Enable DPI awareness on Windows.

236eb88... by illume

Merge pull request #1039 from pygame/robertpfeiffer-sdl2-logical2

SDL2: scale up set_mode(flags=SCALED)

f89cda8... by illume

pygame.SCALED is 0 on SDL1.

3dd09c0... by illume

Some basic API docs for SCALED.

e3a1c68... by illume

Simple SCALED test for set_mode.

b474e5e... by illume

Change LOGICAL to SCALED.

146063b... by illume

Remove a debugging printf.

497ce5d... by illume

Merge pull request #832 from robertpfeiffer/sdl2-logical

SDL2: allow set_mode to "logical" screen size, scaled to actual screen

24d5bb8... by illume

Merge pull request #1025 from charlesej/fix-draw-func-signatures

Fix draw function signatures

592c6b6... by illume

Merge branch 'master' into fix-draw-func-signatures