urraka
40c04a7565
Added support for custom system cursors.
...
This adds 3 functions to the GLFW API: glfwCreateCursor,
glfwDestroyCursor and glfwSetCursor.
ago%!(EXTRA string=11 years)
Camilla Berglund
a7f93060dd
Killed lab escapee.
ago%!(EXTRA string=11 years)
Camilla Berglund
c84bd6d393
Formatting.
ago%!(EXTRA string=11 years)
Camilla Berglund
d2cc815009
Only set the monitor callback once.
ago%!(EXTRA string=11 years)
Camilla Berglund
4889b4ceee
Added missing detection of invalid flags.
ago%!(EXTRA string=11 years)
Camilla Berglund
d7c42c8132
Added window creation intent printing.
ago%!(EXTRA string=11 years)
Camilla Berglund
41fd1655bd
Added test for posting of empty event.
ago%!(EXTRA string=11 years)
Camilla Berglund
91e069f979
Desktop mode full screen fixes for tests.
ago%!(EXTRA string=11 years)
Camilla Berglund
135ee0d93f
Added multi-window support to events test.
ago%!(EXTRA string=11 years)
Camilla Berglund
8f349e84ae
Cleaned up drop callback design.
ago%!(EXTRA string=11 years)
Camilla Berglund
ed4c8b27f1
Added drop reporting to events test.
ago%!(EXTRA string=11 years)
Camilla Berglund
c64d2787f8
Revamped cursor mode test.
ago%!(EXTRA string=11 years)
Camilla Berglund
45368f410a
Fixed warnings from Clang static analysis.
ago%!(EXTRA string=12 years)
Camilla Berglund
cc4c7167fd
Fixed joysticks test segfault.
ago%!(EXTRA string=12 years)
Camilla Berglund
785e68bb0d
Added flag descriptions to glfwinfo -h.
ago%!(EXTRA string=12 years)
Camilla Berglund
86e50b1044
Placed glfwinfo version test after getopt.
ago%!(EXTRA string=12 years)
Camilla Berglund
dbdf01d4a0
Added getopt dependency to events text.
ago%!(EXTRA string=12 years)
Camilla Berglund
e85455719d
Point made.
ago%!(EXTRA string=12 years)
Camilla Berglund
2c920fbb8b
Clarified character callback parameter.
ago%!(EXTRA string=12 years)
Camilla Berglund
7dd8770e6f
Added full screen option to events test.
ago%!(EXTRA string=12 years)
Camilla Berglund
10017b27bb
Cleanup.
ago%!(EXTRA string=12 years)
Camilla Berglund
3df0b4478b
Fixed VC++ warnings.
ago%!(EXTRA string=12 years)
Camilla Berglund
11615fcaf2
Added scancode to key callback.
ago%!(EXTRA string=12 years)
Camilla Berglund
180a4ee640
Fixed constness of joystick data.
ago%!(EXTRA string=12 years)
Camilla Berglund
3498163da1
Separated window and framebuffer sizes.
ago%!(EXTRA string=12 years)
Camilla Berglund
f5dc6e4007
Added random seed init.
ago%!(EXTRA string=12 years)
Camilla Berglund
731812cfc1
Added refresh rate to GLFWvidmode.
ago%!(EXTRA string=12 years)
Camilla Berglund
525b4151f0
Fixed invalid pointer use.
ago%!(EXTRA string=12 years)
Camilla Berglund
ad1f6f0341
Renamed glfwGetWindowParam to glfwGetWindowAttrib.
...
Parameters are something specified at creation time and are often
immutable, while many of the values returned by glfwGetWindowParam
reflected current state not controlled by any parameter or hint.
ago%!(EXTRA string=12 years)
Camilla Berglund
1f0122e05c
Fixed uses of renamed symbol.
ago%!(EXTRA string=12 years)
Noel Cower
eff85f9500
Added super modifier bit.
...
Edited during merge.
ago%!(EXTRA string=12 years)
Camilla Berglund
15ed715f4e
Moved public headers to the GLFW directory.
ago%!(EXTRA string=12 years)
Camilla Berglund
ce1e84def6
Made glfwGetVideoMode consistent with getters.
ago%!(EXTRA string=12 years)
Camilla Berglund
6df692b61e
Renamed CURSOR_CAPTURED to CURSOR_DISABLED.
ago%!(EXTRA string=12 years)
Camilla Berglund
9264b5da0e
Removed double mode for cursor mode.
ago%!(EXTRA string=12 years)
Camilla Berglund
2d1b835711
Added a conservative set of key modifiers.
ago%!(EXTRA string=12 years)
Camilla Berglund
7f2eb7b15b
New joystick API.
ago%!(EXTRA string=12 years)
Camilla Berglund
9a5feaad05
Dropped fsfocus test.
ago%!(EXTRA string=12 years)
Camilla Berglund
f966ff894a
Added refresh rate calculation to tearing test.
ago%!(EXTRA string=12 years)
Camilla Berglund
e5a4bea4df
Improved reopen test input.
ago%!(EXTRA string=12 years)
Camilla Berglund
c310d1c47c
Restored explicit linking for threading test.
ago%!(EXTRA string=12 years)
Camilla Berglund
807f1622ea
Added threading library to link dependencies.
...
Since the GLX backend now uses explicit pthread calls, linking needs to
be explicit as well.
ago%!(EXTRA string=12 years)
Camilla Berglund
f06a700307
Renamed support directory to deps.
ago%!(EXTRA string=12 years)
Camilla Berglund
1c4f7525d5
Added mintty/msvcrt fix to events test.
ago%!(EXTRA string=12 years)
Camilla Berglund
129e94da2e
Changed cursor pos to double.
ago%!(EXTRA string=12 years)
Camilla Berglund
3897a174b5
Fixed VC++ warnings.
ago%!(EXTRA string=12 years)
Camilla Berglund
64afb193e8
Removed return value of close callback.
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
182e0afe25
Made character unsigned.
ago%!(EXTRA string=12 years)
SephiRok
1ae9ce1e0a
Fixed print screen key input for all platforms.
ago%!(EXTRA string=12 years)