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

Commit Graph

  • 9aa15aa710 Fixed menu bar for non-bundled OS X applications. Camilla Berglund 2014-12-16 22:34:15 +0100
  • a611144d0c Restored events locale setting for output. Camilla Berglund 2014-12-18 03:33:13 +0100
  • b2030f6d73 Fixed X11 character input for C locale. Camilla Berglund 2014-12-18 02:52:06 +0100
  • 44372b89f6 Documentation work. Camilla Berglund 2014-12-17 01:31:36 +0100
  • 2a1375e97c Added glfwCreateStandardCursor. Camilla Berglund 2014-09-02 16:52:16 +0200
  • 1495134398 Changed all key translation to arrays. Camilla Berglund 2014-03-30 16:23:22 +0200
  • 2b62858770 Added multi-window support to iconify test. Camilla Berglund 2014-12-09 20:46:45 +0100
  • a6ba9d6bcd Fixed framework variables not marked as advanced. Camilla Berglund 2014-12-04 15:38:30 +0100
  • 1dc84989bf Made pkgconfig variable use consistent. Camilla Berglund 2014-12-04 15:37:21 +0100
  • ce0e74f6a9 Fixed word in standards conformance. Camilla Berglund 2014-12-11 13:54:03 +0100
  • 0c44a6be7f Fixed export directive for Optimus workaround. Camilla Berglund 2014-12-11 13:31:08 +0100
  • e1ae9af5a0 Removed OS X display capturing (for now). Camilla Berglund 2014-12-02 23:24:23 +0100
  • b81a19928d Fixed auto-hiding of windowed windows on OS X. Camilla Berglund 2014-12-02 23:13:32 +0100
  • 1021948313 Fixed SplitView CMake target name. Camilla Berglund 2014-12-01 22:09:02 +0100
  • e778b83667 Move redundant free to where its not redundant. BrandonSchaefer 2014-11-12 09:41:12 -0800
  • a71a52ddd6 Check queue == NULL if we can't connect to server. BrandonSchaefer 2014-11-10 12:17:21 -0800
  • d300aa3255 Fix the found issue. Found needs to be 1. BrandonSchaefer 2014-11-10 12:12:03 -0800
  • f306ea2f5d Create an event queue to store all MirEvents. BrandonSchaefer 2014-11-10 09:42:41 -0800
  • 0a5d57eade Fixed realloc, should be monitors. BrandonSchaefer 2014-11-10 09:26:20 -0800
  • a8b0d1c8e0 Updated changelog and credits, formatting. Camilla Berglund 2014-11-27 15:39:24 +0100
  • cc10527706 Fixed position for full screen override redirect. Cyril Pichard 2014-11-12 16:59:19 +0100
  • 5c003d3fbe Added Mir to compilation guide. Camilla Berglund 2014-11-10 01:50:42 +0100
  • 916371e04c Formatting. Camilla Berglund 2014-11-06 23:52:38 +0100
  • e059f012d7 Removed unused members. Camilla Berglund 2014-11-07 01:42:25 +0100
  • 46c0dc4788 Updated credits and changelog. Camilla Berglund 2014-11-06 23:57:53 +0100
  • 13ac6e9a82 Fixed platform code writing to shared members. Camilla Berglund 2014-11-06 23:45:56 +0100
  • 10a74924e3 Removed function duplicating _glfwAllocMonitor. Camilla Berglund 2014-11-06 23:41:29 +0100
  • 8d5043f409 Could be a crash here, best to just check. BrandonSchaefer 2014-11-06 12:48:06 -0800
  • c03f273941 Fix crash from test/sharing. BrandonSchaefer 2014-11-06 12:20:57 -0800
  • 4674ed367d Fix some memory leaks. BrandonSchaefer 2014-11-06 12:07:20 -0800
  • f4f525549c Finish up the monitor work. BrandonSchaefer 2014-11-06 00:28:17 -0800
  • ac73c2bd6c Get the correct mod for each KEY/MOTION event. BrandonSchaefer 2014-11-06 00:27:54 -0800
  • cb4ccc59c2 Realloc the monitor size for each IN USE monitor. BrandonSchaefer 2014-11-06 00:27:24 -0800
  • d76d56ce74 Add the start of size of each monitor and modes. BrandonSchaefer 2014-11-06 00:26:39 -0800
  • 50cf4cfda3 Add Mir file licenses. BrandonSchaefer 2014-11-06 00:26:16 -0800
  • 9bd0fae684 Make sure we go through all the pointer_coords. BrandonSchaefer 2014-11-06 00:25:52 -0800
  • 8712d84bcc Add in Mir input handling. BrandonSchaefer 2014-11-06 00:24:49 -0800
  • 49696d0134 Init context API for native display. BrandonSchaefer 2014-11-06 00:24:08 -0800
  • 4295b77582 Set up the Mir connection. BrandonSchaefer 2014-11-06 00:23:02 -0800
  • 46c9663ed7 I should add the actual mir_* source files :). BrandonSchaefer 2014-11-06 00:21:12 -0800
  • 10d1d278f3 Don't forget to add the FindMir.cmake. BrandonSchaefer 2014-11-06 00:18:32 -0800
  • cfb7d2f036 Start with the skeleton code for Mir support. BrandonSchaefer 2014-11-06 00:15:37 -0800
  • bc219056a6 Removed superfluous comments. Camilla Berglund 2014-11-06 19:38:27 +0100
  • 899117e785 Possible control flow clarification. Camilla Berglund 2014-11-04 21:23:13 +0100
  • 382133b384 Fixed test for no found monitors. Camilla Berglund 2014-11-06 02:11:12 +0100
  • 8de5c4e3b8 Fixed OS X full screen window hiding. Camilla Berglund 2014-11-05 16:27:29 +0100
  • c112804539 Ignore deprecated attributes on OS X core. Camilla Berglund 2014-11-05 00:33:43 +0100
  • 70c349f36b Fixed OS X full screen window placement. Camilla Berglund 2014-11-04 20:00:05 +0100
  • 34bf1b13e9 Fixed Lion full screen regression. Camilla Berglund 2014-10-29 23:13:24 +0100
  • 9f58d8d715 Added comment. Camilla Berglund 2014-11-03 19:16:29 +0100
  • 1285e07f1b Documentation work. Camilla Berglund 2014-10-28 16:58:54 +0100
  • 49ec306a0a Added glfwGet*Adapter to native API. Camilla Berglund 2014-10-28 15:35:03 +0100
  • 6743761c2c Moved OS X from full screen view to window. Camilla Berglund 2014-10-28 22:10:39 +0100
  • da7fec86c4 wayland: Fix cursor package name Ricardo Vieira 2014-09-28 22:33:07 +0100
  • 3b9a14fc9c Moved note to new place of inversion. Camilla Berglund 2014-10-26 18:29:34 +0100
  • 4c64e94d39 Fixed X-axis scroll offset inversion (take two). Camilla Berglund 2014-10-26 13:53:45 +0100
  • b4c4ba0439 Fixed regression due to stale OS X glext header. Camilla Berglund 2014-10-22 13:49:16 +0200
  • f611ba8aa0 Using consistent margins for tips and code blocks. Siavash Eliasi 2014-10-22 10:29:40 +0330
  • 5052b2d7e0 Create an autorelease pool in glfwPostEmptyEvent. Patrick Walton 2014-10-20 22:41:58 -0700
  • a21f2377bc Updated TinyCThread URL. Camilla Berglund 2014-10-15 03:55:25 +0200
  • b140606a49 Added GLFW_INCLUDE_GLEXT for glext.h inclusion. Camilla Berglund 2014-10-13 23:56:03 +0200
  • 6a3779d635 Cleanup. Camilla Berglund 2014-10-13 18:51:47 +0200
  • 2d13eb0920 Documentation work. Camilla Berglund 2014-10-13 16:00:11 +0200
  • 496567d3f1 Documentation work. Camilla Berglund 2014-10-07 23:37:59 +0200
  • 3afa831e28 Updated comments for DLL macros. Camilla Berglund 2014-10-13 14:13:08 +0200
  • f4a467a864 Fixed OS X scroll X-axis inversion. Camilla Berglund 2014-10-08 13:40:50 +0200
  • 5f13279557 Merged time functions into input module. Camilla Berglund 2014-10-08 02:48:32 +0200
  • bb98eae131 Merged joystick functions into input module. Camilla Berglund 2014-10-07 23:42:05 +0200
  • 8167e8897e Added Raspbian EGL and GLES paths. Camilla Berglund 2014-10-12 17:58:48 +0200
  • b2ddb85e62 Added readme paragraph on bug reporting. Camilla Berglund 2014-10-12 15:47:38 +0200
  • 653079b792 Fixed Win32 string conversion. Stef Velzel 2014-10-11 21:02:57 +0200
  • a6c57dc6f1 Documentation work. Camilla Berglund 2014-10-07 19:23:35 +0200
  • fb90d5b0ec Added exploit mitigation linker flags for MinGW. Camilla Berglund 2014-10-07 19:00:31 +0200
  • 45d528baed Cleanup. Camilla Berglund 2014-10-07 16:20:49 +0200
  • 2a255e49e2 Made static library build with -fPIC for Rust. Camilla Berglund 2014-10-07 12:48:01 +0200
  • 96d230becb Documentation work. Camilla Berglund 2014-10-07 02:15:36 +0200
  • e0c26f0ec5 Changed default of GLFW_REFRESH_RATE. Camilla Berglund 2014-10-06 23:52:10 +0200
  • 6be821c18b Documentation work. Camilla Berglund 2014-10-06 23:18:33 +0200
  • 95654cfada Documentation work. Camilla Berglund 2014-10-02 17:35:10 +0200
  • 4dd669661b wayland: Coding style cleanup Jonas Ådahl 2014-09-28 21:54:09 +0200
  • b1033a3443 wayland: Default to 32 cursor image size Jonas Ådahl 2014-09-28 21:51:12 +0200
  • cd51d285e6 wayland: Clean up anonymous file creation Jonas Ådahl 2014-09-28 21:47:18 +0200
  • 6e8e94837d wayland: Don't check *alloc result Jonas Ådahl 2014-09-28 21:46:16 +0200
  • 468714cab9 Unified video mode enumeration. Camilla Berglund 2014-09-22 19:25:05 +0200
  • 4918514eaf Added support for _NET_WM_FULLSCREEN_MONITORS. Camilla Berglund 2014-09-22 12:49:03 +0200
  • 2488c67798 Improved grammar of charmods event reporting. Camilla Berglund 2014-09-22 11:32:10 +0200
  • 4591ad2d64 Documentation work. Camilla Berglund 2014-09-18 15:03:29 +0200
  • c769061a8a Cleanup of basic XIM support. Camilla Berglund 2014-09-21 02:13:41 +0200
  • cec63f3cb5 Fixed dead keys in X11. Lucas Hinderberger 2013-10-06 21:19:38 +0200
  • 49579165a7 Added value clamping for stereo hint. Camilla Berglund 2014-09-18 20:40:03 +0200
  • e57b8212ce Removed duplicate words in documentation. Camilla Berglund 2014-09-17 15:19:56 +0200
  • 58c390991c Made glfwGetX11Monitor return output, not CRTC. Camilla Berglund 2014-09-17 12:45:51 +0200
  • 4b27050afe Fixed error return values of native EGL functions. Camilla Berglund 2014-09-17 12:36:11 +0200
  • a0742e99e3 Fixed error return value of glfwGetCocoaMonitor. Camilla Berglund 2014-09-17 12:28:26 +0200
  • 99cedceef5 Expose display device name as UTF-8. Camilla Berglund 2014-09-12 17:03:44 +0200
  • 1b6d8a6ed6 Enabled enumeration of mirroring displays. Camilla Berglund 2014-09-12 17:00:05 +0200
  • 8fd69bc6c2 Fixed monitor size using wrong incorrect value. Camilla Berglund 2014-09-15 17:08:50 +0200
  • 5bbb837635 Fixed gamma functions acting on whole desktop. Camilla Berglund 2014-09-12 14:40:17 +0200
  • 5ca875a7ff Fixed incorrect full screen window placement. Camilla Berglund 2014-09-10 13:40:40 +0200
  • e9c7314d50 Added GLFW_FOCUSED window hint. Camilla Berglund 2014-06-20 13:39:06 +0200