index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
/
gl
/
gl-input.c
Age
Commit message (
Expand
)
Author
2018-08-21
gl: Don't forget to terminate the string when clearing a text field.
Tor Andersson
2018-07-06
gl: Multi-line labels.
Tor Andersson
2018-07-05
Pass rect and matrix by value in geometry functions.
Tor Andersson
2018-06-22
gl: Multi-line text input fields.
Tor Andersson
2018-06-22
gl: Add annotation editor.
Tor Andersson
2018-06-22
gl: Add layout packer and various widgets.
Tor Andersson
2017-11-08
gl: Remove GLFW and reinstate FreeGLUT.
Tor Andersson
2017-04-27
Include required system headers.
Tor Andersson
2016-11-22
Remove unused variable.
Sebastian Rasmussen
2016-01-06
Squash some warnings
Robin Watts
2016-01-05
gl: Draw outline around text fields.
Tor Andersson
2015-10-06
gl: Add checks to prevent overruns in the presence of malformed UTF-8.
Tor Andersson
2015-10-06
gl: Fix text selection bug.
Tor Andersson
2015-10-06
gl: Cut, copy, and paste in text fields.
Tor Andersson
2015-10-06
gl: Use UTF-8 string internally in text field.
Tor Andersson
2015-10-06
gl: Use upper control characters for special keys.
Tor Andersson
2015-10-06
gl: Split text field handling into separate file and add keyboard focus.
Tor Andersson