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
64afb193e8
Removed return value of close callback.
ago%!(EXTRA string=12 years)
Camilla Berglund
d0e4c874c3
Moved sticky state.
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
e3182a4f44
Formatting.
ago%!(EXTRA string=12 years)
Camilla Berglund
182e0afe25
Made character unsigned.
ago%!(EXTRA string=12 years)
Camilla Berglund
ad4f9f1520
Added missing version string API tag.
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
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)
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
1130f1af3f
Fixed uses of wrong loop variable.
ago%!(EXTRA string=12 years)
Camilla Berglund
253e0d6b23
Added GLFW_REPEAT.
ago%!(EXTRA string=13 years)
Camilla Berglund
ec8273f249
Moved Cocoa joystick state to library struct.
ago%!(EXTRA string=13 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=13 years)
Camilla Berglund
666181d923
Version string fixes.
ago%!(EXTRA string=13 years)
Camilla Berglund
92a71e07d3
Made gamma ramp functions per-monitor.
ago%!(EXTRA string=13 years)
Camilla Berglund
c9167ce233
Win32 display enum nomenclature fix.
ago%!(EXTRA string=13 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=13 years)
Camilla Berglund
5e976757ed
Fixed various Cocoa editing slip-ups.
ago%!(EXTRA string=13 years)
Camilla Berglund
d97dddc8c4
Simplified function comment headers.
ago%!(EXTRA string=13 years)
Camilla Berglund
7c1932381b
Reintroduced glfwGetWindowPos, glfwSetWindowPos.
ago%!(EXTRA string=13 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=13 years)
Camilla Berglund
cb02a693b4
Moved function into correct category.
ago%!(EXTRA string=13 years)
Camilla Berglund
a910f53be2
Made glfwGetGammaRamp act directly.
ago%!(EXTRA string=13 years)
Camilla Berglund
ac5fee4d20
Re-used POSITION_* tokens for monitor position.
ago%!(EXTRA string=13 years)
Camilla Berglund
2cea6e37cf
Removed glfwGetScrollOffset.
...
Scroll events do not represent an absolute state, but rather an interpretation
of a relative change in state, like character input. So, like character input,
there is no sane 'current state' to return. The here removed solution, that of
accumulating an offset since the last call to event processing, is at best
mildly confusing. If a user wishes to implement this solution, it is better for
it to be explicit in client code than implicit in GLFW calls.
ago%!(EXTRA string=13 years)
Camilla Berglund
c17a7dd464
Made glfwGetWindowSize immediate.
...
Conflicts:
src/internal.h
ago%!(EXTRA string=13 years)
Camilla Berglund
107e20233d
Fixed incomplete function renaming.
ago%!(EXTRA string=13 years)
Camilla Berglund
954d6383ee
RandR monitor work.
...
Moved to CRTC plus usable output for native representation of monitors.
Moved to CRTCs for mode setting and simplified mode setting interface.
ago%!(EXTRA string=13 years)
Camilla Berglund
065858e185
Removed declaration of removed function.
ago%!(EXTRA string=13 years)
Camilla Berglund
a0e4fad65a
Added new OS X build options to version string.
ago%!(EXTRA string=13 years)
Camilla Berglund
231ee1bdc7
Removed cached instance handle.
ago%!(EXTRA string=13 years)
Camilla Berglund
b872089fa9
Moved to Win32 monitor device string for public name.
ago%!(EXTRA string=13 years)
Camilla Berglund
cbb6d1ad7b
Fixed hint overriding for fullscreen windows.
ago%!(EXTRA string=13 years)