ebiten/internal
Hajime Hoshi 008298468c graphics: Bug fix: fullscreen rendering was wrong
After fad65f2f5d, the viewport size
is always same as the framebuffer size. The 'screen' image size
was the actual rendering region size, and padding was not
considered in the size. The padding is added on the fullscreen
mode.

This fix adds the extra padding values to the 'screen' image size
so that the 'screen' framebuffer will be same size as the monitor
size.

Fixes #693
2018-09-29 21:56:14 +09:00
..
affine affine: Bug fix: (*GeoM).det() was wrong (#547) 2018-03-12 11:11:53 +09:00
clock Remove internal/sync 2018-05-09 23:41:08 +09:00
devicescale devicescale: Use app.RunOnJVM and remove internal/jni 2018-08-14 03:09:34 +09:00
graphics graphics: Use the viewport size same as the framebuffer size 2018-09-29 19:54:23 +09:00
graphicsutil graphicsutil: Avoid duplicated copying 2018-03-09 01:00:23 +09:00
hooks internal/hooks: Rename Update -> BeforeUpdate 2018-03-15 02:50:10 +09:00
input input: Add Pause and Print Screen buttons (#555) 2018-04-21 09:36:28 -07:00
math graphics: Refactoring: Move adjustment logic for glClearColor to opengl package 2017-12-03 03:51:42 +09:00
opengl opengl: Use 'EXT' functions for framebuffers 2018-05-10 02:11:23 +09:00
packing Revert "Revert "shareable: Avoid unneeded extending images"" 2018-03-20 02:15:49 +09:00
png Add periods after 'DO NOT EDIT' 2018-04-28 03:37:19 +09:00
restorable restorable: Fix comments 2018-04-29 13:49:33 +09:00
shareable shareable: Bug fix: SetFinalizer must not be reset at dispose(false) 2018-07-22 05:40:15 +09:00
testflock test: Use flock to make tests exclusive 2018-04-07 00:59:52 +09:00
ui graphics: Bug fix: fullscreen rendering was wrong 2018-09-29 21:56:14 +09:00
web web: Bug fix: Expose IsAndroidChrome 2017-12-17 01:22:22 +09:00
license.go internal: Fix LicenseComment not to use LICENSE file 2016-10-21 00:30:51 +09:00