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