419 Commits (7d73629e5071b0baea87135f01a4335b10740068)

Author SHA1 Message Date
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)
Stephen Gowen bb13275b72 Cocoa: Fix Xcode Warnings ago%!(EXTRA string=8 years)
Camilla Löwy 1fe319d234 Cocoa: Filter out duplicate size events ago%!(EXTRA string=8 years)
Camilla Löwy 8b81a03a5a Cocoa: Remove double resize of full screen window ago%!(EXTRA string=8 years)
Camilla Löwy 11e47f08b1 Add glfwGetWindowOpacity and glfwSetWindowOpacity ago%!(EXTRA string=8 years)
Camilla Löwy 31cbb20ba2 Deprecate window parameter of clipboard functions ago%!(EXTRA string=8 years)
Camilla Löwy bf09dba95b Cleanup ago%!(EXTRA string=8 years)
Camilla Löwy 16bf872117 Add content scale queries ago%!(EXTRA string=8 years)
Camilla Löwy 5aeb37d1b8 Cocoa: Fix window title being lost when untitled ago%!(EXTRA string=8 years)
Camilla Löwy da68ec56c3 Cocoa: Start using instancetype ago%!(EXTRA string=8 years)
Camilla Löwy 32e78aeb2e Add GLFW_TRANSPARENT attribute and documentation ago%!(EXTRA string=8 years)
Bailey Cosier 93e66661d3 Cleanup ago%!(EXTRA string=8 years)
Cem Karan ac009a5f5c Cocoa: Implement GLFW_TRANSPARENT ago%!(EXTRA string=8 years)
Camilla Löwy 58a247b26d Cocoa: Fix some characters not repeating ago%!(EXTRA string=8 years)
Camilla Löwy ce5e649d3b Cleanup ago%!(EXTRA string=8 years)
Sergey Tikhomirov 80e4922b5e Cocoa: Hide cursor instead of using blank image ago%!(EXTRA string=8 years)