414 Commits (f35e2274cbf253b659e9847354fe72d7b45dcc9a)

Author SHA1 Message Date
Camilla Löwy 736a88b067 Fix return type of functions returning bool values ago%!(EXTRA string=3 years)
Camilla Löwy 09653b8c54 Move last bits of window setup to platform code ago%!(EXTRA string=3 years)
Camilla Löwy 7f6aa587f8 Cocoa: Fix deprecation warning for kUTTypeURL ago%!(EXTRA string=3 years)
Camilla Löwy 56a4cb0a3a Add runtime platform selection ago%!(EXTRA string=4 years)
Camilla Löwy 36ea36736d Cocoa: Change helper function suffix to Cocoa ago%!(EXTRA string=4 years)
Camilla Löwy 6ed5294223 Cocoa: Fix unresponsive cursor after cursor warp ago%!(EXTRA string=4 years)
Ioannis Tsakpinis 157ebb80aa Cocoa: Fix unresponsive cursor after ungrab ago%!(EXTRA string=4 years)
Camilla Löwy 22b586b3d8 Add pluggable heap allocator ago%!(EXTRA string=4 years)
Camilla Löwy 56092814f3 Improve error description for invalid scancodes ago%!(EXTRA string=4 years)
Camilla Löwy 076bfd55be Cocoa: Fix MoltenVK layer scale out of sync ago%!(EXTRA string=4 years)
Camilla Löwy 836e709503 Cocoa: Remove calls to -update on nil ago%!(EXTRA string=4 years)
Luflosi 08e5a17063 Use switch statement instead of if-else-chain for cursor shapes ago%!(EXTRA string=5 years)
Camilla Löwy 6d2003d07a Move management of shared state to shared code ago%!(EXTRA string=5 years)
Rokas Kupstys d285a9fdeb Add support for mouse input transparency ago%!(EXTRA string=5 years)
Camilla Löwy e47832ffcf Cocoa: Fix regression in private use area check ago%!(EXTRA string=5 years)
Camilla Löwy ad9eb768c9 Cocoa: Fix non-BMP Unicode codepoint input ago%!(EXTRA string=5 years)
Camilla Löwy 0dea8a4441 EGL: Add support for EGL_ANGLE_platform_angle ago%!(EXTRA string=5 years)
Camilla Löwy aec9fae8f3 EGL: Add support for EGL_EXT_platform_base ago%!(EXTRA string=5 years)
Camilla Löwy d7f7b0e1b5 EGL: Replace native handle macros with functions ago%!(EXTRA string=5 years)
Camilla Löwy 9a87c2a4b4 Add feature available/implemented errors ago%!(EXTRA string=5 years)
Corentin Wallez 91eebe922d Use CALayer instead of NSView for EGLNativeWindowType ago%!(EXTRA string=5 years)
Camilla Löwy 949275bbed Cocoa: Fix call to NSWindow from non-main threads ago%!(EXTRA string=5 years)
Camilla Löwy 72366ac9a9 Cocoa: Finish launching NSApp in glfwInit ago%!(EXTRA string=5 years)
Camilla Löwy 5f1631cb0e Check scancode before use in glfwGetKeyName ago%!(EXTRA string=6 years)
Camilla Löwy 15d91801b7 Cocoa: Select Vulkan surface extension at runtime ago%!(EXTRA string=6 years)
ByunghoonKim c5cb4a253a Cocoa: Add support for VK_EXT_metal_surface ago%!(EXTRA string=6 years)
Camilla Löwy 54e8e0b092 NSGL: Remove problematic swap interval workaround ago%!(EXTRA string=6 years)
Camilla Löwy 28773a069e Cocoa: Fix undeclared selector warnings ago%!(EXTRA string=6 years)
Camilla Löwy 506a6aafde Formatting ago%!(EXTRA string=6 years)
Camilla Löwy a875a536b7 Cocoa: Fix duplicate conversion of title string ago%!(EXTRA string=6 years)
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)