1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2025-04-20 14:58:49 -04:00

Commit Graph

  • 2cc3c16ab1 Documentation tweak. Camilla Berglund 2015-06-15 20:37:57 +0200
  • 3a0b397054 Fixed regression for WGL full screen DWM hack. Camilla Berglund 2015-06-15 20:19:44 +0200
  • b15eaeda16 Implemented auto-iconification on X11. Camilla Berglund 2015-06-15 15:25:31 +0200
  • e049190ff1 Moved focus callback triggering last. Camilla Berglund 2015-06-15 15:19:55 +0200
  • dba59cf903 Improved X11 focus event filtering. Camilla Berglund 2015-06-15 15:11:29 +0200
  • 56122cbe2f Keep X11 full screen window properties on iconify. Camilla Berglund 2015-06-15 14:52:19 +0200
  • c77edaee34 Always pre-position X11 full screen windows. Camilla Berglund 2015-06-15 14:45:05 +0200
  • 21ce21cc07 Improved X11 full screen focus control flow. Camilla Berglund 2015-06-15 14:41:15 +0200
  • 6cf15615e8 Clarified EWMH full screen error messages. Camilla Berglund 2015-06-15 14:39:56 +0200
  • a1399426c3 Removed superfluous X11 window struct member. Camilla Berglund 2015-06-15 14:38:13 +0200
  • 81249724e3 Removed retrieval of unused values. Camilla Berglund 2015-06-15 14:36:32 +0200
  • bdcffa90eb Remove superfluous X11 library struct member. Camilla Berglund 2015-06-15 14:27:25 +0200
  • 1ee4c4ba62 Clarified control flow in X11 event processing. Camilla Berglund 2015-06-11 17:06:35 +0200
  • 7935a366f4 Fixed particles example on Retina displays. Camilla Berglund 2015-06-12 03:13:23 +0200
  • 08b3af4387 Fixed non-pre-edit character input via XIM. Camilla Berglund 2015-06-09 14:41:15 +0200
  • 8e96402819 Formatting. Camilla Berglund 2015-06-09 14:41:07 +0200
  • 1c104a385d Clarified note on role of CMake. Camilla Berglund 2015-06-08 22:37:44 +0200
  • ec6f0811a0 Improved initial placement of full screen windows. Camilla Berglund 2015-06-08 16:12:47 +0200
  • a257e7a3ee Removed caching of Win32 window styles. Camilla Berglund 2015-06-02 21:12:37 +0200
  • acaddf9cd9 Added decimals to DPI reported by monitor test. Camilla Berglund 2015-01-26 06:17:58 +0100
  • bb50368d55 Fixed enumeration of invalid video modes. Camilla Berglund 2015-06-07 14:35:12 +0200
  • 8503d53018 Improved tearing test. Camilla Berglund 2015-01-26 00:41:27 +0100
  • 8d4ba0aa83 Improved multi-window test. Camilla Berglund 2015-01-25 23:38:28 +0100
  • 5abf7841f8 Improved glfwinfo tool. Camilla Berglund 2015-01-26 03:16:43 +0100
  • ff67e06844 Added prefixes to header guard macros. Camilla Berglund 2015-06-07 19:32:24 +0200
  • 5f74c2afdf Cleanup. Camilla Berglund 2015-06-07 18:22:38 +0200
  • 96b3f17d02 Re-used config structs for hints. Camilla Berglund 2015-06-07 18:14:07 +0200
  • 58c2c10cdb Moved helper functions to correct section. Camilla Berglund 2015-05-15 18:05:20 +0200
  • e6cc3c4752 Clarified WM_PROTOCOLS event handling. Camilla Berglund 2015-06-02 17:49:49 +0200
  • 9f0e359d73 Formatting. Camilla Berglund 2015-06-02 17:27:35 +0200
  • 82c5dfc30a Formatting. Camilla Berglund 2015-06-02 17:26:23 +0200
  • ee2d036bbf Fixed destination of _NET_WM_PING reply. Camilla Berglund 2015-06-02 17:25:09 +0200
  • cf363103d2 Formatting. Camilla Berglund 2015-06-02 17:05:21 +0200
  • 41af5aaae2 Simplified sending events to WM. Camilla Berglund 2015-06-02 17:05:00 +0200
  • f0212f3f15 Fixed typo in function declaration. Camilla Berglund 2015-06-02 13:51:24 +0200
  • 81144bb969 Corrected changelog verb. Camilla Berglund 2015-06-01 22:47:16 +0200
  • b00a7d0619 Simplified version string functions. Camilla Berglund 2015-06-01 20:50:10 +0200
  • ef6dec17ba Added missing entries to Linux version strings. Camilla Berglund 2015-06-01 19:15:55 +0200
  • b067bb6304 Removed swap interval re-application hack. Camilla Berglund 2015-05-29 16:32:33 +0200
  • ed18c145cd Fixed section for changelog entry. Camilla Berglund 2015-05-29 14:32:56 +0200
  • 8247e6069d Fixed mode setting for tearing test. Camilla Berglund 2015-06-02 03:26:02 +0200
  • 38ca109766 Clarified context TLS function names. Camilla Berglund 2015-05-05 03:31:20 +0200
  • 6d5753c548 Added support for AMD PowerXpress override. Camilla Berglund 2015-05-29 13:08:12 +0200
  • 0fa909a889 Updated .gitignore. Camilla Berglund 2015-05-28 18:55:03 +0200
  • 38ae319bea Header inclusion cleanup. Camilla Berglund 2015-05-27 15:06:52 +0200
  • 287e30239c Renamed extension version struct members. Camilla Berglund 2015-05-27 14:35:31 +0200
  • 530fc5a431 Added full screen support to tearing test. Camilla Berglund 2015-05-27 16:14:15 +0200
  • d3e25db395 Added missing documentation for option. Camilla Berglund 2015-05-27 02:22:56 +0200
  • f3cd42887d Fixed changelog section for WGL entries. Camilla Berglund 2015-05-27 02:22:01 +0200
  • 3c52cb1790 Simplified glXGetProcAddress logic. Camilla Berglund 2015-05-27 01:06:36 +0200
  • 8309e0ecb0 Use DwmFlush when DWM is enabled. Camilla Berglund 2015-05-21 14:48:11 +0200
  • 22e9451192 Fixed accuracy test on Retina displays. Camilla Berglund 2015-05-21 00:42:07 +0200
  • a1641cdec9 Renamed MSAA test program. Camilla Berglund 2015-05-19 15:16:42 +0200
  • 8f0fd7ecf5 Reverted to plain NSView. Camilla Berglund 2015-05-15 15:28:27 +0200
  • c7f564e866 Stop making it worse. Camilla Berglund 2015-05-14 17:14:30 +0200
  • c9ae3f4efe Fixed build regression. Camilla Berglund 2015-05-14 17:00:01 +0200
  • 6d0698ba0e Updated changelog. Camilla Berglund 2015-05-14 16:29:54 +0200
  • 155da0cd09 Unified librt and libm logic. Camilla Berglund 2015-05-14 16:15:44 +0200
  • b4f3adb6ee Removed no-op librt illogic. Camilla Berglund 2015-05-14 16:11:18 +0200
  • 6b232bd8f6 Updated minimum required CMake version to 2.8.12. Camilla Berglund 2015-05-14 15:56:30 +0200
  • 323d4a484d Simplified libdl logic. Camilla Berglund 2015-05-12 00:59:42 +0200
  • 6af25fb423 MinGW flag logic cleanup. Camilla Berglund 2015-05-11 23:51:48 +0200
  • 35b6c72634 Simplifies CMake version checks. Nicholas Vitovitch 2015-03-11 18:02:36 -0400
  • 5f7f6319eb Made global setting of CMake module path explicit. Camilla Berglund 2015-05-11 22:28:02 +0200
  • 47592fbf42 Cleaned up example build file. Camilla Berglund 2015-05-13 02:53:08 +0200
  • 80a38c1e45 Updated Info.plist template file. Camilla Berglund 2015-05-13 02:30:31 +0200
  • c599ea0737 Fix typo: "is" changed to "are" Jay Weisskopf 2015-05-12 14:36:11 -0400
  • 9040c64e5b Implemented GLFW_AUTO_ICONIFY on OS X. Camilla Berglund 2015-05-06 23:52:39 +0200
  • 905073a506 Simplified WGL extension logic. Camilla Berglund 2015-05-04 19:26:01 +0200
  • 656666e722 wayland: Fix typo introduced in e253beaa. Emmanuel Gil Peyrot 2015-04-19 18:54:04 +0200
  • 460c34df4b Documentation tweaks. Camilla Berglund 2015-04-19 13:48:25 +0200
  • d1ea1ec21b Added credit. Camilla Berglund 2015-04-19 13:27:27 +0200
  • e253beaa2b wayland: Implement glfwGetCursorPos Emmanuel Gil Peyrot 2015-04-15 18:18:42 +0200
  • 9021e52a6f Fixed clipboard test OS X modifier. Camilla Berglund 2015-04-09 15:11:50 +0200
  • 5b6e67119f Added credit. Camilla Berglund 2015-04-14 21:15:50 +0200
  • ad1739c63f Fixed invalid pointer when Xrandr is unavailable. Eric Larson 2015-04-13 13:37:15 -0700
  • b415b9aacf Fixed harmless argument reversal. Camilla Berglund 2015-04-13 19:36:51 +0200
  • dc9d287e33 Comment cleanup. Camilla Berglund 2015-04-07 02:51:45 +0200
  • 135be952fe Added reporting of unlikely WGL extension error. Camilla Berglund 2015-04-07 02:34:40 +0200
  • c21a8573b4 Replaced comment with assertion. Camilla Berglund 2015-04-07 02:34:08 +0200
  • 5733b0e4cb Removed repetitition in input guide. Camilla Berglund 2015-04-10 13:31:47 +0200
  • 5c3f8efd23 Context config translation cleanup. Camilla Berglund 2015-04-10 13:18:26 +0200
  • 076d9311fa Removed tab characters. Camilla Berglund 2015-04-10 13:17:27 +0200
  • c5099ff407 Cleanup of #493. Camilla Berglund 2015-04-09 16:09:39 +0200
  • 4277e9f5d6 Removed NSScreen member of OS X monitor. Chi-kwan Chan 2015-04-07 21:02:48 -0400
  • 882b770ecb Cleanup of #487. Camilla Berglund 2015-04-09 14:03:26 +0200
  • a21f586c3b Removed check for whether context is current. Elviss Strazdins 2015-04-02 14:19:57 +0300
  • 2fbd948a67 Fixed initialization failing on headless systems. Camilla Berglund 2015-03-29 13:46:21 +0200
  • 49cf82a0ac Cleaned up monitor and video mode enumeration. Camilla Berglund 2015-03-23 00:08:28 +0100
  • 6412dcb896 Added note on delayed OS X window title updating. Camilla Berglund 2015-04-07 21:52:29 +0200
  • 16e80258b8 Shrunk error message buffer. Camilla Berglund 2015-04-07 17:42:45 +0200
  • b875bbcdf1 Added missing VC++ gitignore entries. Camilla Berglund 2015-04-07 17:41:43 +0200
  • 6b21c4f6c9 Fixed out-of-tree build documentation. Camilla Berglund 2015-04-07 14:41:23 +0200
  • e8bceaa284 Documentation work. Camilla Berglund 2015-04-07 14:37:42 +0200
  • 59abeeb097 Added window attribute remarks. Camilla Berglund 2015-04-07 14:34:12 +0200
  • d95b79f9eb Documentation grammar fix. Camilla Berglund 2015-03-30 23:20:49 +0200
  • 1861cf4975 Removed stale comment. Camilla Berglund 2015-04-07 02:29:49 +0200
  • 427c79b24b Documented framebuffer attribute retrieval. Camilla Berglund 2015-03-29 14:18:49 +0200
  • f3270d4ce8 Fixed language referring to GLFW 2. Camilla Berglund 2015-03-26 12:42:30 +0100
  • 4974585d04 wayland: Handle disconnect properly Emmanuel Gil Peyrot 2015-03-18 19:50:14 +0100