377 Commits (0b76e3a6f158549b96d1ae3424f094c63177b2ce)

Author SHA1 Message Date
Camilla Löwy a465c1c32e Win32: Simplify window class handling ago%!(EXTRA string=3 years)
Camilla Löwy 2ae3e0c8d7 Win32: Add separate window class for helper window ago%!(EXTRA string=3 years)
Camilla Löwy 736a88b067 Fix return type of functions returning bool values ago%!(EXTRA string=3 years)
Camilla Löwy 7dfd84c458 Win32: Make monitor area retrieval more consistent 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 80e31ce9e1 Win32: Remove superfluous cast ago%!(EXTRA string=3 years)
Camilla Löwy 07a5518c3e Win32: Fix using executable instance and not ours ago%!(EXTRA string=3 years)
Camilla Löwy 8d9231fe5e Win32: Fix glfwGetKeyScancode for GLFW_KEY_PAUSE ago%!(EXTRA string=3 years)
Camilla Löwy 03cfe957e7 Win32: Fix scancode and key for Alt+PrtSc events ago%!(EXTRA string=3 years)
Camilla Löwy 3ee5031fd7 Add shared min and max functions for int ago%!(EXTRA string=3 years)
Camilla Löwy 8f9ff8503e Formatting ago%!(EXTRA string=3 years)
Camilla Löwy 34573798f4 Win32: Rename Windows 10 macros for clarity ago%!(EXTRA string=3 years)
Camilla Löwy 8ff9ed92b4 Win32: Fix calls to encoding compatibility macros ago%!(EXTRA string=3 years)
Camilla Löwy 723f3eb40d Win32: Fix maximization showing a hidden window ago%!(EXTRA string=3 years)
Camilla Löwy 367d06deaf Win32: Fix scale fixup losing initial position ago%!(EXTRA string=3 years)
Camilla Löwy a730acf8e5 Win32: Fix rect of undecorated maximized windows ago%!(EXTRA string=3 years)
Camilla Löwy fe7be39793 Clean up internal Unicode code point handling ago%!(EXTRA string=4 years)
Camilla Löwy 53d86c64d7 Win32: Handle content scale error on creation ago%!(EXTRA string=4 years)
Camilla Löwy d1efa32983 Formatting ago%!(EXTRA string=4 years)
Camilla Löwy 56a4cb0a3a Add runtime platform selection 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 729c9988d0 Win32: Fix content area rescaling on older systems ago%!(EXTRA string=5 years)
Camilla Löwy 410890aa80 Win32: Fix full screen windows affected by scaling ago%!(EXTRA string=5 years)
Luflosi 08e5a17063 Use switch statement instead of if-else-chain for cursor shapes ago%!(EXTRA string=5 years)
Camilla Löwy 0bccc3852b Win32: Filter out duplicate size events ago%!(EXTRA string=5 years)
Camilla Löwy 05dd2fa298 Win32: Disable fb transparency when it is broken ago%!(EXTRA string=5 years)
Camilla Löwy 782e6b6cef Make joystick platform code init on demand ago%!(EXTRA string=5 years)
Camilla Löwy 6d2003d07a Move management of shared state to shared code ago%!(EXTRA string=5 years)
Camilla Löwy 7da3e52c86 Win32: Fix GLFW_MOUSE_PASSTHROUGH dropping events ago%!(EXTRA string=5 years)
Rokas Kupstys d285a9fdeb Add support for mouse input transparency ago%!(EXTRA string=5 years)
Camilla Löwy 6ce2070392 Win32: 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 2539d03747 Win32: Use helper window DC as EGL native display 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 51a465ee2b Win32: Remove checks for pre-XP Windows ago%!(EXTRA string=5 years)
Camilla Löwy 190673e779 Win32: Add matching comment ago%!(EXTRA string=6 years)
Camilla Löwy 789a2bcb39 Win32: Fix scancode when key message only had VK ago%!(EXTRA string=6 years)
Camilla Löwy 5f1631cb0e Check scancode before use in glfwGetKeyName ago%!(EXTRA string=6 years)
Camilla Löwy a491b0698c Win32: Use non-async key state for modifier hack ago%!(EXTRA string=6 years)
Camilla Löwy 562c17d131 Win32: Fix no Super key release event after Win+V ago%!(EXTRA string=6 years)
Camilla Löwy 7dbdd2e6a5 Add more standard cursors ago%!(EXTRA string=6 years)
Camilla Löwy 8e288dc94c Win32: Add GLFW_WIN32_KEYBOARD_MENU ago%!(EXTRA string=6 years)
Camilla Löwy c88ee1c9d3 Win32: Change transparent framebuffer key color ago%!(EXTRA string=6 years)
Camilla Löwy 3d2540c373 Win32: Cleanup keyboard input flag parsing ago%!(EXTRA string=6 years)
Camilla Löwy 4cc5d2e623 Clarify comment ago%!(EXTRA string=6 years)
Camilla Löwy 2c7ef5b480 Win32: Fix initial state of maximized state cache ago%!(EXTRA string=6 years)
Camilla Löwy 711b9694a1 Win32: Fix GLFW_MAXIMIZED not maximizing window ago%!(EXTRA string=6 years)
Leon Linhart 4f0b8b0dda Win32: Fix cursor enter/position event order ago%!(EXTRA string=6 years)