288 Commits (2af40c3fe6117b703071d47317f1db39dcbb02f7)

Author SHA1 Message Date
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=11 years)
Camilla Berglund 21280ca775 Fixed glfwSetWindowSize not changing video mode. ago%!(EXTRA string=11 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)
Camilla Berglund 34bf1b13e9 Fixed Lion full screen regression. ago%!(EXTRA string=11 years)
Camilla Berglund 6743761c2c Moved OS X from full screen view to window. ago%!(EXTRA string=11 years)
Camilla Berglund 3b9a14fc9c Moved note to new place of inversion. ago%!(EXTRA string=11 years)
Camilla Berglund 4c64e94d39 Fixed X-axis scroll offset inversion (take two). ago%!(EXTRA string=11 years)
Patrick Walton 5052b2d7e0 Create an autorelease pool in glfwPostEmptyEvent. ago%!(EXTRA string=11 years)
Camilla Berglund f4a467a864 Fixed OS X scroll X-axis inversion. ago%!(EXTRA string=11 years)
Camilla Berglund e9c7314d50 Added GLFW_FOCUSED window hint. ago%!(EXTRA string=11 years)
Camilla Berglund 8d170c7f47 Merged clipboard code into input. ago%!(EXTRA string=11 years)
Camilla Berglund 8cd88ddf61 Cleanup of OS X cursor fixes. ago%!(EXTRA string=11 years)
Arseny Kapoulkine 87fb437d76 Fixed changing cursor while it's outside window. ago%!(EXTRA string=11 years)
Arseny Kapoulkine e74ebf0be3 Fix cursor behavior on OS X. ago%!(EXTRA string=11 years)
Camilla Berglund 96b12ee504 Added character with modifiers callback. ago%!(EXTRA string=11 years)
Camilla Berglund a7b9deb2ca Fixed use of previous member name. ago%!(EXTRA string=11 years)
Camilla Berglund 3ce7bfef07 Added GLFW_FLOATING. ago%!(EXTRA string=11 years)
Camilla Berglund 7123bcfc3e Fixed modifier key events being lost. ago%!(EXTRA string=11 years)
Camilla Berglund aa6f8d40bd Fixed misspelled parameter. ago%!(EXTRA string=11 years)
Camilla Berglund 4a8f6ba58c Moved window delegate creation to createWindow. ago%!(EXTRA string=11 years)