1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2025-04-20 06:48:50 -04:00

Commit Graph

  • 12903ee9b5 Remove no-op ReleaseDC Camilla Berglund 2015-11-03 14:46:16 +0100
  • fc250c3df7 Cleanup Camilla Berglund 2015-11-03 15:18:20 +0100
  • 486354d63f Fix libGL not being found on NetBSD Camilla Berglund 2015-11-17 23:29:08 +0100
  • 9ac9c61433 Wayland: Make sure the cursor buffer is valid Emmanuel Gil Peyrot 2015-11-16 21:57:36 +0000
  • 580c7da559 Make Wayland and Mir backends use key LUTs Camilla Berglund 2015-11-12 15:06:46 +0100
  • 994d8ae54d Relax native access header constraints Camilla Berglund 2015-11-10 14:57:30 +0100
  • d9e43ea120 Fix example build errors on legacy MinGW Camilla Berglund 2015-11-10 14:07:30 +0100
  • 27462c1078 Cleanup Camilla Berglund 2015-11-10 13:42:56 +0100
  • dc373d2e0e Fix for MinGW compilation Stanislav 2015-11-10 03:12:38 -0500
  • e046d0696b Add glfwGetGLXWindow Camilla Berglund 2015-11-09 23:32:35 +0100
  • d4079ad3a2 Move all context related members to _GLFWcontext Camilla Berglund 2015-11-09 16:48:55 +0100
  • b22a0ec7d8 There is only one ICD Camilla Berglund 2015-11-09 16:51:27 +0100
  • d3e5a3024c Fix update being called on nil context Camilla Berglund 2015-11-09 20:36:42 +0100
  • 9c315412e1 Add glfwGetKeyName Camilla Berglund 2015-07-02 14:24:50 +0200
  • 67c6a45e0e Fix xkbcommon build regression Camilla Berglund 2015-11-09 02:23:59 +0100
  • 584d5f0f31 Remove dependency on eglplatform.h header Camilla Berglund 2015-11-08 15:30:15 +0100
  • 24f41c8c4c Use only LoadLibraryA to match EGL backend Camilla Berglund 2015-11-08 15:32:25 +0100
  • dc1b9ce7f0 Move simple example to GL2 Camilla Berglund 2015-11-07 20:39:25 +0100
  • 43d6292328 Formatting Camilla Berglund 2015-11-07 20:45:08 +0100
  • 3efaa065a5 Fix comment Camilla Berglund 2015-10-23 03:55:18 +0200
  • a36e3a2033 Fix documentation formatting error Camilla Berglund 2015-11-05 17:14:26 +0100
  • bce20c3280 Add links to GLFWglproc reference Camilla Berglund 2015-11-05 13:58:52 +0100
  • 98b478fec1 Add more GLFW_NO_API documentation Camilla Berglund 2015-11-05 13:44:15 +0100
  • 9d3a3c32d6 Replace hardcoded version number with macro Camilla Berglund 2015-11-05 12:08:27 +0100
  • d00579bf60 Clarify pre-initialization threading limitations Camilla Berglund 2015-11-05 11:38:45 +0100
  • 9d71eb46b8 Add guide section links to type reference Camilla Berglund 2015-11-05 09:24:16 +0100
  • 5006ef3f56 Use more GLFWbool Camilla Berglund 2015-11-05 08:58:40 +0100
  • 4c06426d46 Wayland: Create the surface before the context Emmanuel Gil Peyrot 2015-11-02 00:39:52 +0000
  • 9f3636a103 Add partial support for Windows 8.1 per-monitor DPI Camilla Berglund 2015-11-01 17:29:13 +0100
  • 6a41d5e7ad Fix NULL pointer dereference Camilla Berglund 2015-10-31 18:21:21 +0100
  • 3489b759a0 Simplify Win32 key and mouse button handling Camilla Berglund 2015-10-29 15:39:54 +0100
  • d725eeaf84 Simplify Win32 character message handling Camilla Berglund 2015-10-29 14:05:57 +0100
  • 37b20124f9 Make call to DefWindowProcW explicit Camilla Berglund 2015-10-29 14:03:22 +0100
  • ba1f1f8ee9 Update tutorial Camilla Berglund 2015-10-28 23:26:57 +0100
  • ec7f4d3232 Use fprintf in error callback of simple example Роман Донченко 2015-10-28 23:10:44 +0300
  • 51c0c88772 Update changelog Camilla Berglund 2015-10-28 22:57:57 +0100
  • afb04c9133 Clarify Win32 monitor physical size retrieval Camilla Berglund 2015-10-28 20:40:45 +0100
  • 25878d68e0 Use GLFWbool for TLS functions Camilla Berglund 2015-10-28 14:51:47 +0100
  • cdf08c1ff3 Fix deletion of uninitialized POSIX TLS key Roman Donchenko 2015-10-28 15:22:33 +0300
  • 43f4afef78 Clarify WGL recreation comment Camilla Berglund 2015-10-28 03:44:02 +0100
  • c117965072 Fix misplaced #endif Camilla Berglund 2015-10-28 03:42:47 +0100
  • 048966bb44 Fix Win32 macro conflict Camilla Berglund 2015-10-28 02:14:42 +0100
  • 23bf1b530b Move all WGL weirdness to Win32 code Camilla Berglund 2015-10-28 02:06:51 +0100
  • 97d8ea8119 Fix decoding overrun in UTF-8 XIM path Camilla Berglund 2015-10-27 23:01:02 +0100
  • d946337724 Document GLFW_CONTEXT_NO_ERROR caveat Camilla Berglund 2015-10-27 21:11:36 +0100
  • 7be8209d14 Add GLFW_CONTEXT_NO_ERROR window hint Camilla Berglund 2015-08-10 12:46:14 +0200
  • 962497bdc9 Use GLXWindow renderables on X11 Camilla Berglund 2015-10-15 20:10:24 +0200
  • 496f559c9a Add GLFW_NO_API for creating context-less windows Camilla Berglund 2015-06-18 14:03:02 +0200
  • 0fda5b7b80 Fix Wayland refresh rate exposed as mHz Emmanuel Gil Peyrot 2015-10-24 00:52:10 +0100
  • 0ebe8ce4c5 Cleanup Camilla Berglund 2015-10-25 03:56:43 +0100
  • f52ce00bf1 Remove outdated comment Camilla Berglund 2015-10-25 00:36:25 +0200
  • f5855968bb Move glClear call to context module Camilla Berglund 2015-10-25 00:35:16 +0200
  • 678cc54c44 Cleanup of questionable brevity Camilla Berglund 2015-10-24 23:52:29 +0200
  • dc5e56c2f3 Add GCC printf format check to _glfwInputError Emmanuel Gil Peyrot 2015-10-24 00:53:03 +0100
  • efdbfd3883 Cleanup Camilla Berglund 2015-10-24 23:40:02 +0200
  • e8f3de0f2e Implement glfwCreateStandardCursor for Wayland Ricardo Vieira 2015-10-23 00:28:16 +0100
  • d95b77ebec Fix monitor notifications on X11 Camilla Berglund 2015-06-14 21:05:42 +0200
  • 154b01e8cf Cleanup Camilla Berglund 2015-10-24 22:47:27 +0200
  • 5fd9709a8b Remove support for OS X 10.6 Camilla Berglund 2015-10-24 21:52:00 +0200
  • f62084ffea Clarify library dependencies Camilla Berglund 2015-10-24 21:46:19 +0200
  • 88660fdf64 Add note on C++11/C11 UTF-8 literals Camilla Berglund 2015-10-24 21:40:27 +0200
  • f47e2f3ae4 Documentation work Camilla Berglund 2015-10-24 21:24:12 +0200
  • 318e8acfae Header file documentation work Camilla Berglund 2015-10-24 20:48:46 +0200
  • b312f5e208 Fix grammar Camilla Berglund 2015-10-18 12:15:06 +0200
  • c9040bce55 Improve tutorial ending Camilla Berglund 2015-10-18 03:27:12 +0200
  • ce52210832 Add note about non-magic boolean values Camilla Berglund 2015-10-18 03:26:50 +0200
  • 37b10d1a0e New release Camilla Berglund 2015-10-18 03:26:27 +0200
  • 143c52e4cd Add OpenGL tutorial links to tutorial Camilla Berglund 2015-10-18 02:39:36 +0200
  • 156cd33c7f Add use of glad to tutorial Camilla Berglund 2015-10-18 02:05:02 +0200
  • bbae72cea2 Improve header section of tutorial Camilla Berglund 2015-10-18 02:01:02 +0200
  • 02b1710ab2 Remove mention of GLU from tutorial Camilla Berglund 2015-10-18 01:49:37 +0200
  • e4a38c10f4 Remove reference to removed Khronos headers Camilla Berglund 2015-10-18 01:29:49 +0200
  • af5b82acf5 Documentation work Camilla Berglund 2015-10-19 16:01:42 +0200
  • 14a18c8288 Apply bananas touch Camilla Berglund 2015-10-18 21:23:22 +0200
  • 42efd26698 Remove support for Universal Binaries Camilla Berglund 2015-10-18 19:33:58 +0200
  • aee6b8765e Remove support for OS X 10.6 Camilla Berglund 2015-10-18 19:15:36 +0200
  • 2687622e8d Simplify touch API Camilla Berglund 2013-02-24 17:54:35 +0100
  • 9301f33d6f Add position to touch press and release events Camilla Berglund 2012-04-25 23:56:56 +0200
  • b55db82f09 Fix translation of Win32 touch positions Camilla Berglund 2012-04-25 23:56:21 +0200
  • b3e015d212 Add touch input toggling to events test Camilla Berglund 2012-04-18 12:45:01 +0200
  • 036d70cdb8 Add dynamic loading of Win32 touch API Camilla Berglund 2012-04-17 21:11:31 +0200
  • 4d2c3a547b Begin adapting touch patch Quinten Lansu 2012-04-17 13:21:45 +0200
  • a94a84b507 Fix segfault on early WM_GETMINMAXINFO Camilla Berglund 2015-10-18 18:50:38 +0200
  • 9dd3b8101a Clarify Win32 getWindowFullSize Camilla Berglund 2015-10-18 17:01:14 +0200
  • d84772d620 Add size limits and aspect ratio functions Camilla Berglund 2014-02-13 02:57:59 +0100
  • 8e062afdd8 Formatting Camilla Berglund 2015-10-18 01:20:31 +0200
  • a7b75792ec Fix bug in simplification Camilla Berglund 2015-10-16 05:18:14 +0200
  • 9ea5291c48 Simplify glad Camilla Berglund 2015-10-16 05:02:48 +0200
  • 219e697dd9 Fix splitview bundle name Camilla Berglund 2015-10-15 17:57:38 +0200
  • a3985c3406 Add icon to examples Camilla Berglund 2015-10-15 16:59:54 +0200
  • 0aca5082ab Replace LoadIcon with LoadImage Camilla Berglund 2015-10-15 17:03:36 +0200
  • 3795d78b14 Clean up DLL loading Camilla Berglund 2015-10-15 02:46:07 +0200
  • a407a673dd Add native Wayland and Mir functions Camilla Berglund 2015-08-16 22:02:31 +0200
  • 074aafa814 Formatting Camilla Berglund 2015-10-14 13:13:07 +0200
  • b3509fd3de Fix heightmap example viewport Camilla Berglund 2015-10-14 13:06:11 +0200
  • 8aaa6d2162 Cleanup Camilla Berglund 2015-10-14 12:36:57 +0200
  • 22eca139fb Remove compile-time client library selection Camilla Berglund 2015-10-14 03:14:56 +0200
  • 1b1ef31228 Make tests and examples use glad Camilla Berglund 2015-10-14 03:11:20 +0200
  • bf123b5299 Simplify glad Camilla Berglund 2015-10-14 02:48:48 +0200
  • d4c5d4d104 Update glad to 3.2 with required extensions Camilla Berglund 2015-10-14 02:32:53 +0200