Camilla Berglund
135ed7feb4
Fix build on legacy MinGW
ago%!(EXTRA string=9 years)
Camilla Berglund
bd345164d3
Fix missing constant on VC++ 2010
ago%!(EXTRA string=9 years)
Camilla Berglund
c41b029ca4
Update changelog
ago%!(EXTRA string=9 years)
Camilla Berglund
9e35bc7dae
Update changelog
ago%!(EXTRA string=9 years)
Camilla Berglund
c2fd61fa01
Remove unused variable in timeout test
ago%!(EXTRA string=9 years)
Camilla Berglund
7cbdae1bed
Add initial DirectInput 8 support
...
Fixes #232 .
ago%!(EXTRA string=9 years)
Camilla Berglund
3aebb0bfe3
Cleanup
ago%!(EXTRA string=9 years)
Camilla Berglund
8a7fa306ce
Add glfwSetJoystickCallback
ago%!(EXTRA string=9 years)
Camilla Berglund
bdd17c337f
Make helper window child of HWND_MESSAGE
ago%!(EXTRA string=9 years)
Camilla Berglund
3bbc8e3191
Hack for msvcrt and mintty
ago%!(EXTRA string=9 years)
Camilla Berglund
eb3577c1eb
Add initial XInput support
ago%!(EXTRA string=9 years)
Camilla Berglund
9f1474c1d0
Add Unix full screen key chord for no reason
ago%!(EXTRA string=9 years)
Camilla Berglund
608a33f72b
Add credit
ago%!(EXTRA string=9 years)
Camilla Berglund
c580949417
Cleanup
ago%!(EXTRA string=9 years)
IntellectualKitty
ae4ece840d
Remove redundant OS X joystick polling
...
Closes #729 .
ago%!(EXTRA string=9 years)
Camilla Berglund
13e2ad2840
Documentation work
ago%!(EXTRA string=9 years)
Camilla Berglund
c234a19423
Fix invalid EGL display being terminated
ago%!(EXTRA string=9 years)
Camilla Berglund
20574fa81f
Fix VC++ warnings
ago%!(EXTRA string=9 years)
Camilla Berglund
29e232f4b2
Improved error messages
ago%!(EXTRA string=9 years)
Camilla Berglund
bc713dabc4
Documentation work
...
[ci skip]
ago%!(EXTRA string=9 years)
Camilla Berglund
33c68a24a0
Formatting
...
[ci skip]
ago%!(EXTRA string=9 years)
Camilla Berglund
f96d865b93
Cleanup
ago%!(EXTRA string=9 years)
Camilla Berglund
925208d28f
Fix copypaste mistake
ago%!(EXTRA string=9 years)
Camilla Berglund
7ab7d8b4b1
Make use of uint32_t where appropriate
...
This change does not affect the ABI.
ago%!(EXTRA string=9 years)
Camilla Berglund
5661d03be8
Replace GLFWuint64 with uint64_t
...
C99 stdint.h is provided by VS 2010 and later. GLFW has not provided
testing or binaries for VS 2008 for several releases.
For earlier versions of VS there are third-party alternatives:
https://msinttypes.googlecode.com/svn/trunk/stdint.h
http://www.azillionmonkeys.com/qed/pstdint.h
This change does not affect the ABI.
ago%!(EXTRA string=9 years)
Camilla Berglund
5eb2e83c82
Cleanup
ago%!(EXTRA string=9 years)
Camilla Berglund
c1e4c45c7a
Replace Win32 window long with window property
...
Related to #25 .
ago%!(EXTRA string=9 years)
Camilla Berglund
3503cba5d9
Fix Ctrl+Pause reported as unknown key on Win32
...
Fixes #730
ago%!(EXTRA string=9 years)
Camilla Berglund
728a088cd7
Fix event processing guide section
ago%!(EXTRA string=9 years)
Camilla Berglund
17bcefeac1
Fix CGL context not being released until later
...
Fixes #721 .
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
fb8a31ba3f
Fix icon test destroying window from callback
ago%!(EXTRA string=9 years)
Camilla Berglund
e37dbd8b8d
Fix missing include in event wait timeout test
ago%!(EXTRA string=9 years)
Camilla Berglund
fc3acdacf6
Remove pointless window hint from Boing example
ago%!(EXTRA string=9 years)
Camilla Berglund
0365f1ec82
Fix warning when building for X11 on Cygwin
ago%!(EXTRA string=9 years)
Camilla Berglund
99c925efd8
Add tracking of which window 'owns' a monitor
ago%!(EXTRA string=9 years)
Camilla Berglund
ea888114fa
Remove monitor from _GLFWwndconfig
ago%!(EXTRA string=9 years)
Camilla Berglund
3a6fe042ea
Cleanup
ago%!(EXTRA string=9 years)
Camilla Berglund
0d1dd82b89
Move X11 PPosition hack to glfwSetWindowPos
ago%!(EXTRA string=9 years)
Camilla Berglund
ea73ccf22d
Add support for EWMH _NET_WM_WINDOW_TYPE
ago%!(EXTRA string=9 years)
Camilla Berglund
86751b42a6
Fix OS X default max window size
ago%!(EXTRA string=9 years)
Camilla Berglund
9a78fd049d
Fix view not being made first responder
ago%!(EXTRA string=9 years)
Camilla Berglund
cdea4209fc
Add event wait timeout test
ago%!(EXTRA string=9 years)
Camilla Berglund
89f438de5a
Fix window focus regression
...
Regression caused by baf574494d
.
ago%!(EXTRA string=9 years)
Camilla Berglund
9dceda8a03
Fix Clang warnings
ago%!(EXTRA string=9 years)
Camilla Berglund
4e4b8727fc
Fix Win32 icon restoration
ago%!(EXTRA string=9 years)
Camilla Berglund
d2338f3a49
Fix X11 icon image copy
ago%!(EXTRA string=9 years)
Orson Peters
d998e3eebe
Add icon test program
ago%!(EXTRA string=9 years)
Camilla Berglund
b823f7151e
Add glfwSetWindowIcon
...
Adds support for setting window icons programmatically on platforms
where this makes sense.
Fixes #453 .
Closes #467 .
ago%!(EXTRA string=9 years)
Camilla Berglund
793eef1d0a
Fix missing word
ago%!(EXTRA string=9 years)