111 Commits (c98d09f15d3c41a8509a1cc2df44f3619e155d7f)

Author SHA1 Message Date
Niklas Behrens a55c3f48eb Fix incorrect cursor position ago%!(EXTRA string=12 years)
Camilla Berglund 11615fcaf2 Added scancode to key callback. ago%!(EXTRA string=12 years)
Camilla Berglund 11b7d17ea0 Added filtering of duplicate key releases. 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 f175b2dddc Only apply cursor mode to focused windows. ago%!(EXTRA string=12 years)
Camilla Berglund 11a27de3d3 Added return by setters of previous callback. ago%!(EXTRA string=12 years)
Camilla Berglund 008376d450 Restore cursor position on capture mode exit. ago%!(EXTRA string=12 years)
Camilla Berglund 129e94da2e Changed cursor pos to double. ago%!(EXTRA string=12 years)
Camilla Berglund aec952e8dc Fixed and clarified invalid char tests. ago%!(EXTRA string=12 years)
Camilla Berglund d0e4c874c3 Moved sticky state. ago%!(EXTRA string=12 years)
Camilla Berglund 182e0afe25 Made character unsigned. ago%!(EXTRA string=13 years)
Camilla Berglund 719b60dd2b Added macros for library initialization check. ago%!(EXTRA string=13 years)
Camilla Berglund 253e0d6b23 Added GLFW_REPEAT. ago%!(EXTRA string=13 years)
Camilla Berglund d97dddc8c4 Simplified function comment headers. ago%!(EXTRA string=13 years)
Camilla Berglund 2cea6e37cf Removed glfwGetScrollOffset. ago%!(EXTRA string=13 years)
Camilla Berglund c17a7dd464 Made glfwGetWindowSize immediate. ago%!(EXTRA string=13 years)
Camilla Berglund 3e78570a31 Removed duplicate documentation. ago%!(EXTRA string=13 years)
Camilla Berglund 355af57b91 Renamed internal macro to match conventions. ago%!(EXTRA string=13 years)
Camilla Berglund 8d60214fac Put window callbacks in a substruct. ago%!(EXTRA string=13 years)
Camilla Berglund fcb96967ba Replaced repeat kluge with detectable auto repeat. ago%!(EXTRA string=13 years)
Camilla Berglund 9af960e2dd Made the pointer-ness of object handles explicit. ago%!(EXTRA string=13 years)
Camilla Berglund b72a97d531 Renamed global struct and substructs. ago%!(EXTRA string=13 years)
Camilla Berglund 1790194828 Renamed _glfwInputError and moved to event API. ago%!(EXTRA string=13 years)
Camilla Berglund 9c0e19adca Made error message tags more consistent. ago%!(EXTRA string=13 years)
Camilla Berglund 998cb5144e Made glfwSetCursorPos fail silently if lacking focus. ago%!(EXTRA string=13 years)
Camilla Berglund c479124e69 Removed key repeat. ago%!(EXTRA string=13 years)
Camilla Berglund 14355d692f Fixed active/focused nomenclature mixing. ago%!(EXTRA string=13 years)
m@bitsnbites.eu 1c21fc1383 Removed GLFW_SYSTEM_KEYS from the GLFW API ago%!(EXTRA string=13 years)
Camilla Berglund 18d71c2b6d Made window-related callbacks per-window. ago%!(EXTRA string=13 years)
Camilla Berglund 8ed66ea4d5 Removed calling of callbacks from setters. ago%!(EXTRA string=13 years)
Camilla Berglund cef9dea1d2 Unified nomenclature for cursor positions. ago%!(EXTRA string=13 years)
Camilla Berglund cea0e30499 Fixed cursor centering using wrong mode. ago%!(EXTRA string=13 years)
Camilla Berglund 4ef9aec7e0 Made scrolling deltas floating point. ago%!(EXTRA string=13 years)
Camilla Berglund 21f2327e56 Formatting. ago%!(EXTRA string=13 years)
Camilla Berglund f2062e06b7 Removed traces of Captain Obvious. ago%!(EXTRA string=14 years)
Camilla Berglund 609c008a19 Moved input mode functions to top. ago%!(EXTRA string=14 years)
Camilla Berglund 5a05da441d Formatting. ago%!(EXTRA string=14 years)
Camilla Berglund ce288a8939 Transformed glfwEnable/Disable/SetCursorMode into glfwGetInputMode/SetInputMode. ago%!(EXTRA string=14 years)
Camilla Berglund c4806b9532 Merged cursor enter/leave callbacks. ago%!(EXTRA string=14 years)
Camilla Berglund 1ddafc25a6 Moved new cursor input code to other cursor input code. ago%!(EXTRA string=14 years)
Hanmac 0b752b84c3 Added API and X11 implementation of cursor enter and leave callbacks. ago%!(EXTRA string=14 years)
Camilla Berglund e93ae44ee5 Formatting. ago%!(EXTRA string=14 years)
Camilla Berglund 2660b27cf3 Renamed internal cursor position in preparation of new API. ago%!(EXTRA string=14 years)
Camilla Berglund 3ebe9a4358 Mouse input fixes. ago%!(EXTRA string=14 years)
Camilla Berglund 30ab9e2058 Moved input-related functions to input file. ago%!(EXTRA string=14 years)
Camilla Berglund 1960d1ebb1 Added error setting for more cases of invalid tokens. ago%!(EXTRA string=14 years)
Marcel Metz f50e43d47a Moved variable definition to the function beginning. ago%!(EXTRA string=14 years)
Camilla Berglund b1656d7323 Replaced GLFW_MOUSE_CURSOR enable with glfwSetCursorMode. ago%!(EXTRA string=14 years)