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
2b0f8c2f1e
Removed 'device' from monitor callback.
ago%!(EXTRA string=13 years)
Camilla Berglund
9e4bc36dd8
Initial TLS implementation (Cocoa broken).
ago%!(EXTRA string=13 years)
Camilla Berglund
2410e2aaf4
Replaced automatic closing with window parameter.
ago%!(EXTRA string=13 years)
Camilla Berglund
ddcf5d471e
Removed mirroring of default framebuffer attribs.
ago%!(EXTRA string=13 years)
Camilla Berglund
585a840329
Added window parameter to glfwSwapBuffers.
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
871e1a70d7
Made video mode retrieval dynamic.
ago%!(EXTRA string=13 years)
Camilla Berglund
ba941b2fc8
Added formatting to error string.
ago%!(EXTRA string=13 years)
Camilla Berglund
59896c327a
Context property fixes.
ago%!(EXTRA string=13 years)
Camilla Berglund
053737e660
Use OpenGL to get default framebuffer properties.
ago%!(EXTRA string=13 years)
Camilla Berglund
3a72f33541
Removed GLFW_ACCELERATED window parameter.
ago%!(EXTRA string=13 years)
Camilla Berglund
3b6ec4e775
Added client API window hint.
ago%!(EXTRA string=13 years)
Camilla Berglund
b78fd85e11
Moved glext.h inclusion back.
ago%!(EXTRA string=13 years)
Camilla Berglund
be12cbca15
Added separate platform headers for EGL and GLX.
ago%!(EXTRA string=13 years)
Cloudef
778a76683a
Add EGL X11 platform header
ago%!(EXTRA string=13 years)
Camilla Berglund
a0429e4b6e
Removed duplicate type declarations.
ago%!(EXTRA string=13 years)
Camilla Berglund
cef9dea1d2
Unified nomenclature for cursor positions.
ago%!(EXTRA string=13 years)
Camilla Berglund
bf42c3cfbc
Made glfwGetProcAddress return a function pointer.
ago%!(EXTRA string=13 years)
Camilla Berglund
79bef68511
Only restore gamma ramp if it has been changed.
ago%!(EXTRA string=13 years)
Camilla Berglund
1a99827432
Moved the type declarations.
ago%!(EXTRA string=13 years)
Camilla Berglund
21e77fe1a6
Split platform-specific global data.
ago%!(EXTRA string=13 years)
Camilla Berglund
f868712f02
Simplified clipboard API.
ago%!(EXTRA string=13 years)
Camilla Berglund
bf1ada029b
Added window parameter to clipboard API.
ago%!(EXTRA string=13 years)
Camilla Berglund
7044ed6f06
Simplified and made clipboard API more type safe.
ago%!(EXTRA string=13 years)
Camilla Berglund
c1dd245d8a
Moved input functions to input section.
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
f6dfaf50ad
Formatting.
ago%!(EXTRA string=14 years)
Camilla Berglund
b997db3a8b
Removed GLFWthreadmodel and glfwInitWithModels.
ago%!(EXTRA string=14 years)
Camilla Berglund
ce288a8939
Transformed glfwEnable/Disable/SetCursorMode into glfwGetInputMode/SetInputMode.
ago%!(EXTRA string=14 years)
Camilla Berglund
b016d642ab
Comment fixes.
ago%!(EXTRA string=14 years)
Camilla Berglund
c4806b9532
Merged cursor enter/leave callbacks.
ago%!(EXTRA string=14 years)
Camilla Berglund
1ddafc25a6
Moved new cursor input code to other cursor input code.
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
df64773a44
Moved monitor callback to shared implementation.
ago%!(EXTRA string=14 years)
Marcel Metz
f228d23024
Moved platform specific monitor list creation part to separate functions.
ago%!(EXTRA string=14 years)
Marcel Metz
6f970f5753
Made monitor list cleanup shared.
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
72ef537425
Added input function for window damage events.
ago%!(EXTRA string=14 years)
Camilla Berglund
d0840bdea1
Added more input functions to clarify internal API.
ago%!(EXTRA string=14 years)
Marcel Metz
784f60365e
Stub implementation of monitor callback.
ago%!(EXTRA string=14 years)
Camilla Berglund
9738728298
Reshuffling, formatting and shortening.
ago%!(EXTRA string=14 years)
Marcel Metz
3aa4976d6f
Removed constant string length for monitor parameters.
ago%!(EXTRA string=14 years)
Marcel Metz
426df42d00
Replaced display with monitor in monitor related api.
ago%!(EXTRA string=14 years)
Marcel Metz
58d4323ece
Implemented display aware glfwVideoModes function for X11 XRandR and win32.
ago%!(EXTRA string=14 years)
Marcel Metz
beacbb3447
Implemented display iteration for x11. Added attributes and queries for physical size, name and logical position. Updated test executable.
ago%!(EXTRA string=14 years)
Marcel Metz
3cb4dea453
Fixed implementation on win32 platform for iteration of video modes.
ago%!(EXTRA string=14 years)