Commit Graph

  • dae8e0f221
    Remove _glfwInputWindowMonitor from internal.h A. Tombs 2019-05-28 01:33:51 +0100
  • c8cca2ce55
    Remove _glfwInputWindowMonitor from x11_window.c A. Tombs 2019-05-28 01:32:38 +0100
  • cb3bc2dd67
    Remove _glfwInputWindowMonitor from win32_window.c A. Tombs 2019-05-28 01:31:31 +0100
  • 1c6b60e9c0
    Remove _glfwInputWindowMonitor from cocoa_window.m A. Tombs 2019-05-28 01:30:14 +0100
  • a996a26d00
    Remove _glfwInputWindowMonitor uses in wl_window.c A. Tombs 2019-05-28 01:28:38 +0100
  • 5950382616
    Cleanup pointer test in win32_window.c A. Tombs 2019-05-28 01:24:18 +0100
  • 3f7308ccd7
    Win32: Invoke cursor enter callback before cursor position callback Leon Linhart 2019-05-27 22:42:12 +0200
  • f2208ab135 Explicitly disable inclusion for test and examples Camilla Löwy 2019-05-24 17:17:15 +0200
  • b962ef1241 Improve (?) reference documentation for callbacks Camilla Löwy 2019-05-24 01:52:49 +0200
  • 5416e347ad Enable CMake policy CMP0077 where available Camilla Löwy 2019-05-23 20:09:36 +0200
  • 16186943b4 Clarify Doxyfile INPUT value generation Camilla Löwy 2019-05-20 19:02:08 +0200
  • b436d8e3e6 Remove pointless comments Camilla Löwy 2019-05-20 18:43:34 +0200
  • ad3e7c7f39 Win32: Fix non-client actions for disabled cursor Camilla Löwy 2019-05-02 21:15:35 +0200
  • 15f078c6ad Win32: Remove stale comment Camilla Löwy 2019-05-02 21:13:17 +0200
  • e01128f32f Clarify difference between time and timer in docs Camilla Löwy 2019-05-20 17:13:09 +0200
  • 051424f196 WGL: Add extension function macro aliases Camilla Löwy 2019-05-20 16:18:23 +0200
  • 97393223ee WGL: Fix misplaced block comment Camilla Löwy 2019-05-20 16:00:04 +0200
  • 04522580ad Add C dialect reminders to each source file Camilla Löwy 2019-05-20 15:24:14 +0200
  • d2634896d6 Add missing word Camilla Löwy 2019-05-19 21:51:56 +0200
  • 3afb2cc8ed Documentation work Camilla Löwy 2019-05-19 21:41:57 +0200
  • 9f5c6c6e89 Add Vulkan 1.1 support to glfwinfo Camilla Löwy 2019-05-19 18:55:50 +0200
  • d834f01ca4 Rename legacy Vulkan triangle program Camilla Löwy 2019-05-24 17:21:48 +0200
  • 537ea4ccf1 Explicitly disable inclusion for test and examples Camilla Löwy 2019-05-24 17:17:15 +0200
  • 51bb76c7c3 Improve (?) reference documentation for callbacks Camilla Löwy 2019-05-24 01:52:49 +0200
  • 71e6ff386d Enable CMake policy CMP0077 where available Camilla Löwy 2019-05-23 20:09:36 +0200
  • 98dde03ce1 Fix variable dereferencing Camilla Löwy 2019-05-20 23:06:22 +0200
  • e1d9e2ba73 Clarify Doxyfile INPUT value generation Camilla Löwy 2019-05-20 19:02:08 +0200
  • 84ec99bb01 Remove pointless comments Camilla Löwy 2019-05-20 18:43:34 +0200
  • d0c3fa900a Win32: Fix non-client actions for disabled cursor Camilla Löwy 2019-05-02 21:15:35 +0200
  • 267e06a41e Win32: Remove stale comment Camilla Löwy 2019-05-02 21:13:17 +0200
  • bb6945a18a Clarify difference between time and timer in docs Camilla Löwy 2019-05-20 17:13:09 +0200
  • 22a6c02a4c WGL: Add extension function macro aliases Camilla Löwy 2019-05-20 16:18:23 +0200
  • 3fd4e79adb WGL: Fix misplaced block comment Camilla Löwy 2019-05-20 16:00:04 +0200
  • 56aad76b16 Add C dialect reminders to each source file Camilla Löwy 2019-05-20 15:24:14 +0200
  • feaa532886 Add missing word Camilla Löwy 2019-05-19 21:51:56 +0200
  • e91d0fc499 Clarify triangle-opengl uniform uniform update Camilla Löwy 2019-05-19 21:46:34 +0200
  • 3cf7645b96 Documentation work Camilla Löwy 2019-05-19 21:41:57 +0200
  • e4aba7feaa Convert triangle-opengl example to 3.3 core Camilla Löwy 2019-05-19 20:59:10 +0200
  • a639d6e635 Rename OpenGL triangle example to triangle-opengl Camilla Löwy 2019-05-19 19:46:22 +0200
  • d44bfe0264 Add vertex type and offsetof to OpenGL triangle Camilla Löwy 2019-05-19 21:18:30 +0200
  • c280e7eef3 ignore build folder Khai Tran 2019-05-21 23:38:25 +0700
  • f61d0916fd Convert OpenGL triangle example to C99 Camilla Löwy 2019-05-19 19:30:40 +0200
  • c415c71947 Clean up glfwinfo Vulkan version output Camilla Löwy 2019-05-19 19:27:48 +0200
  • 144c98bcb3 Simplify glfwinfo Vulkan enumerations Camilla Löwy 2019-05-19 19:26:16 +0200
  • fa025d8f80 Convert glfwinfo to C99 Camilla Löwy 2019-05-19 19:10:35 +0200
  • 700d1f28d8 Add Vulkan 1.1 support to glfwinfo Camilla Löwy 2019-05-19 18:55:50 +0200
  • 0b01d850ed NSGL: Remove enforcement of forward-compatible flag Camilla Löwy 2019-05-19 20:51:50 +0200
  • 4d99045e87 Add credit Camilla Löwy 2019-05-17 19:19:07 +0200
  • b383e70021 X11: Fix CMake check for XInput headers Camilla Löwy 2019-05-17 17:26:46 +0200
  • 645b8c3bba Add stable release branch to CI Camilla Löwy 2019-05-17 16:58:50 +0200
  • 80935c6c27 Remove cmake from Travis CI package list Camilla Löwy 2019-05-17 16:55:52 +0200
  • 73a3ef86db Format Travis CI inline script for readability Camilla Löwy 2019-05-17 16:31:42 +0200
  • d715917add Add descriptive names for Travis CI jobs Camilla Löwy 2019-05-17 16:15:59 +0200
  • b596c79014 Use CMakeDependentOption for dependent options Camilla Löwy 2019-05-08 18:33:28 +0200
  • bc8b567d7c Move to the modern CMake project version option Camilla Löwy 2019-05-08 15:28:18 +0200
  • 37cc51b823 X11: Only check for headers at build time Camilla Löwy 2019-05-17 15:19:35 +0200
  • 9cc83cf07f X11: Fix CMake not checking for XInput2 headers Camilla Löwy 2019-05-07 17:03:55 +0200
  • e826f839a4 Update changelog and add credit Camilla Löwy 2019-05-02 21:32:14 +0200
  • 2e3b4cf898 Fix use of absolute path in INSTALL_INTERFACE Konstantin Podsvirov 2019-04-18 19:50:48 +0300
  • 6648b3d4bb Documentation work Camilla Löwy 2019-04-28 01:43:30 +0200
  • 76505355e1 Update Travis CI build Camilla Löwy 2019-05-17 16:10:28 +0200
  • b485869d15 remove unkown buildoptions Khai Tran 2019-05-18 15:53:25 +0700
  • 57bf6b2f75 Add credit Camilla Löwy 2019-05-17 19:19:07 +0200
  • ceb16cb5f1 X11: Fix CMake check for XInput headers Camilla Löwy 2019-05-17 17:26:46 +0200
  • 0ccb690853 Add stable release branch to CI Camilla Löwy 2019-05-17 16:58:50 +0200
  • 535491c4f3 Remove cmake from Travis CI package list Camilla Löwy 2019-05-17 16:55:52 +0200
  • 7dc36dd7da Format Travis CI inline script for readability Camilla Löwy 2019-05-17 16:31:42 +0200
  • c0eabc594f Add descriptive names for Travis CI jobs Camilla Löwy 2019-05-17 16:15:59 +0200
  • 8ee589e43b Disable examples and tests when a subproject Camilla Löwy 2019-05-08 19:04:21 +0200
  • cd290f767f Use CMakeDependentOption for dependent options Camilla Löwy 2019-05-08 18:33:28 +0200
  • a255e7ace6 Move to the modern CMake project version option Camilla Löwy 2019-05-08 15:28:18 +0200
  • 5c5963f1c0 X11: Only check for headers at build time Camilla Löwy 2019-05-17 15:19:35 +0200
  • 090b16bfae X11: Fix CMake not checking for XInput2 headers Camilla Löwy 2019-05-07 17:03:55 +0200
  • 42a3e4434f Update changelog and add credit Camilla Löwy 2019-05-02 21:32:14 +0200
  • 15af302f77 Fix use of absolute path in INSTALL_INTERFACE Konstantin Podsvirov 2019-04-18 19:50:48 +0300
  • be71147ad5 Documentation work Camilla Löwy 2019-04-28 01:43:30 +0200
  • ff7d42a55e Update Travis CI build Camilla Löwy 2019-05-17 16:10:28 +0200
  • a8b6f34290 - remove glf-config.h of CMake Khai Tran 2019-05-13 23:17:18 +0700
  • 9cea54e3dc fix lastest typo Khai Tran 2019-05-13 23:13:25 +0700
  • 35766487fb Fix OutputDir case Khai Tran 2019-05-13 22:33:11 +0700
  • 4632dd9dd5 Add premake5 Khai Tran 2019-05-13 22:03:09 +0700
  • 02b27c2f2d Merge remote-tracking branch 'upstream/master' Robbin Marcus 2019-05-13 14:35:33 +0200
  • 4ea7ed07ff Fix #1112: simultaneous key presses being dropped Luca Rood 2019-04-21 16:28:42 +0200
  • 3ab56b09bf
    Merge c6879c1c9c into 599fb3de34 Luiz Gustavo Gomes Monclar 2019-04-20 13:29:45 +0000
  • 599fb3de34 Wayland: Remove wl_shell support Emmanuel Gil Peyrot 2019-03-01 18:46:06 +0100
  • 21b6223ed6 CMake: Fix use absolute path in INSTALL_INTERFACE Konstantin Podsvirov 2019-04-18 19:50:48 +0300
  • c6879c1c9c
    Update README.md Luiz Gustavo Gomes Monclar 2019-04-17 02:44:37 -0300
  • 906542f2bb Revert the replacement in the '_glfwPlatformPollEvents' function, as it could wrongfully read inputs from other windows Luiz Monclar 2019-04-17 02:33:49 -0300
  • 0678c6ca1e
    Update README.md Luiz Gustavo Gomes Monclar 2019-04-17 02:18:33 -0300
  • cbd0e93d0f Replace 'GetActiveWindow()' calls with 'GetForegroundWindow()' for the win32 platform Luiz Monclar 2019-04-17 01:51:24 -0300
  • d0daffee2e
    Merge 182dc0d8cb into a337c56848 linkmauve 2019-04-17 00:56:25 +0000
  • a337c56848 Start 3.4 Camilla Löwy 2019-04-16 14:43:29 +0200
  • a9343d641c Start 3.3.1 Camilla Löwy 2019-04-16 14:47:38 +0200
  • b079610962 Documentation work 3.3 Camilla Löwy 2019-04-16 01:36:49 +0200
  • 186e9372d5 Add credit Camilla Löwy 2019-04-16 01:05:57 +0200
  • ab118b2529 Fix copyright years (somewhat) Camilla Löwy 2019-04-15 20:50:00 +0200
  • 1f91697cd3 Win32: Fix VS static analysis warnings Camilla Löwy 2019-04-15 15:35:38 +0200
  • 334a485968 Win32: Fix potential buffer overrun Camilla Löwy 2019-04-15 15:33:47 +0200
  • 0e74265426 Cocoa: Fix cursor hover test Camilla Löwy 2019-04-15 00:06:56 +0200
  • 3c3981a4f0 Cocoa: Fix coordinate transformations Camilla Löwy 2019-04-10 21:19:40 +0200