Camilla Berglund
67df2ce98d
Removed fixed bug from list.
ago%!(EXTRA string=12 years)
Camilla Berglund
c5ea91d6a3
Added tables of contents.
ago%!(EXTRA string=12 years)
Camilla Berglund
0356aa620d
Fixed resize mode setting on Windows.
ago%!(EXTRA string=12 years)
Camilla Berglund
71d2b574f8
Converted docs to hybrid Markdown.
ago%!(EXTRA string=12 years)
Camilla Berglund
200e07027c
Implemented hidden cursor on Windows.
ago%!(EXTRA string=12 years)
Camilla Berglund
26e8fde8fb
Assume malloc works.
ago%!(EXTRA string=12 years)
Camilla Berglund
51ee3a5c0a
No swap interval on composition.
ago%!(EXTRA string=12 years)
Camilla Berglund
54d1d14f59
Added setting of Windows DPI-aware flag.
ago%!(EXTRA string=12 years)
Camilla Berglund
3897a174b5
Fixed VC++ warnings.
ago%!(EXTRA string=12 years)
Camilla Berglund
6a7dbfee29
Simplified Cocoa key input.
ago%!(EXTRA string=12 years)
Camilla Berglund
aec952e8dc
Fixed and clarified invalid char tests.
ago%!(EXTRA string=12 years)
Camilla Berglund
2469a1bac9
Removed option to disable native docs.
ago%!(EXTRA string=12 years)
Camilla Berglund
367c591f7d
Updated .gitignore.
ago%!(EXTRA string=12 years)
Camilla Berglund
64afb193e8
Removed return value of close callback.
ago%!(EXTRA string=12 years)
Camilla Berglund
5d8fdc64f9
Formatted Doxyfile template.
ago%!(EXTRA string=12 years)
Camilla Berglund
a59c82c71e
Documentation tag fix.
ago%!(EXTRA string=12 years)
Camilla Berglund
d0e4c874c3
Moved sticky state.
ago%!(EXTRA string=12 years)
Camilla Berglund
2939c1dc35
Updated transition guide.
ago%!(EXTRA string=12 years)
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)