Camilla Berglund
55419bda67
Merged fullscreen and monitor modules.
ago%!(EXTRA string=13 years)
Camilla Berglund
c87829ea61
Added allocation failure check.
ago%!(EXTRA string=13 years)
Camilla Berglund
ea664c8a39
Added comments.
ago%!(EXTRA string=13 years)
Camilla Berglund
c83b336a4c
Formatting.
ago%!(EXTRA string=13 years)
Camilla Berglund
fa4f6b43f6
Added monitor stubs for Cocoa.
ago%!(EXTRA string=13 years)
Camilla Berglund
830f2b439c
Cleanup.
ago%!(EXTRA string=13 years)
Camilla Berglund
64c677be9e
Renamed config macro to match convention.
ago%!(EXTRA string=13 years)
Camilla Berglund
e15e92b583
Fixed function grouping.
ago%!(EXTRA string=13 years)
Camilla Berglund
0e2b12be43
Corrected comment.
ago%!(EXTRA string=13 years)
Camilla Berglund
023b816bcc
Disallowed hiding of fullscreen windows.
ago%!(EXTRA string=13 years)
Camilla Berglund
7be55239e7
Disabled native API by default.
ago%!(EXTRA string=13 years)
Camilla Berglund
7493bbe0c8
Removed X11 prefix from EGL and GLX files.
ago%!(EXTRA string=13 years)
Camilla Berglund
74488bec67
Further isolated X11-specific parts of EGL code.
ago%!(EXTRA string=13 years)
Camilla Berglund
0ca1e67d7a
Moved X11-specific defines to X11 header.
ago%!(EXTRA string=13 years)
Camilla Berglund
dd69985649
Fixed API error tags.
ago%!(EXTRA string=13 years)
Camilla Berglund
feef05f839
Removed superfluous inclusion.
ago%!(EXTRA string=13 years)
Camilla Berglund
bd70e53352
Added missing flags for size hints.
ago%!(EXTRA string=13 years)
Camilla Berglund
b4d0223faa
Formatting.
ago%!(EXTRA string=13 years)
Camilla Berglund
4cb569b5b3
Replaced guessing with dirent and regex.
ago%!(EXTRA string=13 years)
Camilla Berglund
e70ced5e05
Fixed bad editing in Cocoa joystick code.
ago%!(EXTRA string=13 years)
Camilla Berglund
93a1d1c226
Added stubs, implemented on Linux and Cocoa.
ago%!(EXTRA string=13 years)
Camilla Berglund
8cf093a19d
Linux joystick fixes.
ago%!(EXTRA string=13 years)
Camilla Berglund
1653541aca
Formatting.
ago%!(EXTRA string=13 years)
Camilla Berglund
ea7ab3e01b
Fixed broken selector signature.
ago%!(EXTRA string=13 years)
Camilla Berglund
52c27113d3
Shortened PC boolean name.
ago%!(EXTRA string=13 years)
Camilla Berglund
89b42d084d
Replaced glfwGetDesktopMode with glfwGetVideoMode.
ago%!(EXTRA string=13 years)
Camilla Berglund
2502e4d6f3
Renamed glfwGetJoystickPos to glfwGetJoystickAxes.
ago%!(EXTRA string=13 years)
Camilla Berglund
38e4cc3dad
Removed superfluous comments.
ago%!(EXTRA string=13 years)
Camilla Berglund
cdcf3be462
Removed event debug printfs.
ago%!(EXTRA string=13 years)
Camilla Berglund
54f1a57f8d
Added channel bit depth hint defaults.
ago%!(EXTRA string=13 years)
Camilla Berglund
d5ede06859
Removed WS_VISIBLE from creation flags.
ago%!(EXTRA string=13 years)
Camilla Berglund
54fceaaf64
Clarified result comparison.
ago%!(EXTRA string=13 years)
Camilla Berglund
53245d754e
Added detection of joystick disconnect on X11.
ago%!(EXTRA string=13 years)
Camilla Berglund
e10d935efe
API tag and error message cleanup.
ago%!(EXTRA string=13 years)
Camilla Berglund
9696321334
Fixed return value of glfwGetCurrentContext.
ago%!(EXTRA string=13 years)
Camilla Berglund
2a8b2ccef4
Split internal prototypes into APIs.
ago%!(EXTRA string=13 years)
Camilla Berglund
bb635729ec
Fixed spelling of GLFW.
ago%!(EXTRA string=13 years)
Camilla Berglund
aaaac00aa5
Comment fixes.
ago%!(EXTRA string=13 years)
Camilla Berglund
bd5ff15769
Moved error handling to init module.
ago%!(EXTRA string=13 years)
Camilla Berglund
85ca7ee184
Shortened comment.
ago%!(EXTRA string=13 years)
Camilla Berglund
5d52ad1548
Replaced GLFWGLOBAL and _init_c_ with extern.
ago%!(EXTRA string=13 years)
Camilla Berglund
1839c1c73d
Added joystick API error checks for shared and Linux code.
ago%!(EXTRA string=13 years)
Camilla Berglund
c28fb4ca0c
Cleaned up Linux joystick code.
ago%!(EXTRA string=13 years)
Camilla Berglund
bf3486f077
Comment updates and formatting.
ago%!(EXTRA string=13 years)
Camilla Berglund
f6a1bbf782
Added GLFW_VISIBLE to glfwWindowParam.
ago%!(EXTRA string=13 years)
Camilla Berglund
0e63488b40
Cocoa window visibility fixes.
ago%!(EXTRA string=13 years)
Camilla Berglund
8bb5c59d2d
Added GLFW_VISIBLE window hint and parameter.
ago%!(EXTRA string=13 years)
Camilla Berglund
3d2722dc4c
Fixed broken call to glfwShowWindow.
ago%!(EXTRA string=13 years)
Camilla Berglund
a2ca095b86
Renamed GLFW_WINDOW_RESIZABLE to GLFW_RESIZABLE.
...
This matches GLFW_ACTIVE and GLFW_ICONIFIED.
ago%!(EXTRA string=13 years)
Riku Salminen
596132c3a1
Add glfwShowWindow, glfwHideWindow
...
Add glfwShowWindow and glfwHideWindow functions to allow explicit
control over show/hide window.
Remove platform specific show window code from _glfwPlatformCreateWindow
but call glfwShowWindow from glfwCreateWindow to avoid breaking things
(for now).
ago%!(EXTRA string=13 years)