Camilla Berglund
757eea2779
Update email address
ago%!(EXTRA string=9 years)
Camilla Berglund
9f1474c1d0
Add Unix full screen key chord for no reason
ago%!(EXTRA string=9 years)
Camilla Berglund
6570d0c4b7
Add glfwSetWindowMonitor
...
This adds the ability to switch between windowed and full screen modes,
move a full screen window between monitors and update its desired
resolution and refresh rate.
Fixes #43 .
ago%!(EXTRA string=9 years)
Camilla Berglund
fc3acdacf6
Remove pointless window hint from Boing example
ago%!(EXTRA string=9 years)
Camilla Berglund
9b75bffc88
Add basic Vulkan support
...
Added GLFW_INCLUDE_VULKAN. Added glfwVulkanSupported,
glfwGetRequiredInstanceExtensions, glfwGetInstanceProcAddress,
glfwGetPhysicalDevicePresentationSupport and glfwCreateWindowSurface.
Added port of LunarG SDK tri example.
ago%!(EXTRA string=9 years)
Marcus Geelnard
075140aefe
Add public header path to target interface
...
Closes #697 .
ago%!(EXTRA string=9 years)
Nicholas Vitovitch
453631773e
Export transitive dependencies for static library
ago%!(EXTRA string=9 years)
Zbigniew Mandziejewicz
8637612908
Add GLFW_DLL to target interface
ago%!(EXTRA string=9 years)
Camilla Berglund
37c93ba031
Compiler flag cleanup
ago%!(EXTRA string=10 years)
Camilla Berglund
d9e43ea120
Fix example build errors on legacy MinGW
ago%!(EXTRA string=10 years)
Camilla Berglund
dc1b9ce7f0
Move simple example to GL2
ago%!(EXTRA string=10 years)
Роман Донченко
ec7f4d3232
Use fprintf in error callback of simple example
...
Besides improving consistency, this also ensures that error messages end
with newlines.
Closes #628 .
ago%!(EXTRA string=10 years)
Camilla Berglund
d84772d620
Add size limits and aspect ratio functions
...
Fixes #555 .
ago%!(EXTRA string=10 years)
Camilla Berglund
219e697dd9
Fix splitview bundle name
ago%!(EXTRA string=10 years)
Camilla Berglund
a3985c3406
Add icon to examples
ago%!(EXTRA string=10 years)
Camilla Berglund
b3509fd3de
Fix heightmap example viewport
ago%!(EXTRA string=10 years)
Camilla Berglund
1b1ef31228
Make tests and examples use glad
ago%!(EXTRA string=10 years)
Camilla Berglund
0eccf75f65
Replace GL booleans with public macros
ago%!(EXTRA string=10 years)
Camilla Berglund
65f3bb01be
Remove options from gears example
ago%!(EXTRA string=10 years)
Camilla Berglund
dd01dd7bef
Replace GLU with linmath.h in examples
ago%!(EXTRA string=10 years)
Camilla Berglund
d2113dc9f5
Remove ad-hoc M_PIs and enable VC++ macro
...
Fixes #564 .
ago%!(EXTRA string=10 years)
Camilla Berglund
24e4e674a5
Enabled MSAA for splitview example.
ago%!(EXTRA string=10 years)
Camilla Berglund
460e5d792d
Fixed splitview example on Retina displays.
ago%!(EXTRA string=10 years)
Camilla Berglund
7935a366f4
Fixed particles example on Retina displays.
ago%!(EXTRA string=10 years)
Camilla Berglund
47592fbf42
Cleaned up example build file.
ago%!(EXTRA string=10 years)
Camilla Berglund
80a38c1e45
Updated Info.plist template file.
ago%!(EXTRA string=10 years)
Camilla Berglund
821f3e674a
Enabled High DPI support with custom Info.plist.
...
Fixes #422 .
ago%!(EXTRA string=10 years)
Camilla Berglund
cb11b7ca6f
Added live resizing to splitview example.
...
Fixes #424 .
ago%!(EXTRA string=10 years)
Camilla Berglund
023f337735
Fixed IDE folder issues for VC++.
...
Fixes #328 .
ago%!(EXTRA string=10 years)
Camilla Berglund
0e3cb945e8
Fixed heightmap example for OS X.
ago%!(EXTRA string=10 years)
Camilla Berglund
40d1a491ca
Removed unused bits of heightmap example.
ago%!(EXTRA string=10 years)
Camilla Berglund
5f6aa9c34c
Added IDE folders to CMake files.
...
Fixes #328 .
ago%!(EXTRA string=10 years)
Camilla Berglund
3833a70b8d
Cleaned up wave example rotation control.
ago%!(EXTRA string=10 years)
Camilla Berglund
1021948313
Fixed SplitView CMake target name.
...
Spaces are not allowed in CMake 3.0 target names according to policy
CMP0037.
Fixes #388 .
ago%!(EXTRA string=11 years)
Camilla Berglund
4591ad2d64
Documentation work.
ago%!(EXTRA string=11 years)
Camilla Berglund
452e95d02a
CMake path quoting fixes.
ago%!(EXTRA string=11 years)
Camilla Berglund
839721b926
Fixed VC++ warnings.
ago%!(EXTRA string=11 years)
Camilla Berglund
6e0ea02f17
Quoted all CMake paths with substitution.
...
Fixes #258 .
ago%!(EXTRA string=11 years)
Jonas Ådahl
819e148510
examples/boing: Add ball-follow-cursor functionality
...
Make it so that in the boing example, when the user clicks, the ball
follows the mouse cursor.
ago%!(EXTRA string=11 years)
Camilla Berglund
f2813633b0
Fixed link flags for threaded example.
ago%!(EXTRA string=11 years)
Camilla Berglund
eb460c30ce
Added missing link flags for threaded example.
ago%!(EXTRA string=11 years)
Camilla Berglund
54fac457bf
Removed unused -s option.
ago%!(EXTRA string=11 years)
Camilla Berglund
6e0015f022
Replaced ad-hoc extension loading with glad.
ago%!(EXTRA string=11 years)
Camilla Berglund
fe05515f43
Fixed uses of relative time for cnd_timedwait.
ago%!(EXTRA string=11 years)
Camilla Berglund
89627e4cd0
Cleaned up particles example.
ago%!(EXTRA string=11 years)
Camilla Berglund
457403586d
Replaced ad-hoc argument processing with getopt.
ago%!(EXTRA string=11 years)
Camilla Berglund
3f9117ef85
Formatted particles example.
ago%!(EXTRA string=11 years)
Camilla Berglund
d9f53c78a0
Plain port of particles example to GLFW 3.
ago%!(EXTRA string=11 years)
Camilla Berglund
e38740d6ef
Added GLFW 2 particles example.
ago%!(EXTRA string=11 years)
Camilla Berglund
45368f410a
Fixed warnings from Clang static analysis.
ago%!(EXTRA string=12 years)