Hajime Hoshi
|
7f88732cc5
ui: Fix comments
|
5 years ago |
Hajime Hoshi
|
0ec447e0d0
ui: Add SetScreenTransparent / IsScreenTransparent
|
5 years ago |
Hajime Hoshi
|
5ecd010f5a
ui: Add window.go
|
5 years ago |
Hajime Hoshi
|
e0d780b029
uidriver/glfw: Enable to call SetWindowDecorated after Run
|
5 years ago |
Hajime Hoshi
|
b5d8be96a6
mobile: Move Game definition to package ebiten
|
5 years ago |
Hajime Hoshi
|
3c51ee0991
ui: Remove theUIContext, which is not used anywhere
|
5 years ago |
Hajime Hoshi
|
49a5a2bf4e
uidriver/js: Bug fix: Needed to initialize pseudoScale with the given scale
|
5 years ago |
Hajime Hoshi
|
2f7ccf17f5
docs: Fix comments
|
5 years ago |
Hajime Hoshi
|
e391d7241d
docs: Add backward compatibility notes
|
5 years ago |
Hajime Hoshi
|
75721e6fc1
ui: Auto scaling on browsers
|
5 years ago |
Hajime Hoshi
|
52900fac79
Move back driver getters to ebiten package
|
5 years ago |
Hajime Hoshi
|
3646e7930d
graphics: Bug fix: the flag and the enqueueing operation must be protected by a same mutex
|
5 years ago |
Hajime Hoshi
|
ef56d0a535
Refactoring: isRunning -> isImageAvailable
|
5 years ago |
Hajime Hoshi
|
df8fdc855a
Bug fix: Compile error on GOOS=linux CGO_ENABLED=0
|
5 years ago |
Hajime Hoshi
|
de915a1736
Move driver getters to graphicsdriver/uidriver packages
|
5 years ago |
Hajime Hoshi
|
833e467fde
Make Ebiten buildable on the playground environment
|
5 years ago |
Hajime Hoshi
|
f984f5ada9
Force to use Go 1.12 or later
|
5 years ago |
Hajime Hoshi
|
db689f4e50
driver: Remove UI.Loop and add UI.RunWithoutMainLoop
|
5 years ago |
Hajime Hoshi
|
f6367308fc
driver: Rename GraphicsContext -> UIContext
|
5 years ago |
Hajime Hoshi
|
26c32d36b5
uidriver: Move input implementation to uidrivers
|
5 years ago |
Hajime Hoshi
|
7e5085f15b
Add uidriver package and move UI implementation to this packaage
|
5 years ago |
Hajime Hoshi
|
6b8516c7a5
driver: Move ui.RegularTermination to driver
|
5 years ago |
Hajime Hoshi
|
a980de8326
ui: Take the Input driver
|
5 years ago |
Hajime Hoshi
|
747d1be54e
driver: Move getting actual drivers to ebiten package
|
5 years ago |
Hajime Hoshi
|
f2e42c3ea1
ui: Remove dependencies on driver package
|
5 years ago |
Hajime Hoshi
|
f56c3bd096
ui: Unexport SetWindowResizable (#320)
|
5 years ago |
Hajime Hoshi
|
55e9a861d0
ui: Bug fix: isRunning should never be 'false' even after Run on GopherJS
|
5 years ago |
Hajime Hoshi
|
58cc5cb105
graphics: Better error message for At and Set (#790)
|
5 years ago |
Hajime Hoshi
|
248f51cc02
ui: Fix comments
|
5 years ago |
Hajime Hoshi
|
ddecc1c602
ui: Fix comments
|
5 years ago |