1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2025-04-21 07:08:51 -04:00

Commit Graph

  • 32273c5d96 Formatting. Camilla Berglund 2013-04-14 16:33:20 +0200
  • 52ade53553 Removed stale comment. Camilla Berglund 2013-04-14 16:10:16 +0200
  • 6164eb603b Added tracking of cursor visibility. Camilla Berglund 2013-04-14 15:36:10 +0200
  • 608109c249 Documentation work. Camilla Berglund 2013-04-11 20:18:46 +0200
  • 2e8446fe74 Fixed member order in GLFWvidmode. Camilla Berglund 2013-04-11 01:31:00 +0200
  • 082306b1db Added support for WM_UNICHAR. Camilla Berglund 2013-04-11 00:59:21 +0200
  • fa0cbd9a44 Documentation work. Camilla Berglund 2013-04-11 01:07:07 +0200
  • 159f9b9526 Changed default cursor mode for fullscreen. Camilla Berglund 2013-04-10 01:57:43 +0200
  • 8282a8fbe0 Documentation work. Camilla Berglund 2013-04-10 23:01:12 +0200
  • 7b5b33ee3b Documented GLFW_DECORATED. Camilla Berglund 2013-04-08 15:28:38 +0200
  • 49db3b2a9e Formatting. Camilla Berglund 2013-04-08 15:16:32 +0200
  • 8e2e7b37a1 Undecorated window support on win/mac/linux. NathanSweet 2013-04-08 03:07:52 +0200
  • 2f7cad5765 Added credit. Camilla Berglund 2013-04-08 15:23:52 +0200
  • 85b64edcf0 Fix modifier keys. NathanSweet 2013-04-08 03:04:10 +0200
  • d4a61bbd36 Removed unused type. Camilla Berglund 2013-04-08 13:59:04 +0200
  • cd2b6eb83c Replaced __declspec(thread) with TlsAlloc. Camilla Berglund 2013-04-08 03:48:39 +0200
  • e248fb6056 Documentation work. Camilla Berglund 2013-03-29 14:06:23 +0100
  • 98063d2957 Replaced NULL with EGL_DEFAULT_DISPLAY. Camilla Berglund 2013-03-24 21:19:53 +0100
  • 28bf3f700d Fixed uninitialized variable. Camilla Berglund 2013-03-24 21:18:33 +0100
  • 3ee5b0e788 Added note on atexit removal. Camilla Berglund 2013-03-19 13:36:44 +0100
  • 13ccf7d9de Fixed bullet lists. Camilla Berglund 2013-04-07 13:46:38 +0200
  • 21525d119f Updated readme links to guides. Camilla Berglund 2013-04-07 13:26:06 +0200
  • f0bae76e5f Added credit. Camilla Berglund 2013-04-07 13:25:17 +0200
  • 87a085a65c Merge pull request #48 from jayschwa/fix-dlopen Camilla Berglund 2013-04-07 04:19:25 -0700
  • 83b26c9160 Fixed dlopen entry point retrieval mechanism. Jay Weisskopf 2013-04-06 05:28:36 -0400
  • 953b7f52e5 No characters from Ctrl and Alt chords. Camilla Berglund 2013-04-04 17:13:28 +0200
  • 810d889539 Fixed function signature on OS X. Camilla Berglund 2013-03-28 00:30:08 +0100
  • f41d85a209 Added initial XInput2 cursor motion. Camilla Berglund 2013-04-04 16:48:58 +0200
  • 129e94da2e Changed cursor pos to double. Camilla Berglund 2013-04-04 16:16:21 +0200
  • 4c0e946da3 Added possible ES3 bit. Camilla Berglund 2013-03-21 01:18:07 +0100
  • 9843666e1c Updated eglext.h. Camilla Berglund 2013-03-21 01:17:16 +0100
  • 7915e8d778 Added setting of EGL_RENDERABLE_TYPE. Camilla Berglund 2013-03-21 01:12:07 +0100
  • fbda6d4f62 Made docs build (quietly) by default. Camilla Berglund 2013-03-18 21:31:04 +0100
  • ebe02f94af Added CMake target for documentation. Camilla Berglund 2013-03-18 21:21:12 +0100
  • c6ef232dba Clarified language on hint usage. Camilla Berglund 2013-03-18 21:19:35 +0100
  • 8fe816d248 Removed GLFW_NO_ERROR. Camilla Berglund 2013-03-18 19:21:17 +0100
  • 2d5fb77c90 Documentation work. Camilla Berglund 2013-03-18 19:11:02 +0100
  • 87af36830c Added reference to example source file. Camilla Berglund 2013-03-18 15:57:58 +0100
  • 469a9cf338 Transition guide work. Camilla Berglund 2013-03-18 15:52:47 +0100
  • 23f6176fbf Expanded docs on init and terminate. Camilla Berglund 2013-03-12 19:53:29 +0100
  • 378c75d153 Added GLFW_INCLUDE_NONE. Camilla Berglund 2013-03-13 20:44:00 +0100
  • 39fe1f1ea6 Documented input modes. Camilla Berglund 2013-03-12 19:39:36 +0100
  • bb10cae0be Added note on outstanding bug. Camilla Berglund 2013-03-12 19:39:25 +0100
  • 401033c257 Begun adding notes on API changes. Camilla Berglund 2013-03-12 19:17:07 +0100
  • 67df2ce98d Removed fixed bug from list. Camilla Berglund 2013-03-12 18:58:27 +0100
  • c5ea91d6a3 Added tables of contents. Camilla Berglund 2013-03-12 18:57:38 +0100
  • 0356aa620d Fixed resize mode setting on Windows. Camilla Berglund 2013-03-12 17:25:33 +0100
  • 71d2b574f8 Converted docs to hybrid Markdown. Camilla Berglund 2013-03-12 15:33:05 +0100
  • 200e07027c Implemented hidden cursor on Windows. Camilla Berglund 2013-03-11 22:57:39 +0100
  • 26e8fde8fb Assume malloc works. Camilla Berglund 2013-03-11 21:30:01 +0100
  • 51ee3a5c0a No swap interval on composition. Camilla Berglund 2013-03-11 20:54:32 +0100
  • 54d1d14f59 Added setting of Windows DPI-aware flag. Camilla Berglund 2013-03-10 19:23:42 +0100
  • 3897a174b5 Fixed VC++ warnings. Camilla Berglund 2013-03-08 14:19:40 +0100
  • 6a7dbfee29 Simplified Cocoa key input. Camilla Berglund 2013-03-07 17:37:07 +0100
  • aec952e8dc Fixed and clarified invalid char tests. Camilla Berglund 2013-03-07 17:12:43 +0100
  • 2469a1bac9 Removed option to disable native docs. Camilla Berglund 2013-03-07 16:38:53 +0100
  • 367c591f7d Updated .gitignore. Camilla Berglund 2013-03-06 23:30:42 +0100
  • 64afb193e8 Removed return value of close callback. Camilla Berglund 2013-03-06 23:29:37 +0100
  • 5d8fdc64f9 Formatted Doxyfile template. Camilla Berglund 2013-03-03 13:04:01 +0100
  • a59c82c71e Documentation tag fix. Camilla Berglund 2013-03-01 15:20:29 +0100
  • d0e4c874c3 Moved sticky state. Camilla Berglund 2013-03-01 15:18:53 +0100
  • 2939c1dc35 Updated transition guide. Camilla Berglund 2013-03-01 14:57:11 +0100
  • 6fadf37bda Replaced window close parameter with mutable flag. Camilla Berglund 2013-03-01 13:45:12 +0100
  • f8f81e5754 Documentation work. Camilla Berglund 2013-02-28 21:15:04 +0100
  • 5d6256c649 Documented error return values. Camilla Berglund 2013-02-25 17:53:02 +0100
  • e3182a4f44 Formatting. Camilla Berglund 2013-02-25 17:22:33 +0100
  • 182e0afe25 Made character unsigned. Camilla Berglund 2013-02-25 17:02:28 +0100
  • dfc48d7170 Added glfwMakeContextCurrent to quick tutorial. Camilla Berglund 2013-02-25 15:49:58 +0100
  • ad4f9f1520 Added missing version string API tag. Camilla Berglund 2013-02-25 15:10:43 +0100
  • fb8f3fd521 Added external documentation files. Camilla Berglund 2013-02-25 14:09:57 +0100
  • cd78d70b25 Put findAppName under _GLFW_USE_MENUBAR. Camilla Berglund 2013-02-24 22:04:54 +0100
  • 8dde39b3e0 Formatting. Camilla Berglund 2013-02-24 21:14:44 +0100
  • 34ce04a122 Added fading to Cocoa display mode setting. Keith Pitt 2013-02-24 21:12:21 +0100
  • 1ae9ce1e0a Fixed print screen key input for all platforms. SephiRok 2013-02-21 18:39:22 +0100
  • 788bbefd8e Added missing credit. Camilla Berglund 2013-02-20 22:05:42 +0100
  • 8954af61d3 Documented known bugs. Camilla Berglund 2013-02-20 19:44:52 +0100
  • 941a671bfa Minor cleanup of Win32 window code. Camilla Berglund 2013-02-20 17:44:16 +0100
  • e666835ca6 Unified Win32 cursor clip rect setting. Camilla Berglund 2013-02-20 17:29:06 +0100
  • 7b3783abe2 Made glfwGetMonitorPos immediate. Camilla Berglund 2013-02-20 16:00:53 +0100
  • a591cdeba6 Removed platform-specific resources from monitor. Camilla Berglund 2013-02-20 15:44:37 +0100
  • 719b60dd2b Added macros for library initialization check. Camilla Berglund 2013-02-20 00:28:08 +0100
  • ca0617be2c Merge pull request #39 from nilium/up-fix-monitors Camilla Berglund 2013-02-18 17:27:25 -0800
  • 2e1bc043ef Fixed order of operations bug in gamma test. Camilla Berglund 2013-02-19 01:57:00 +0100
  • 45533bf149 Remove no-longer-used argument to _glfwCreateMonitor Noel Cower 2013-02-18 15:12:32 -0700
  • 1961cecb7c Made glfwGetPrimaryMonitor always return a handle. Camilla Berglund 2013-02-17 19:09:22 +0100
  • eb80266d89 Added credit. Camilla Berglund 2013-02-17 15:33:36 +0100
  • f92f52018f Merge pull request #35 from eropple/vs2012-gitignore Camilla Berglund 2013-02-17 06:30:02 -0800
  • 1130f1af3f Fixed uses of wrong loop variable. Camilla Berglund 2013-02-17 13:57:25 +0100
  • 8491a9fae1 Added VS 2012-specific entries to .gitignore. Ed Ropple 2013-02-15 22:16:49 -0500
  • 253e0d6b23 Added GLFW_REPEAT. Camilla Berglund 2013-01-12 17:06:35 +0100
  • 919bc0679d Formatted change log. Camilla Berglund 2013-02-14 20:35:48 +0100
  • a933d8c109 Added GLFW_INCLUDE_ES3. Camilla Berglund 2013-02-14 19:28:59 +0100
  • b48128f339 Tagged functions one may not call from callbacks. Camilla Berglund 2013-02-14 18:49:03 +0100
  • ec8273f249 Moved Cocoa joystick state to library struct. Camilla Berglund 2013-02-14 19:07:17 +0100
  • 94f5b28152 Made reopen test pick a monitor at random. Camilla Berglund 2013-02-14 17:22:22 +0100
  • b6926b1836 Added note on using GLFW from CMake. Camilla Berglund 2013-02-14 13:41:52 +0100
  • 6f8084f061 Documentation work. Camilla Berglund 2013-02-14 13:14:17 +0100
  • 666181d923 Version string fixes. Camilla Berglund 2013-02-14 13:13:07 +0100
  • 92a71e07d3 Made gamma ramp functions per-monitor. Camilla Berglund 2013-02-12 13:50:41 +0100
  • 20ccf0bc60 Replaced event poll with wait in gamma test. Camilla Berglund 2013-02-12 13:45:07 +0100