Jonas Ådahl
a75cf5a163
wayland: Add basic input support
ago%!(EXTRA string=11 years)
Jonas Ådahl
4c68049d86
wayland: Fix indentation
ago%!(EXTRA string=11 years)
Ricardo Vieira
dea861abd8
Fixed all EGLConfigs listed as single-buffered.
...
The commit c980858
added a new flag to _GLFWfbconfig that was not being
set by EGLConfig enumeration. This patch assumes eglCreateWindowSurface
only creates double-buffered surfaces.
Fixes #315 .
ago%!(EXTRA string=11 years)
Siavash Eliasi
51208601a4
Setting CSS for horizontal rules.
ago%!(EXTRA string=11 years)
Siavash Eliasi
2ea74e60f9
Using slightly brighter set of colors for message boxes.
ago%!(EXTRA string=11 years)
Siavash Eliasi
db5b089cee
Increasing code block padding.
ago%!(EXTRA string=11 years)
Siavash Eliasi
ce3ff08932
Using different color for links inside code blocks.
ago%!(EXTRA string=11 years)
Siavash Eliasi
30eccfd454
No orange links in documentation message boxes.
ago%!(EXTRA string=11 years)
Siavash Eliasi
eb13951fb2
Removed unnecessary CSS rule.
ago%!(EXTRA string=11 years)
Camilla Berglund
271d9fc76e
Formatting.
ago%!(EXTRA string=11 years)
Doug Binks
55b5ca0bcc
Fixed WGL not re-creating for sRGB hint.
...
Fixes #312 .
ago%!(EXTRA string=11 years)
Camilla Berglund
46a56ea742
Clarified charmods in events test.
ago%!(EXTRA string=11 years)
Camilla Berglund
96b12ee504
Added character with modifiers callback.
...
The undefined behaviour changed with #40 has been reverted, making the
character-only callback again behave like a system text field. This
behavior has now been documentated.
Fixes #203 .
Fixes #305 .
ago%!(EXTRA string=11 years)
Camilla Berglund
9b6c14b7ae
Unified X11 cursor creation.
ago%!(EXTRA string=11 years)
Camilla Berglund
215924f797
Removed harmless CGDisplay to NSScreen error.
...
This used to be a failure state, but has since been fixed.
Closes #221 .
ago%!(EXTRA string=11 years)
Camilla Berglund
e8e05d462c
Documentation work.
...
Fixes #276 .
ago%!(EXTRA string=11 years)
Camilla Berglund
a7b9deb2ca
Fixed use of previous member name.
ago%!(EXTRA string=11 years)
Camilla Berglund
8ac54e8b14
Formatting.
ago%!(EXTRA string=11 years)
Siavash Eliasi
dcc3e72d39
Introducing extra.less and using Less CSS for higher flexibility.
...
This will reduce the amount of copy paste involved when performing
slight changes to the default color sets.
These Ruby gems are required for generating extra.css from extra.less:
gem install less therubyracer
Please run this command to regenerate extra.css:
lessc --compress extra.less > extra.css
ago%!(EXTRA string=11 years)
Siavash Eliasi
0a4796b2a0
Doxygen CSS cleanup.
ago%!(EXTRA string=11 years)
Siavash Eliasi
9e72bb1775
Setting CSS for missed elements.
ago%!(EXTRA string=11 years)
Camilla Berglund
f3b65445dc
Fixed cursor outside new full screen windows.
...
The cursor was not positioned over newly created full screen windows,
leading to confusing behavior like invisible cursor or window
iconification.
This fix is a stop-gap until the direct cursor position work is merged.
Fixes #111 .
ago%!(EXTRA string=11 years)
Camilla Berglund
7cb217ed4a
Fixed plural forms on key/button arrays.
ago%!(EXTRA string=11 years)
Camilla Berglund
cdd44849b8
Updated glad.
ago%!(EXTRA string=11 years)
Camilla Berglund
35fd08f594
Made windows test show all windows at once.
ago%!(EXTRA string=11 years)
Camilla Berglund
11587f1dde
Added position testing to windows test.
ago%!(EXTRA string=11 years)
Camilla Berglund
3ce7bfef07
Added GLFW_FLOATING.
...
Fixes #23 .
ago%!(EXTRA string=11 years)
Camilla Berglund
c9808586b3
Added GLFW_DOUBLEBUFFER.
ago%!(EXTRA string=11 years)
Camilla Berglund
281013002d
Added GLFW_DONT_CARE.
...
This changes the behavior of framebuffer hints set to zero. Before,
zero meant that any value was acceptable. This changes zero to be an
explicit preference and adds GLFW_DONT_CARE to mean that any value is
equally acceptable.
Fixes #70 .
ago%!(EXTRA string=11 years)
Camilla Berglund
25e7ff1196
Added GLFW_AUTO_ICONIFY.
...
By default, full screen windows that lose focus will be iconified and
the video mode will be restored. This makes it impossible to create
applications spanning multiple monitors. The GLFW_AUTO_ICONIFY window
hint will allow users to disable this behavior.
Fixes #143 .
ago%!(EXTRA string=11 years)
Camilla Berglund
4fb5da75dc
Consume WM_ERASEBKGND.
ago%!(EXTRA string=11 years)
Camilla Berglund
5e008ad074
Removed tautological test.
ago%!(EXTRA string=11 years)
Camilla Berglund
20792526c6
Clarified dependency list.
ago%!(EXTRA string=11 years)
Camilla Berglund
7123bcfc3e
Fixed modifier key events being lost.
ago%!(EXTRA string=11 years)
Camilla Berglund
20b7ac0518
Formatting.
ago%!(EXTRA string=11 years)
Camilla Berglund
2f30d3e5a3
Only generate Doxyfile if generating docs.
...
Fixes #307 .
ago%!(EXTRA string=11 years)
Camilla Berglund
cb9d194f86
Removed uses of GLU in tests.
ago%!(EXTRA string=11 years)
Camilla Berglund
7653f3af49
Updated comments on global variables.
ago%!(EXTRA string=11 years)
Camilla Berglund
ae469ee614
Made X11 Unicode table const.
ago%!(EXTRA string=11 years)
Camilla Berglund
0493d717a4
Merge pull request #306 from SephiRok/patch-1
...
Start reopen test in fullscreen.
ago%!(EXTRA string=11 years)
Rok Breulj
093029c2f5
Start reopen test in fullscreen.
ago%!(EXTRA string=11 years)
Camilla Berglund
c6e02c09ff
Fixed leaks of joystick mutable arrays.
ago%!(EXTRA string=11 years)
Camilla Berglund
8f2336f02c
Fixed release of get rule objects.
...
Partial revert of b4c03b992c
.
Fixes #262 .
ago%!(EXTRA string=11 years)
Siavash Eliasi
0ffe934a3e
Fixed typo in transition guide.
ago%!(EXTRA string=11 years)
Camilla Berglund
aa5be2dbc3
Removed deprecated Doxygen options.
ago%!(EXTRA string=11 years)
Camilla Berglund
04ea2112bd
Fixed possible use of invalid HWND.
ago%!(EXTRA string=11 years)
Camilla Berglund
4923f1cf7e
Call platform API directly where possible.
ago%!(EXTRA string=11 years)
Camilla Berglund
56f0bb8613
Comment fix.
ago%!(EXTRA string=11 years)
Camilla Berglund
b91116e2bc
Fixed glfwShowWindow restoring maximized windows.
...
Fixes #264 .
ago%!(EXTRA string=11 years)
Camilla Berglund
dc5c264e26
Fixed broken key repeat detection.
ago%!(EXTRA string=11 years)