Hajime Hoshi
|
835d199f02
|
ui: Rename SetIcon to SetWindowIcon (#386)
|
2017-09-23 17:40:09 +09:00 |
|
Hajime Hoshi
|
dacda0d176
|
ui: Add SetIcon (#386)
|
2017-09-23 04:28:57 +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 |
|
1l0
|
5d2393c3c1
|
glfw: Add StickyModes to window.InputMode (resolve #314 #399) (#423)
|
2017-08-28 23:29:19 +09:00 |
|
Hajime Hoshi
|
99d170b454
|
ui: Remove isSafari that is not used anywhere
|
2017-08-27 02:14:23 +09:00 |
|
Hajime Hoshi
|
bb6dfeefd4
|
ui: Add comments on Touches
|
2017-08-22 00:58:38 +09:00 |
|
Jake
|
0d703ca3d4
|
InputChars (#403)
This implements #400
|
2017-08-15 04:11:51 +09:00 |
|
Hajime Hoshi
|
5f538bff82
|
ui: Bug fix: initCursorVisible must be true by default
|
2017-08-12 18:32:51 +09:00 |
|
Hajime Hoshi
|
783e57d3f2
|
ui: Remove 'fullscreen' member variable
|
2017-08-12 18:31:16 +09:00 |
|
Hajime Hoshi
|
b186bc1e94
|
ui: Add IsCursorVisible (#377)
|
2017-08-12 15:45:16 +09:00 |
|
Hajime Hoshi
|
f0d47312c4
|
ui: Add IsRunnableInBackground / SetRunnableInBackground (#272)
|
2017-08-03 03:21:51 +09:00 |
|
Hajime Hoshi
|
bb5036b3e1
|
ui: Refactoring
|
2017-08-03 01:07:04 +09:00 |
|
Hajime Hoshi
|
1021521591
|
ui: initFullscreen should always be protected by lock
|
2017-08-03 00:19:04 +09:00 |
|
Hajime Hoshi
|
434d5bb00b
|
ui: Bug fix: SetFullscreen / IsFullscreen should be concurrent safe; IsFullscreen should return the correct value even before Run
|
2017-08-02 23:48:08 +09:00 |
|
Hajime Hoshi
|
807d03eb3b
|
ui: Delay initialize until Run (#397)
|
2017-07-30 20:26:40 +09:00 |
|
Hajime Hoshi
|
3bfb5054af
|
Fix misspelling
|
2017-07-23 22:50:18 +09:00 |
|
Hajime Hoshi
|
5ae03494f2
|
ui: Resize canvas size when the window is resized (#387)
|
2017-07-22 02:04:15 +09:00 |
|
Hajime Hoshi
|
63e3bc73d6
|
ui: Implement fullscreen for browsers (#387)
|
2017-07-22 01:52:08 +09:00 |
|
Hajime Hoshi
|
f591ca3d2b
|
ui: Bug fix: SetFullscreen didn't work without Run
|
2017-07-15 21:43:33 +09:00 |
|
Hajime Hoshi
|
c94c994bd1
|
ui: Allow SetFullscreen without Run
|
2017-07-15 20:29:13 +09:00 |
|
Hajime Hoshi
|
e582a661c9
|
ui: Bug fix: Should add <meta> to <head> instead of <body>
|
2017-07-02 04:18:43 +09:00 |
|
Hajime Hoshi
|
d6466fdcaf
|
ui: Bug fix: initial scale must be 1 for proper scaling
|
2017-07-02 04:08:25 +09:00 |
|
Hajime Hoshi
|
d7b7aac6e4
|
ui: Fix wrong comment
|
2017-07-01 13:03:27 +09:00 |
|
Hajime Hoshi
|
7d236950c2
|
ui: Bug fix: SwapInterval needs to be called after SetMonitor (#357)
|
2017-07-01 12:41:16 +09:00 |
|
Hajime Hoshi
|
ba204c6d3b
|
ui: Adjust cursor positoin on fullscreen mode (#374)
|
2017-07-01 04:27:38 +09:00 |
|
Hajime Hoshi
|
c694851765
|
ui: Center the screen on fullscreen mode (#374)
|
2017-07-01 04:12:09 +09:00 |
|
Hajime Hoshi
|
3168af1db4
|
ui: Refactoring: refresh rate is ignored when no monitor is specified at SetMonitor
|
2017-06-30 23:20:53 +09:00 |
|
Hajime Hoshi
|
68fbf59720
|
ui: Refactoring
|
2017-06-30 11:07:19 +09:00 |
|
Hajime Hoshi
|
cefa86ce13
|
ui: Fullscreen scale can be recalculated during fullscreen mode
|
2017-06-30 10:54:13 +09:00 |
|
Hajime Hoshi
|
6336b59493
|
ui: Bug fix: original positions must not be updated during fullscreen mode (#376)
|
2017-06-30 10:48:18 +09:00 |
|
Hajime Hoshi
|
af8b5d72c3
|
ui: Bug fix: Fullscreen scale must be recalculated
|
2017-06-30 10:22:30 +09:00 |
|
Hajime Hoshi
|
76da09f74c
|
ui: Bug fix: Window title might lost on macOS (#267)
|
2017-06-30 02:14:14 +09:00 |
|
Hajime Hoshi
|
64ed7b93f6
|
ui: Bug fix: better restoring position (#267)
|
2017-06-30 02:11:54 +09:00 |
|
Hajime Hoshi
|
1d60c009ed
|
ui: Bug fix: fullscreen scale calculation was wrong (#267)
|
2017-06-30 02:08:12 +09:00 |
|
Hajime Hoshi
|
2996f778b6
|
ui: Bug fix: position was wrong when changing window size
|
2017-06-30 01:53:14 +09:00 |
|
Hajime Hoshi
|
5b6fa2d384
|
ui: Adjust cursor position on fullscreen (#267)
|
2017-06-30 01:39:26 +09:00 |
|
Hajime Hoshi
|
e7370d8a54
|
ui: Adjust fullscreen scale (#267)
|
2017-06-30 01:28:35 +09:00 |
|
Hajime Hoshi
|
5dbfafb200
|
ui: Reserve window position before entering fullscreen-mode (#267)
|
2017-06-30 01:28:03 +09:00 |
|
Hajime Hoshi
|
b569eb9c5a
|
ui: Add SetFullscreen / IsFullscreen (#267)
|
2017-06-30 01:28:00 +09:00 |
|
Hajime Hoshi
|
d0f086323b
|
ui: Use returning values
|
2017-06-30 00:37:24 +09:00 |
|
Hajime Hoshi
|
f7a8c7efa6
|
ui: Avoid recalc the scale factor
|
2017-06-05 00:06:40 +09:00 |
|
Hajime Hoshi
|
1d59938295
|
ui: Refactoring: Remove unneeded error handlings
|
2017-05-31 10:47:52 +09:00 |
|
Hajime Hoshi
|
7d181e3182
|
opengl: Hide OpenGL context usages into internal/graphics package
|
2017-05-31 02:18:04 +09:00 |
|
Hajime Hoshi
|
93cdfe107e
|
ui: Keep the device scale to avoid re-calculation
|
2017-05-14 04:21:20 +09:00 |
|
Hajime Hoshi
|
d6219e38d8
|
ui: Rename files
|
2017-05-13 19:50:40 +09:00 |
|
Hajime Hoshi
|
b409631515
|
Add FreeBSD support (#352)
|
2017-05-11 19:09:13 +09:00 |
|
Hajime Hoshi
|
4e22bd770f
|
ui: Remove Input interface and remove locks on browsers to improve performance (#346)
|
2017-04-28 23:45:01 +09:00 |
|
Hajime Hoshi
|
0dafbfe99d
|
ui: Speed optimization for browser keyboard inputs
|
2017-04-27 11:40:32 +09:00 |
|
Hajime Hoshi
|
fb612a4b87
|
ui: Adjust window size in case when glfwGetVideoMode fails (#328)
|
2017-04-19 00:51:15 +09:00 |
|
Hajime Hoshi
|
95cb0133de
|
ui: Add keys (#339)
|
2017-04-14 03:09:00 +09:00 |
|