305 Commits (77a8f103d8f8519d1a723bbd8b0490b448f1f430)

Author SHA1 Message Date
Camilla Berglund d3f5d036f8 Fix OS X modifier flags cache getting out of date ago%!(EXTRA string=9 years)
Camilla Berglund baf574494d Add glfwFocusWindow ago%!(EXTRA string=9 years)
Camilla Berglund 7669ade19c Make instance extension count unsigned ago%!(EXTRA string=9 years)
Camilla Berglund a10caa4631 Add glfwMaximizeWindow and GLFW_MAXIMIZED ago%!(EXTRA string=9 years)
Camilla Berglund 9b75bffc88 Add basic Vulkan support ago%!(EXTRA string=9 years)
Camilla Berglund 12b6c56903 Add suffixes to platform specific helper functions ago%!(EXTRA string=10 years)
Camilla Berglund 1ea66b9033 Cleanup ago%!(EXTRA string=10 years)
Camilla Berglund e82e2b7570 Fix full screen window position on OS X ago%!(EXTRA string=10 years)
Camilla Berglund d4079ad3a2 Move all context related members to _GLFWcontext ago%!(EXTRA string=10 years)
Camilla Berglund d3e5a3024c Fix update being called on nil context ago%!(EXTRA string=10 years)
Camilla Berglund 9c315412e1 Add glfwGetKeyName ago%!(EXTRA string=10 years)
Camilla Berglund 496f559c9a Add GLFW_NO_API for creating context-less windows ago%!(EXTRA string=10 years)
Camilla Berglund aee6b8765e Remove support for OS X 10.6 ago%!(EXTRA string=10 years)
Camilla Berglund d84772d620 Add size limits and aspect ratio functions ago%!(EXTRA string=10 years)
Camilla Berglund 0eccf75f65 Replace GL booleans with public macros ago%!(EXTRA string=10 years)
Camilla Berglund 13fbb4748a Clean up cursor mode setting ago%!(EXTRA string=10 years)
Camilla Berglund 95a07f3340 Start 3.2 ago%!(EXTRA string=10 years)
Aaron Jacobs 755f913b02 Fix invalid types, null pointer use, memory leak ago%!(EXTRA string=10 years)
Camilla Berglund fb6fbcf700 Fix video modes not restored when hiding OS X app ago%!(EXTRA string=10 years)
Camilla Berglund f6f0771770 Replace NSScreen with platform functions ago%!(EXTRA string=10 years)
Camilla Berglund 4b4cb9ce66 Fix window refresh events emission on OS X ago%!(EXTRA string=10 years)
Camilla Berglund 67eadf1e97 Fix glfwIconifyWindow not restoring video mode ago%!(EXTRA string=10 years)
Camilla Berglund 41287694cb Replace convertBaseToScreen deprecated in 10.11 ago%!(EXTRA string=10 years)
Camilla Berglund e686f5a249 Fixed AppKit not initialized for cursor creation. ago%!(EXTRA string=10 years)
Camilla Berglund cc4c232956 Renamed cursor window library struct member. ago%!(EXTRA string=10 years)
Camilla Berglund 58c2c10cdb Moved helper functions to correct section. ago%!(EXTRA string=10 years)
Camilla Berglund 8f0fd7ecf5 Reverted to plain NSView. ago%!(EXTRA string=10 years)
Camilla Berglund 9040c64e5b Implemented GLFW_AUTO_ICONIFY on OS X. ago%!(EXTRA string=10 years)
Camilla Berglund 076d9311fa Removed tab characters. ago%!(EXTRA string=10 years)
Camilla Berglund c5099ff407 Cleanup of #493. ago%!(EXTRA string=10 years)
Chi-kwan Chan 4277e9f5d6 Removed NSScreen member of OS X monitor. ago%!(EXTRA string=10 years)
Camilla Berglund d493a82f9e Various error fixes. ago%!(EXTRA string=10 years)
Camilla Berglund 93855ae6ab Fixed name of path drop list. ago%!(EXTRA string=10 years)
Camilla Berglund 21280ca775 Fixed glfwSetWindowSize not changing video mode. ago%!(EXTRA string=10 years)
Camilla Berglund 58e9d7a8ec Added refresh event on backing property change. ago%!(EXTRA string=11 years)
Camilla Berglund 439417a22c Comment and string spell check pass. ago%!(EXTRA string=11 years)
Camilla Berglund 1634742177 Fixed lifetime management of application delegate. ago%!(EXTRA string=11 years)
Camilla Berglund d459145d28 Made glfwGetCursorPos query system directly. ago%!(EXTRA string=11 years)
Camilla Berglund 641761ddb0 Changed state attribs to direct access. ago%!(EXTRA string=11 years)
Camilla Berglund aa7f827e72 Fixed pre-drop cursor position update. ago%!(EXTRA string=11 years)
Camilla Berglund 54a1fad13b Fixed cursor sometimes not being set. ago%!(EXTRA string=11 years)
Camilla Berglund e480c76a11 Removed use of cursor rectangles. ago%!(EXTRA string=11 years)
Camilla Berglund e57da19d4a Fixed OS X enter/leave full screen triggers. ago%!(EXTRA string=11 years)
Camilla Berglund 81bcefe86c Moved to using NSOpenGLView. ago%!(EXTRA string=11 years)
Camilla Berglund 9aa15aa710 Fixed menu bar for non-bundled OS X applications. ago%!(EXTRA string=11 years)
Camilla Berglund 2a1375e97c Added glfwCreateStandardCursor. ago%!(EXTRA string=11 years)
Camilla Berglund 1495134398 Changed all key translation to arrays. ago%!(EXTRA string=11 years)
Camilla Berglund b81a19928d Fixed auto-hiding of windowed windows on OS X. ago%!(EXTRA string=11 years)
Camilla Berglund 8de5c4e3b8 Fixed OS X full screen window hiding. ago%!(EXTRA string=11 years)
Camilla Berglund 70c349f36b Fixed OS X full screen window placement. ago%!(EXTRA string=11 years)