Camilla Berglund
439417a22c
Comment and string spell check pass.
ago%!(EXTRA string=11 years)
Camilla Berglund
1495134398
Changed all key translation to arrays.
ago%!(EXTRA string=11 years)
Camilla Berglund
0c44a6be7f
Fixed export directive for Optimus workaround.
ago%!(EXTRA string=11 years)
Stef Velzel
653079b792
Fixed Win32 string conversion.
...
Specifying -1 as the source string size makes the returned size include
the null terminator.
Closes #364 .
ago%!(EXTRA string=11 years)
Camilla Berglund
c85294e0b2
Window class cleanup.
ago%!(EXTRA string=11 years)
Camilla Berglund
82dc6c8b8f
Removed option to disable loading of winmm.
ago%!(EXTRA string=11 years)
Camilla Berglund
0701d4ce6e
Made use of Win32 W-suffixed symbols explicit.
ago%!(EXTRA string=11 years)
Camilla Berglund
cf177905e5
Allowed drops from less privileged processes.
...
By default, UAC will prevent less privileged processes from sending
these messages. This resolves that on Windows 7 and later. Windows
Vista is still affected by this issue, as it has UAC but lacks
ChangeWindowMessageFilterEx.
Fixes #227 .
ago%!(EXTRA string=11 years)
Camilla Berglund
a70bcb97bb
Added missing winmm loading errors.
ago%!(EXTRA string=12 years)
Camilla Berglund
611006af18
Updated API version in comment headers.
ago%!(EXTRA string=12 years)
Camilla Berglund
8f349e84ae
Cleaned up drop callback design.
ago%!(EXTRA string=12 years)
Camilla Berglund
8ae063bb1b
Cleanup.
ago%!(EXTRA string=12 years)
arturo
89d0723ba3
Initial drag and drop support.
ago%!(EXTRA string=12 years)
Camilla Berglund
0e8dace18c
Removed stray whitespace in version string.
ago%!(EXTRA string=12 years)
Camilla Berglund
0ccbddf767
Moved version number macro to internal.h.
...
This lets alternative build environments avoid having to manually keep
track of which version of GLFW is being built.
ago%!(EXTRA string=12 years)
Camilla Berglund
735bc2d815
Added NvOptimusEnablement.
ago%!(EXTRA string=12 years)
Camilla Berglund
3cfc400cf9
Simplified source file comment headers.
ago%!(EXTRA string=12 years)
Camilla Berglund
7a03ca8dbc
Removed superflous casts of allocated memory.
ago%!(EXTRA string=12 years)
Camilla Berglund
209a470a5f
Replaced all uses of malloc with calloc.
ago%!(EXTRA string=12 years)
Camilla Berglund
2656bf8f9f
Added missing module handle freeing.
ago%!(EXTRA string=12 years)
Camilla Berglund
4883073b91
Cleanup.
ago%!(EXTRA string=12 years)
Camilla Berglund
2ce9e8e6b2
Fixed clipboard string leaks.
...
The clipboard string was not by the Win32 and Cocoa ports on terminate.
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
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
d97dddc8c4
Simplified function comment headers.
ago%!(EXTRA string=13 years)
Camilla Berglund
a910f53be2
Made glfwGetGammaRamp act directly.
ago%!(EXTRA string=13 years)
Camilla Berglund
107e20233d
Fixed incomplete function renaming.
ago%!(EXTRA string=13 years)
Camilla Berglund
231ee1bdc7
Removed cached instance handle.
ago%!(EXTRA string=13 years)
Camilla Berglund
3e78570a31
Removed duplicate documentation.
...
The public, platform, native, event and utility functions are already
documented in-source. Having duplicate documentation inevitably means
having them contradict one another. Furthermore, most of the function
descriptions simply repeated the name of the function.
ago%!(EXTRA string=13 years)
Camilla Berglund
3a871b9edb
Added EGL errors to output, added EGL init to Win32.
ago%!(EXTRA string=13 years)
Camilla Berglund
d1132cb3d1
Fixed Win32 joystick name memory leak.
ago%!(EXTRA string=13 years)
Camilla Berglund
b72a97d531
Renamed global struct and substructs.
...
Renamed _glfwLibrary to _glfw and made all substructs lower-case, making
global variable names easier to read and type. Partially inspired by the
internal naming conventions of glwt.
ago%!(EXTRA string=13 years)
Camilla Berglund
9af61d06cf
Removed return value of _glfwPlatformTerminate.
ago%!(EXTRA string=13 years)
Camilla Berglund
34d383399c
Finished initial window/context backend split.
ago%!(EXTRA string=13 years)
Camilla Berglund
c4d5da0090
Moved DllMain into Win32 init module.
ago%!(EXTRA string=13 years)
Camilla Berglund
830f2b439c
Cleanup.
ago%!(EXTRA string=13 years)
Camilla Berglund
6399fb19fd
Included malloc.h from files using malloc on Win32.
ago%!(EXTRA string=13 years)
Camilla Berglund
20fccd4aa3
Removed unsupported target.
ago%!(EXTRA string=13 years)
Camilla Berglund
79bef68511
Only restore gamma ramp if it has been changed.
ago%!(EXTRA string=13 years)
Camilla Berglund
2753577dbd
Removed dynamic loading of gdi32.
ago%!(EXTRA string=13 years)
Camilla Berglund
2588c9be17
Renamed GLFW_BUILD_DLL to _GLFW_BUILD_DLL.
ago%!(EXTRA string=13 years)
Camilla Berglund
8d2c2791c2
Added initial Linux MinGW-w64 support.
ago%!(EXTRA string=13 years)
Camilla Berglund
84579305cb
Made string conversions globally available.
ago%!(EXTRA string=14 years)
Camilla Berglund
9c0c2c6b08
Upgraded Win32 port to Unicode mode.
ago%!(EXTRA string=14 years)
Camilla Berglund
379d0025ec
Removed library name from version string to more closely match OpenGL format.
ago%!(EXTRA string=14 years)
Marcel Metz
426df42d00
Replaced display with monitor in monitor related api.
ago%!(EXTRA string=14 years)
Marcel Metz
a905e671b3
Implemented display iteration for win32 platform.
ago%!(EXTRA string=14 years)
Tai Chi Minh Ralph Eastwood
5ac752d79d
Set the current gamma ramp to original gamma ramp at start.
ago%!(EXTRA string=14 years)