Camilla Berglund
6fadf37bda
Replaced window close parameter with mutable flag.
...
Replaced the GLFW_SHOULD_CLOSE window parameter with the
glfwWindowShouldClose and glfwSetWindowShouldClose functions, allowing
the setting of the close flag from any point in the program.
ago%!(EXTRA string=12 years)
Camilla Berglund
f8f81e5754
Documentation work.
ago%!(EXTRA string=12 years)
Camilla Berglund
5d6256c649
Documented error return values.
ago%!(EXTRA string=12 years)
Camilla Berglund
e3182a4f44
Formatting.
ago%!(EXTRA string=12 years)
Camilla Berglund
182e0afe25
Made character unsigned.
ago%!(EXTRA string=12 years)
Camilla Berglund
dfc48d7170
Added glfwMakeContextCurrent to quick tutorial.
ago%!(EXTRA string=12 years)
Camilla Berglund
ad4f9f1520
Added missing version string API tag.
ago%!(EXTRA string=12 years)
Camilla Berglund
fb8f3fd521
Added external documentation files.
...
Added initial quick tutorial, compatibility appendix, transition guide
and external main page.
ago%!(EXTRA string=12 years)
Camilla Berglund
cd78d70b25
Put findAppName under _GLFW_USE_MENUBAR.
ago%!(EXTRA string=12 years)
Camilla Berglund
8dde39b3e0
Formatting.
ago%!(EXTRA string=12 years)
Keith Pitt
34ce04a122
Added fading to Cocoa display mode setting.
ago%!(EXTRA string=12 years)
SephiRok
1ae9ce1e0a
Fixed print screen key input for all platforms.
ago%!(EXTRA string=12 years)
Camilla Berglund
788bbefd8e
Added missing credit.
ago%!(EXTRA string=12 years)
Camilla Berglund
8954af61d3
Documented known bugs.
ago%!(EXTRA string=12 years)
Camilla Berglund
941a671bfa
Minor cleanup of Win32 window code.
ago%!(EXTRA string=12 years)
Camilla Berglund
e666835ca6
Unified Win32 cursor clip rect setting.
ago%!(EXTRA string=12 years)
Camilla Berglund
7b3783abe2
Made glfwGetMonitorPos immediate.
ago%!(EXTRA string=12 years)
Camilla Berglund
a591cdeba6
Removed platform-specific resources from monitor.
ago%!(EXTRA string=12 years)
Camilla Berglund
719b60dd2b
Added macros for library initialization check.
ago%!(EXTRA string=12 years)
Camilla Berglund
ca0617be2c
Merge pull request #39 from nilium/up-fix-monitors
...
Remove no-longer-used argument to _glfwCreateMonitor.
ago%!(EXTRA string=12 years)
Camilla Berglund
2e1bc043ef
Fixed order of operations bug in gamma test.
ago%!(EXTRA string=12 years)
Noel Cower
45533bf149
Remove no-longer-used argument to _glfwCreateMonitor
ago%!(EXTRA string=12 years)
Camilla Berglund
1961cecb7c
Made glfwGetPrimaryMonitor always return a handle.
...
Replaced the primary flag with the convention of putting the primary
monitor first in the returned array.
ago%!(EXTRA string=12 years)
Camilla Berglund
eb80266d89
Added credit.
ago%!(EXTRA string=12 years)
Camilla Berglund
f92f52018f
Merge pull request #35 from eropple/vs2012-gitignore
...
Added VS 2012-specific entries to .gitignore.
ago%!(EXTRA string=12 years)
Camilla Berglund
1130f1af3f
Fixed uses of wrong loop variable.
ago%!(EXTRA string=12 years)
Ed Ropple
8491a9fae1
Added VS 2012-specific entries to .gitignore.
ago%!(EXTRA string=12 years)
Camilla Berglund
253e0d6b23
Added GLFW_REPEAT.
ago%!(EXTRA string=12 years)
Camilla Berglund
919bc0679d
Formatted change log.
ago%!(EXTRA string=12 years)
Camilla Berglund
a933d8c109
Added GLFW_INCLUDE_ES3.
ago%!(EXTRA string=12 years)
Camilla Berglund
b48128f339
Tagged functions one may not call from callbacks.
ago%!(EXTRA string=12 years)
Camilla Berglund
ec8273f249
Moved Cocoa joystick state to library struct.
ago%!(EXTRA string=12 years)
Camilla Berglund
94f5b28152
Made reopen test pick a monitor at random.
ago%!(EXTRA string=12 years)
Camilla Berglund
b6926b1836
Added note on using GLFW from CMake.
ago%!(EXTRA string=12 years)
Camilla Berglund
6f8084f061
Documentation work.
...
Enabled Doxygen tree view, added CMake options for native and internal
modules, improved internal and native documentation.
ago%!(EXTRA string=12 years)
Camilla Berglund
666181d923
Version string fixes.
ago%!(EXTRA string=12 years)
Camilla Berglund
92a71e07d3
Made gamma ramp functions per-monitor.
ago%!(EXTRA string=12 years)
Camilla Berglund
20ccf0bc60
Replaced event poll with wait in gamma test.
ago%!(EXTRA string=12 years)
Camilla Berglund
c9167ce233
Win32 display enum nomenclature fix.
ago%!(EXTRA string=12 years)
Camilla Berglund
823022fdb2
Removed string for impossible configuration.
...
The GLX platform header throws an #error if no extension retrieval
mechanism is selected.
ago%!(EXTRA string=12 years)
Camilla Berglund
52f718d026
Fixed inconsistent coordinate parameter names.
ago%!(EXTRA string=12 years)
Camilla Berglund
26759b8bd5
Refreshed Doxyfile.
ago%!(EXTRA string=12 years)
Camilla Berglund
5e976757ed
Fixed various Cocoa editing slip-ups.
ago%!(EXTRA string=12 years)
Camilla Berglund
34e08f62b5
Removed installation of readme.
ago%!(EXTRA string=12 years)
Camilla Berglund
dca9b2db07
Only disable tests and examples if not using OpenGL.
ago%!(EXTRA string=12 years)
Camilla Berglund
d97dddc8c4
Simplified function comment headers.
ago%!(EXTRA string=12 years)
Camilla Berglund
8ad7c456fd
Fixed Windows GLFW library names.
ago%!(EXTRA string=12 years)
Camilla Berglund
984539cbd4
Documentation formatting.
ago%!(EXTRA string=12 years)
Camilla Berglund
7c1932381b
Reintroduced glfwGetWindowPos, glfwSetWindowPos.
ago%!(EXTRA string=12 years)
Camilla Berglund
ee5f30ea8f
Replaced glfwGetMonitorParam with glfwGetMonitor*.
...
Having one way to retrieve the cursor position and another (more
verbose) way to retrieve the monitor position is inconsistent. Having
them both work the same way is the least surprising thing.
The expected glfwGetMonitorSize function gets an added Physical in its
name so users won't confuse it with glfwGetVideoMode.
ago%!(EXTRA string=12 years)