Camilla Berglund
|
0f93d24306
|
Added more details on connected monitors.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
18d71c2b6d
|
Made window-related callbacks per-window.
This makes polymorphic behaviour easier to implement and avoids the problem of
events being triggered before the GLFW window object is fully usable.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
da31167193
|
Renamed glfwGetMonitorString to glfwGetMonitorName.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
1be1636326
|
Begun integrating monitor and window.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
06700e62bf
|
Don't call OpenGL functions until there's a context.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
2b0f8c2f1e
|
Removed 'device' from monitor callback.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
2f095cc9e3
|
Removed implicit glfwMakeCurrentContext.
Implicitly making the context current makes sense in a
single-window API but less sense in a multi-window one.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
2410e2aaf4
|
Replaced automatic closing with window parameter.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
3216661da7
|
Removed ill-advised use of glfwGetCurrentContext.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
d4e1f98394
|
Added output of initial window size.
|
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
|
2972cdfeb1
|
Removed glfwIsWindow.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
cef9dea1d2
|
Unified nomenclature for cursor positions.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
4ef9aec7e0
|
Made scrolling deltas floating point.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
30ae9bdd47
|
Formatting.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
5159cfc2b0
|
Added window close control.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
0c3b1b5a0e
|
Removed allocator.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
b997db3a8b
|
Removed GLFWthreadmodel and glfwInitWithModels.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
ce288a8939
|
Transformed glfwEnable/Disable/SetCursorMode into glfwGetInputMode/SetInputMode.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
c4806b9532
|
Merged cursor enter/leave callbacks.
|
ago%!(EXTRA string=13 years) |
Camilla Berglund
|
3663d62362
|
Added cursor enter/leave support to events test.
|
ago%!(EXTRA string=13 years) |
Marcel Metz
|
a69974403e
|
Added x11 support for monitor PnP detection.
|
ago%!(EXTRA string=13 years) |
Marcel Metz
|
784f60365e
|
Stub implementation of monitor callback.
|
ago%!(EXTRA string=14 years) |
Camilla Berglund
|
e31042c0dc
|
Removed duplicate word from events test output.
|
ago%!(EXTRA string=14 years) |
Camilla Berglund
|
58db28ea83
|
Moved clear to refresh callback.
|
ago%!(EXTRA string=14 years) |
Camilla Berglund
|
bca0283fdd
|
Fixed exit codes.
|
ago%!(EXTRA string=14 years) |
Camilla Berglund
|
e20ea6b005
|
Removed duplicate event processing.
|
ago%!(EXTRA string=14 years) |
Camilla Berglund
|
4afc67c1df
|
Various Windows and VC++ 2010 fixes.
|
ago%!(EXTRA string=14 years) |
Camilla Berglund
|
3a755b99d0
|
Moved callback setting to before window creation.
|
ago%!(EXTRA string=14 years) |
Marcus
|
e3cb563a28
|
Fixed key names in the example and test programs.
|
ago%!(EXTRA string=15 years) |
Marcus
|
3b0084799c
|
Shortened the names of the left/right square bracket keys.
|
ago%!(EXTRA string=15 years) |
Marcus
|
c0cb4c2fe1
|
Implemented raw key code support for X11.
|
ago%!(EXTRA string=15 years) |
Camilla Berglund
|
4044c2da66
|
Made callbacks library global.
|
ago%!(EXTRA string=15 years) |
Camilla Berglund
|
99ddce3214
|
Added context sharing.
|
ago%!(EXTRA string=15 years) |
Camilla Berglund
|
007766bd91
|
Added two-dimensional scrolling API and X11 implementation.
|
ago%!(EXTRA string=15 years) |
Camilla Berglund
|
0d7e1794a5
|
Added window iconification callback.
|
ago%!(EXTRA string=15 years) |
Camilla Berglund
|
7ebe76289d
|
Fixed broken file flags.
|
ago%!(EXTRA string=15 years) |
Camilla Berglund
|
e244ad3d41
|
Updated example and test programs to new API.
|
ago%!(EXTRA string=15 years) |
Camilla Berglund
|
abaac3ea99
|
Added GLFW error strings to test programs, various tweaks.
|
ago%!(EXTRA string=15 years) |
Camilla Berglund
|
a79a6eb82a
|
Message tweak.
|
ago%!(EXTRA string=15 years) |
Camilla Berglund
|
484a2714fc
|
Renamed GLFW_WINDOW to GLFW_WINDOWED.
|
ago%!(EXTRA string=15 years) |
Camilla Berglund
|
cfbafc5b39
|
Renamed glfw.h to glfw3.h to avoid conflicts.
|
ago%!(EXTRA string=15 years) |
Camilla Berglund
|
950a3beda2
|
Moved bits parameters from glfwOpenWindow to glfwOpenWindowHint.
|
ago%!(EXTRA string=15 years) |
Camilla Berglund
|
50e6f828d1
|
Formatting.
|
ago%!(EXTRA string=15 years) |
Camilla Berglund
|
96c2d04b11
|
Formatting, added comment.
|
ago%!(EXTRA string=15 years) |
Camilla Berglund
|
93ea341211
|
Removed Unicode character actions, updated events test.
|
ago%!(EXTRA string=15 years) |
Camilla Berglund
|
b0ce8006e3
|
Updated some examples and tests to new API.
|
ago%!(EXTRA string=15 years) |
Camilla Berglund
|
c5af4c4324
|
Removed legacy GLFWCALL.
|
ago%!(EXTRA string=15 years) |
Camilla Berglund
|
3249f812d6
|
Initial import of 2.7 Lite.
|
ago%!(EXTRA string=15 years) |