Camilla Berglund
74488bec67
Further isolated X11-specific parts of EGL code.
ago%!(EXTRA string=13 years)
Camilla Berglund
bd70e53352
Added missing flags for size hints.
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
e10d935efe
API tag and error message cleanup.
ago%!(EXTRA string=13 years)
Camilla Berglund
bf3486f077
Comment updates and formatting.
ago%!(EXTRA string=13 years)
Camilla Berglund
8bb5c59d2d
Added GLFW_VISIBLE window hint and parameter.
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)
Camilla Berglund
6c449e6e8f
Formatting.
ago%!(EXTRA string=13 years)
Camilla Berglund
fd125f7e54
Moved inclusion directive to proper location.
ago%!(EXTRA string=13 years)
Camilla Berglund
f66e6a6916
Re-enabled cursor re-centering.
ago%!(EXTRA string=13 years)
Camilla Berglund
208b7f0bb8
Formatting.
ago%!(EXTRA string=13 years)
Riku Salminen
3d6221c490
Added support for multithreaded use of Xlib.
ago%!(EXTRA string=13 years)
Camilla Berglund
cb447bee81
Cleanup of window resizable flag setting.
ago%!(EXTRA string=13 years)
Camilla Berglund
2410e2aaf4
Replaced automatic closing with window parameter.
ago%!(EXTRA string=13 years)
Riku Salminen
99031a43a2
X11: remove _glfwProcessPendingEvents
...
Remove _glfwProcessPendingEvents, do not call event handlers from
glfwCreateWindow. It is dangerous.
Do not wait for MapNotify event in glfwCreateWindow under X11.
ago%!(EXTRA string=13 years)
Camilla Berglund
aff30d0baa
Renamed window creation/destruction functions.
...
Renamed glfwOpenWindow to glfwCreateWindow.
Renamed glfwCloseWindow to glfwDestroyWindow.
Renamed glfwOpenWindowHint to glfwWindowHint.
ago%!(EXTRA string=13 years)
Camilla Berglund
1736132bb2
Fixed window parameter refresh.
ago%!(EXTRA string=13 years)
Camilla Berglund
6c37c84d91
Reduced the number of conditional blocks.
ago%!(EXTRA string=13 years)
Camilla Berglund
2796ecb556
Updated platform API tags.
ago%!(EXTRA string=13 years)
Camilla Berglund
cef9dea1d2
Unified nomenclature for cursor positions.
ago%!(EXTRA string=13 years)
Camilla Berglund
7b4f9f02ca
Commented workaround.
ago%!(EXTRA string=13 years)
Camilla Berglund
fc07e1d7eb
Added workaround for missing window bit in VB GL.
ago%!(EXTRA string=13 years)
Camilla Berglund
a22fbf7e9b
Moved remaining X visual management into opengl module.
ago%!(EXTRA string=13 years)
Camilla Berglund
49dfbe86b2
Moved the majority of GLX code into opengl module.
ago%!(EXTRA string=13 years)
Camilla Berglund
21e77fe1a6
Split platform-specific global data.
ago%!(EXTRA string=13 years)
Camilla Berglund
a7d19ed77e
Removed superfluous comment.
ago%!(EXTRA string=13 years)
Camilla Berglund
f231ed37f0
Re-worked and fixed X11 clipboard support.
ago%!(EXTRA string=13 years)
Camilla Berglund
e0c4d81e46
Added function for processing only pending events.
ago%!(EXTRA string=13 years)
Camilla Berglund
77633d8d9a
Added some missing error reporting.
ago%!(EXTRA string=13 years)
Camilla Berglund
76615bf237
Moved EWMH logic to library init.
ago%!(EXTRA string=13 years)
Camilla Berglund
61264339a7
Simplified X11 screen handling.
ago%!(EXTRA string=13 years)
Camilla Berglund
4ef9aec7e0
Made scrolling deltas floating point.
ago%!(EXTRA string=13 years)
Camilla Berglund
0c3b1b5a0e
Removed allocator.
ago%!(EXTRA string=14 years)
Camilla Berglund
06074bc698
Added support for _NET_WM_ICON_NAME.
ago%!(EXTRA string=14 years)
Camilla Berglund
797e936311
Replaced XStoreName and XSetIconName with X*SetWMProperties.
ago%!(EXTRA string=14 years)
Camilla Berglund
87dfde34a9
Formatting.
ago%!(EXTRA string=14 years)
Hanmac
1be6f17c66
add _NET_WM_NAME to the hasEWMGH check
ago%!(EXTRA string=14 years)
Hanmac
8e2f4cfb31
add setting an utf8 string to _NET_WM_NAME for x11
ago%!(EXTRA string=14 years)
Camilla Berglund
c4806b9532
Merged cursor enter/leave callbacks.
ago%!(EXTRA string=14 years)
Camilla Berglund
1d2a9790c9
Only show cursor on leave in hidden mode.
ago%!(EXTRA string=14 years)
Camilla Berglund
7e470518ba
Formatting.
ago%!(EXTRA string=14 years)
Hanmac
0b752b84c3
Added API and X11 implementation of cursor enter and leave callbacks.
ago%!(EXTRA string=14 years)
Marcel Metz
a69974403e
Added x11 support for monitor PnP detection.
ago%!(EXTRA string=14 years)
Camilla Berglund
1187c7da62
Ported the temporary cursor jitter fix from 2.7.3.
ago%!(EXTRA string=14 years)
Camilla Berglund
96267c8696
Formatting.
ago%!(EXTRA string=14 years)
Camilla Berglund
a18cd1b14c
Renamed GLFW_WINDOW_NO_RESIZE to GLFW_WINDOW_RESIZABLE.
ago%!(EXTRA string=14 years)
Camilla Berglund
2660b27cf3
Renamed internal cursor position in preparation of new API.
ago%!(EXTRA string=14 years)
Camilla Berglund
3ebe9a4358
Mouse input fixes.
ago%!(EXTRA string=14 years)
Camilla Berglund
72ef537425
Added input function for window damage events.
ago%!(EXTRA string=14 years)