Commit Graph

  • 3229ae91b2 Created examples/filters.c to demonstrate how to draw in one window based on the position of a different window. Cem Karan 2015-12-17 15:49:28 -0500
  • f5e83caeeb Moved hint clamping into glfwWindowHint() per @elmindreda Cem Karan 2015-12-17 11:34:16 -0500
  • c8c7ad249a Changed 'alphaMask' to 'transparent' per @elmindreda's request. Cem Karan 2015-12-17 11:25:45 -0500
  • 69fca03d78 Renamed GLFW_ALPHA_MASK as GLFW_TRANSPARENT as per @elmindreda Cem Karan 2015-12-17 11:18:17 -0500
  • cca3254967 Removed 'build' directory per @elmindreda's request. Cem Karan 2015-12-17 11:12:51 -0500
  • 444fe6efe9 Added tests/transparent_threads.c. Cem Karan 2015-12-17 11:09:41 -0500
  • cddee11c35 Small memory leak in x11_init.c celestinmarot 2015-12-17 12:38:53 +0100
  • 1cdb60bb74 Updated .gitignore to ignore 'build' directory. Cem Karan 2015-12-16 16:36:51 -0500
  • 619c41692d Merged in @andsve changes with the latest in the master branch. Transparent windows now work! Cem Karan 2015-12-16 16:28:20 -0500
  • ecd04539ec Add mention of command-line CMake option setting Camilla Berglund 2015-12-16 03:42:59 +0100
  • 864ca4dd57 Remove duplicate inclusion Camilla Berglund 2015-12-15 16:58:33 +0100
  • f079d0625d Platform affix cleanup Camilla Berglund 2015-12-14 03:10:17 +0100
  • 37c93ba031 Compiler flag cleanup Camilla Berglund 2015-12-13 20:01:01 +0100
  • addb977ef1 Use monitor callback event more strictly Camilla Berglund 2015-12-13 19:11:21 +0100
  • 810bab7391 Add history to public types Camilla Berglund 2015-12-13 17:38:14 +0100
  • 87883b592f Update .gitignore Camilla Berglund 2015-12-13 17:37:56 +0100
  • b56fce1570 Fix typo Camilla Berglund 2015-12-15 22:35:51 +0100
  • 10c0eb648a Cleanup Camilla Berglund 2015-12-15 15:19:54 +0100
  • ec9fe02a30 Sort initial joystick set on Linux Camilla Berglund 2015-12-15 04:16:20 +0100
  • 6b0f660180 Fix EGL backend MinGW build errors Camilla Berglund 2015-12-13 16:55:54 +0100
  • 12871db0f9 Only poll requested joystick on OS X Camilla Berglund 2015-12-13 15:14:14 +0100
  • 45efb935c5 Use more GLFWbool Camilla Berglund 2015-12-10 17:10:05 +0100
  • 2b52008405 Check Linux joystick init on Wayland and Mir Camilla Berglund 2015-12-10 17:02:35 +0100
  • 7fec7a0569 Make source file names more consistent Camilla Berglund 2015-12-06 15:53:10 +0100
  • 12b6c56903 Add suffixes to platform specific helper functions Camilla Berglund 2015-12-03 18:16:46 +0100
  • 0a3b5952e0 Make WGL backend more readable Camilla Berglund 2015-12-06 16:13:42 +0100
  • 66b462d6e1 Make GLX backend more readable Camilla Berglund 2015-12-03 04:09:26 +0100
  • 02fdd6459e Make EGL backend more readable Camilla Berglund 2015-12-02 23:53:50 +0100
  • 0df4e06f11 Make more RFC 2119 compliant use of may Camilla Berglund 2015-12-13 14:07:27 +0100
  • 8f0f1cf6c1 Only poll requested joystick on Linux Camilla Berglund 2015-12-10 14:07:42 +0100
  • ee27930628 Update changelog Camilla Berglund 2015-12-12 20:35:26 +0100
  • a61d8dea36 Update .gitignore Camilla Berglund 2015-12-12 20:32:30 +0100
  • eea46be4e6 Fix missing MinGW import library prefix Camilla Berglund 2015-12-12 18:07:05 +0100
  • f31ccc8ab2 Cleaning conditional directives that break statements. lzmths 2015-12-10 18:53:26 -0300
  • fdc65e49e4 Fix bad Win32 updates Camilla Berglund 2015-12-10 12:16:13 +0100
  • 75f1dfaf8a Move DWM enabled test to file where it is used Camilla Berglund 2015-12-06 16:19:39 +0100
  • 72632a846b Cleanup Camilla Berglund 2015-12-06 15:08:23 +0100
  • 5668b64839 Fix segfault on DISP_CHANGE_RESTART Camilla Berglund 2015-12-06 14:55:57 +0100
  • b3d0bd6081 Fix type of OpenGL bundle reference Camilla Berglund 2015-12-08 15:10:23 +0100
  • 1ea66b9033 Cleanup Camilla Berglund 2015-12-07 21:17:03 +0100
  • e82e2b7570 Fix full screen window position on OS X Camilla Berglund 2015-12-07 21:03:24 +0100
  • 99cec59739 Tab to spaces ocornut 2015-11-29 16:57:30 +0000
  • b0eb90593b Fix for key events filtered by Win32 IME being passed to end-user ocornut 2015-11-29 16:55:08 +0000
  • 001761ed58 Add note on event processing to context guide Camilla Berglund 2015-11-23 12:53:44 +0100
  • 5c98a44603 Move Win32 clipboard code to helper window Camilla Berglund 2015-11-21 21:54:42 +0100
  • 4cd493dd9a Add Win32 helper window Camilla Berglund 2015-11-03 15:28:56 +0100
  • b4b210526a Move to RegisterWindowClassEx for no real reason Camilla Berglund 2015-11-03 16:06:17 +0100
  • 1bf33a7402 Clarify WNDPROC window pointer handling Camilla Berglund 2015-11-03 15:16:00 +0100
  • 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
  • 1c08722e90 Merge 042c7a79ee into 9ac9c61433 linkmauve 2015-11-16 23:14:50 +0000
  • 9ac9c61433 Wayland: Make sure the cursor buffer is valid Emmanuel Gil Peyrot 2015-11-16 21:57:36 +0000
  • 042c7a79ee Wayland: Make sure the cursor’s buffer is valid before destroying it. Emmanuel Gil Peyrot 2015-11-16 21:57:36 +0000
  • 388ad3dd97 Fix a memory leak in GLFWContentView Mario Dorn 2015-11-14 02:50:35 +0100
  • 98a83b362f Implement NSTextInputClient protocol on OS X Mario Dorn 2015-11-13 17:19:20 +0100
  • 580c7da559 Make Wayland and Mir backends use key LUTs Camilla Berglund 2015-11-12 15:06:46 +0100
  • 96e56d8373 Merge 4a8877bdf2 into 994d8ae54d Ben 2015-11-11 04:02:32 +0000
  • 4a8877bdf2 Added WM_COMMAND event handling Ben Cottrell 2015-11-11 16:59:40 +1300
  • 0ad5b14009 Make the window auxiliary because entering OSX fullscreen is not supported by GLFW Elviss Strazdins 2015-11-11 04:12:51 +0200
  • 994d8ae54d Relax native access header constraints Camilla Berglund 2015-11-10 14:57:30 +0100
  • f0c513095c Merge a388f6e6bc into d9e43ea120 Ben 2015-11-10 13:08:35 +0000
  • d9e43ea120 Fix example build errors on legacy MinGW Camilla Berglund 2015-11-10 14:07:30 +0100
  • a388f6e6bc Initial commit Ben Cottrell 2015-11-11 01:55:09 +1300
  • 27462c1078 Cleanup Camilla Berglund 2015-11-10 13:42:56 +0100
  • dc373d2e0e Fix for MinGW compilation Stanislav 2015-11-10 03:12:38 -0500
  • 73dd69e5af Merge 1f5d4d3bdc into e046d0696b Stanislav 2015-11-10 08:20:43 +0000
  • 1f5d4d3bdc Fix for MinGW compilation Stanislav 2015-11-10 03:12:38 -0500
  • 95fc3193d4 Merge 8e3c423ed4 into e046d0696b Moritz Pflanzer 2015-11-10 01:00:15 +0000
  • 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
  • 904a31e216 Merge bf6329810a into 4c06426d46 linkmauve 2015-11-02 23:21:47 +0000
  • 4c06426d46 Wayland: Create the surface before the context Emmanuel Gil Peyrot 2015-11-02 00:39:52 +0000
  • bf6329810a 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
  • 2c7c67e3da Merge 11eebe3e49 into ba1f1f8ee9 swd 2015-10-31 14:22:45 +0000
  • 11eebe3e49 null check swd 2015-10-31 23:22:15 +0900
  • 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