Commit Graph

2374 Commits

Author SHA1 Message Date
Hajime Hoshi
ceceed951f graphics: Add comments 2017-09-22 02:49:37 +09:00
Hajime Hoshi
6145ecee74 graphics: Misspelling 2017-09-21 23:33:27 +09:00
Hajime Hoshi
b47e564762 graphics: Add comments 2017-09-20 01:35:56 +09:00
Hajime Hoshi
0831fd2a0d graphics: Add comments 2017-09-19 01:37:24 +09:00
Hajime Hoshi
ce5a81ffcd affine: Fix comments of GeoM.Apply 2017-09-16 18:00:11 +09:00
Hajime Hoshi
2a9873a4bb affine: Add GeoM.Apply (#432) 2017-09-16 17:19:45 +09:00
Hajime Hoshi
fc125eb531 graphics: Add comments 2017-09-16 15:49:29 +09:00
Hajime Hoshi
803aa77c20 affine: Refactoring 2017-09-16 15:49:12 +09:00
Hajime Hoshi
05d91eac09 restorable: Fix misspelling 2017-09-15 03:13:36 +09:00
Hajime Hoshi
f16b5d9c10 restorable: Rename variables 2017-09-15 01:14:09 +09:00
Hajime Hoshi
ccddf3c4ac restorable: Refactoring: Remove arguments from NewImageFromImage 2017-09-15 00:51:17 +09:00
Hajime Hoshi
ca4a2d8209 restorable: Bug fix: Fix tests 2017-09-15 00:49:07 +09:00
Hajime Hoshi
2881d3fc4c restorable: Add comments 2017-09-15 00:39:49 +09:00
Hajime Hoshi
80940f9070 restorable: Add comments 2017-09-15 00:24:18 +09:00
Hajime Hoshi
b51d93a707 restorable: Add comments 2017-09-12 03:14:13 +09:00
Hajime Hoshi
c9bfc51dcc doc: Fix comments 2017-09-10 03:44:03 +09:00
Hajime Hoshi
826543bbdf doc: Add a link to 'Clock of Atonement' 2017-09-10 00:24:43 +09:00
Hajime Hoshi
45af07d08b docs: Add 'host' parameter 2017-09-10 00:06:39 +09:00
Hajime Hoshi
72c02fc398 graphics: Bug fix: viewport size must be within the framebuffer size
This fixes #71 and #420
2017-09-09 19:33:51 +09:00
Hajime Hoshi
0dcba7844b ui: Bug fix: SetScreenSize didn't work on browsers
This fixes #427
2017-09-07 11:58:04 +09:00
Hajime Hoshi
849211a5b0 examples/audioinfiniteloop: Use filepath (#428) 2017-09-07 11:44:14 +09:00
Hajime Hoshi
4b98fb248f Add examples/audioinfiniteloop 2017-09-07 11:27:51 +09:00
Hajime Hoshi
3d7cce548b doc: Update: Now Edge is supported 2017-09-07 03:17:15 +09:00
Hajime Hoshi
d30f8a2bbf graphics: Fix viewport sizes for Edge (#71) 2017-09-07 03:08:22 +09:00
Hajime Hoshi
da48712cf3 web: Add IsEdgeBrowser 2017-09-07 02:47:27 +09:00
Hajime Hoshi
2d5b062c3c opengl: Refactoring: Replace NewBuffer with new funcs
Replace NewBuffer with NewArrayBuffer and NewElementArrayBuffer
2017-09-01 01:30:09 +09:00
Hajime Hoshi
b332f673eb Add 1l0 to AUTHORS 2017-08-28 23:31:13 +09:00
1l0
5d2393c3c1 glfw: Add StickyModes to window.InputMode (resolve #314 #399) (#423) 2017-08-28 23:29:19 +09:00
Hajime Hoshi
dae3aac4f4 Suspend building with GopherJS on TravisCI temporarily (#422) 2017-08-28 23:14:47 +09:00
Hajime Hoshi
eec49920fd Update Go 1.9 in .travis.yml 2017-08-28 03:27:59 +09:00
Hajime Hoshi
8725589619 audio/mp3: Bug fix: decoding a mono MP3 panics on browsers (#421) 2017-08-28 01:36:27 +09:00
Hajime Hoshi
6c10251a45 examples/_server: Enable to specify host 2017-08-27 05:22:08 +09:00
Hajime Hoshi
fabafff7ed examples: Better error message 2017-08-27 04:47:37 +09:00
Hajime Hoshi
99d170b454 ui: Remove isSafari that is not used anywhere 2017-08-27 02:14:23 +09:00
Hajime Hoshi
b05455a2a6 clock: Fix comments 2017-08-24 02:30:43 +09:00
Hajime Hoshi
12c24215b1 graphics: Bug fix: Flush after filling (#419) 2017-08-24 00:11:08 +09:00
Hajime Hoshi
bb6dfeefd4 ui: Add comments on Touches 2017-08-22 00:58:38 +09:00
Hajime Hoshi
71117073d0 doc: Update examples/hsv 2017-08-21 01:58:34 +09:00
Hajime Hoshi
a6516d1c9d examples/hsv: Add color inversion 2017-08-21 01:56:50 +09:00
Hajime Hoshi
0a4aec3573 doc: Update GopherJS link 2017-08-20 20:02:12 +09:00
Hajime Hoshi
cea5f8f59d doc: Bug fix: Use PNG for og:image
It looks like OpenGraph doesn't support SVG images.
2017-08-18 23:50:08 +09:00
Hajime Hoshi
a365f0c7d4 doc: Remove force-https.js
GitHub pages will do the same thing instead.
2017-08-18 23:44:11 +09:00
Hajime Hoshi
a444f1ba35 doc: Add og:image 2017-08-18 23:43:08 +09:00
Hajime Hoshi
f36aae4275 doc: Pass W3C validator 2017-08-18 23:26:17 +09:00
Hajime Hoshi
4a13267590 examples/audio: Use DrawRect 2017-08-18 12:11:59 +09:00
Hajime Hoshi
27365161f0 doc: Renewal 2017-08-18 03:00:05 +09:00
Hajime Hoshi
d4f3b683d8 doc: Avoid using symbolic links in paths
Symbolic links can be problematic especially on Windows
2017-08-18 02:41:27 +09:00
Hajime Hoshi
1361383ef4 Use 'localhost' explicitly to avoid warnings on Windows 2017-08-18 02:30:46 +09:00
Hajime Hoshi
ab269c621b doc: Update bootstrap version to 4 2017-08-18 01:22:19 +09:00
Hajime Hoshi
179b3134e3 doc: Update examples 2017-08-17 23:13:15 +09:00