384 Commits (92c70b2a83f8902a018cc53915eecd3f423bc931)

Author SHA1 Message Date
Camilla Löwy 6e6805000a Cocoa: Fix pre-window-creation event processing ago%!(EXTRA string=6 years)
Camilla Löwy 7dbdd2e6a5 Add more standard cursors ago%!(EXTRA string=6 years)
Camilla Löwy 2c519709be Cocoa: Fix full screen window iconification ago%!(EXTRA string=6 years)
Camilla Löwy bac15f9449 Cocoa: Fix multiple methods warning ago%!(EXTRA string=6 years)
Camilla Löwy c819f27ce3 Cocoa: Process events after window destruction ago%!(EXTRA string=6 years)
Camilla Löwy 7f02898264 Cocoa: Fix glfwSetWindowSize anchor point ago%!(EXTRA string=6 years)
Camilla Löwy 56ca0cb3b3 Unify key name string handling ago%!(EXTRA string=6 years)
Camilla Löwy 3262c29440 Cocoa: Cleanup ago%!(EXTRA string=6 years)
Camilla Löwy 0c6b505619 Convert some declarations to C99 style ago%!(EXTRA string=6 years)
Camilla Löwy 56aad76b16 Add C dialect reminders to each source file ago%!(EXTRA string=6 years)
Camilla Löwy a337c56848 Start 3.4 ago%!(EXTRA string=6 years)
Camilla Löwy ab118b2529 Fix copyright years (somewhat) ago%!(EXTRA string=6 years)
Camilla Löwy 0e74265426 Cocoa: Fix cursor hover test ago%!(EXTRA string=6 years)
Camilla Löwy 3c3981a4f0 Cocoa: Fix coordinate transformations ago%!(EXTRA string=6 years)
Camilla Löwy cad22cb2f6 Cocoa: Fix missing check for selector ago%!(EXTRA string=6 years)
Camilla Löwy 980fc9b52f Cocoa: Apply retina window hint to Metal layer ago%!(EXTRA string=6 years)
Camilla Löwy e108c0de0d Cocoa: Explicitly set layer on surface creation ago%!(EXTRA string=6 years)
Camilla Löwy 056c5d3f90 Cleanup ago%!(EXTRA string=6 years)
Camilla Löwy 8d7e5cdb49 NSGL: Update current display for display link ago%!(EXTRA string=6 years)
Camilla Löwy 4e3204d86d Cocoa: Replace global autorelease pool with blocks ago%!(EXTRA string=6 years)
Camilla Löwy 9883cb64f0 Cocoa: Disable shadow for transparent framebuffer ago%!(EXTRA string=6 years)
Camilla Löwy 4b20fb705b Cocoa: Fix work area using NS screen coordinates ago%!(EXTRA string=6 years)
Camilla Löwy 1155c83013 Rename raw input to raw mouse motion, cleanup ago%!(EXTRA string=7 years)
Nathan Poirier 9e29f556fd Add GLFW_RAW_INPUT and glfwRawInputSupported ago%!(EXTRA string=7 years)
Camilla Löwy 530b37f4db Cocoa: Disable automatic tabbing for GLFW windows ago%!(EXTRA string=7 years)
Camilla Löwy d5ab3e919a Cleanup ago%!(EXTRA string=7 years)
iamCaveLamp a46104ee69 Removed duplicates of centerCursor function ago%!(EXTRA string=7 years)
Camilla Löwy ea7eb2ddab Cocoa: Move app delegate and menu creation to init ago%!(EXTRA string=7 years)
Camilla Löwy 9a9568212c Cocoa: Move slightly towards modern Objective-C ago%!(EXTRA string=7 years)
Keith Bauer c4903d9267 Cocoa: Fix half of all key events for Caps Lock ago%!(EXTRA string=7 years)
Andrew Belt cc621765e5 Cocoa: Accept focusing mouse click as input ago%!(EXTRA string=7 years)
Camilla Löwy 17a15a20f2 Cocoa: Move to modern Objective-C literals ago%!(EXTRA string=7 years)
Camilla Löwy c3ed70a4b7 Cocoa: Add NSApplicationDelegate protocol ago%!(EXTRA string=7 years)
Camilla Löwy 88c5edb409 Cocoa: Remove subclassing of NSApplication ago%!(EXTRA string=7 years)
Camilla Löwy f680001b95 Cocoa: Remove superfluous compatibility macro ago%!(EXTRA string=7 years)
Camilla Löwy 18145a7f3d Cocoa: Use NSURLs for drag and drop ago%!(EXTRA string=7 years)
Camilla Löwy 5595fa3ae6 Cocoa: Fix OpenGL rendering not being displayed ago%!(EXTRA string=7 years)
Camilla Löwy 6dfc12a439 Cocoa: Fix some macOS 10.14 deprecation warnings ago%!(EXTRA string=7 years)
Camilla Löwy 50eccd298a Fix cursor mode application for unfocused windows ago%!(EXTRA string=7 years)
Camilla Löwy 2884915000 Cocoa: Set CAMetalLayer contents scale from window ago%!(EXTRA string=7 years)
Camilla Löwy 5f8108e8a9 Cocoa: Fix SDK version numbers ago%!(EXTRA string=7 years)
Camilla Löwy 77879736af Cocoa: Event polling did not initialize AppKit ago%!(EXTRA string=8 years)
Camilla Löwy 58cc4b2c5c Move full screen cursor centering to shared code ago%!(EXTRA string=8 years)
Camilla Löwy cfb5cb8805 Add comment ago%!(EXTRA string=8 years)
Camilla Löwy 1d75b205cb Cleanup ago%!(EXTRA string=8 years)
Camilla Löwy 973bf29622 Remove use of non-standard function strdup ago%!(EXTRA string=8 years)
Camilla Löwy ee9dffcd66 Add GLFW_HOVERED for polling cursor hover state ago%!(EXTRA string=8 years)
Camilla Löwy 370eac3c48 Add glfwSetWindowContentScaleCallback ago%!(EXTRA string=8 years)
Camilla Löwy 9da2285b14 Cocoa: Make frame autosave hint a string ago%!(EXTRA string=8 years)
Camilla Löwy 0e8c4ea7ce Add lock key modifier bits input mode ago%!(EXTRA string=8 years)