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

Commit Graph

  • ae469ee614 Made X11 Unicode table const. Camilla Berglund 2014-06-09 12:31:39 +0200
  • 0493d717a4 Merge pull request #306 from SephiRok/patch-1 Camilla Berglund 2014-06-10 14:56:59 +0200
  • 093029c2f5 Start reopen test in fullscreen. Rok Breulj 2014-06-10 03:39:40 +0200
  • c6e02c09ff Fixed leaks of joystick mutable arrays. Camilla Berglund 2014-05-29 13:19:08 +0200
  • 8f2336f02c Fixed release of get rule objects. Camilla Berglund 2014-05-29 11:28:22 +0200
  • 0ffe934a3e Fixed typo in transition guide. Siavash Eliasi 2014-05-26 10:33:22 +0430
  • aa5be2dbc3 Removed deprecated Doxygen options. Camilla Berglund 2014-05-23 13:53:55 +0200
  • 04ea2112bd Fixed possible use of invalid HWND. Camilla Berglund 2014-05-23 13:24:36 +0200
  • 4923f1cf7e Call platform API directly where possible. Camilla Berglund 2014-05-21 11:19:59 +0200
  • 56f0bb8613 Comment fix. Camilla Berglund 2014-05-21 11:19:38 +0200
  • b91116e2bc Fixed glfwShowWindow restoring maximized windows. Camilla Berglund 2014-05-19 11:54:54 +0200
  • dc5c264e26 Fixed broken key repeat detection. Camilla Berglund 2014-05-19 15:00:50 +0200
  • 22e1b525a5 Cleaned up shared key repeat detection. Camilla Berglund 2014-05-18 13:41:40 +0200
  • d95b1b33e5 Cleanup of XKB detection code. Camilla Berglund 2014-05-18 12:24:29 +0200
  • b889aa7841 Automatically detect Xkb at run-time. Andrew Corrigan 2014-04-24 01:10:58 -0400
  • e02b278db1 Linux joystick cleanup. Camilla Berglund 2014-05-16 11:27:30 +0200
  • deed44a4af Fixed joystick name dangling pointer. Camilla Berglund 2014-05-16 11:25:34 +0200
  • aa6f8d40bd Fixed misspelled parameter. Camilla Berglund 2014-05-04 12:18:20 +0200
  • 5ea485e197 Added missing function stub. Camilla Berglund 2014-05-04 11:51:40 +0200
  • 60eeaeee69 4. Camilla Berglund 2014-04-24 07:57:33 +0200
  • cda5b25cb2 Moved to WM_NCCREATE. Camilla Berglund 2014-04-18 15:49:45 +0200
  • f91d1d967f Fixed doxygen navigation bar position for Firefox web browser. Siavash Eliasi 2014-04-19 11:03:08 +0430
  • 42bf473b18 Added linking tutorial caveat. Camilla Berglund 2014-04-13 18:07:36 +0200
  • f6f5b4ab0d Fixed doxygen navigation bar position for chromium web browser. Siavash Eliasi 2014-04-12 08:52:02 +0430
  • f1cb1f8420 Disabled Wayland on OS X. Camilla Berglund 2014-04-08 18:24:02 +0200
  • 9becd733af Added file renaming notice. Camilla Berglund 2014-04-08 17:45:04 +0200
  • 646c1cb8a8 Added inclusion of TLS header to Wayland. Camilla Berglund 2014-04-08 17:42:49 +0200
  • 1fed6f8abd Fixed name of global TLS state macro. Camilla Berglund 2014-04-08 17:35:05 +0200
  • 1127c0e6e5 Renamed Wayland files to match prefix. Camilla Berglund 2014-04-08 17:20:42 +0200
  • 48619a385e Renamed joystick state members. Camilla Berglund 2014-04-08 16:42:14 +0200
  • eaf3bd5ca4 Formatting. Camilla Berglund 2014-04-08 16:30:11 +0200
  • 12b28c4bb9 Fixed name of global context state macro. Camilla Berglund 2014-04-08 16:29:38 +0200
  • 7c925353a5 Renamed context module headers. Camilla Berglund 2014-04-08 16:25:35 +0200
  • 8113c00712 Merged CMake platform file picking blocks. Camilla Berglund 2014-03-30 15:06:08 +0200
  • 17d9051b82 Separated time state from window system state. Camilla Berglund 2014-03-27 17:19:22 +0100
  • 7a4623e034 Added cursor stubs to Wayland backend. Camilla Berglund 2014-03-27 17:29:22 +0100
  • 115c6bc000 Removed superfluous include. Camilla Berglund 2014-03-27 16:44:05 +0100
  • fce0114174 Renamed POSIX time module. Camilla Berglund 2014-03-27 16:08:06 +0100
  • 0e4096e201 Removed X11-specific macro from Wayland port. Camilla Berglund 2014-03-19 16:50:12 +0100
  • d6243c63fe Removed tab characters. Camilla Berglund 2014-03-19 16:45:08 +0100
  • 420f3f7840 Wayland error reporting work. Camilla Berglund 2014-03-19 16:32:50 +0100
  • ede7a585bf Shortened Wayland platform prefix. Camilla Berglund 2014-03-19 16:20:32 +0100
  • 5491bd4fd2 Formatting and cleanup. Camilla Berglund 2014-03-19 16:11:19 +0100
  • 78fc96518f Updated change log. Camilla Berglund 2014-03-19 16:00:12 +0100
  • 660034332d Separated joystick state from window system state. Camilla Berglund 2014-03-19 15:27:49 +0100
  • 6acbfe863d Fixed option value. Camilla Berglund 2014-03-19 14:09:48 +0100
  • 22095d12f5 Made Wayland header macro structure match X11. Camilla Berglund 2014-03-19 13:21:19 +0100
  • b7fc8099f1 Removed duplicate addition of POSIX time header. Camilla Berglund 2014-03-19 13:06:08 +0100
  • f312b5e386 Removed unused file. Camilla Berglund 2014-03-19 13:03:13 +0100
  • 8e99996321 Introduce experimental Wayland backend Jonas Ådahl 2014-03-17 22:53:43 +0100
  • 99c98407c9 Removed flicker-inducing workaround. Camilla Berglund 2014-04-08 14:11:18 +0200
  • c1ed0b2d5b Removed duplicate fallback. Camilla Berglund 2014-04-08 13:25:20 +0200
  • 70c1aff94c Fixed missing dereference in b29fbc82c2. Camilla Berglund 2014-04-08 12:07:44 +0200
  • 9c0ec39770 Fixed revert of e7c7ebf665. Camilla Berglund 2014-04-08 11:47:24 +0200
  • b29fbc82c2 Ensure out arguments are always set. Camilla Berglund 2014-04-07 15:28:32 +0200
  • eaff0f73d1 Documentation fix. Camilla Berglund 2014-04-07 16:27:32 +0200
  • 7911c9300d Nomenclature fix. Camilla Berglund 2014-04-07 13:38:54 +0200
  • bbc12ade7f Added missing X command flushing. Camilla Berglund 2014-04-07 13:36:25 +0200
  • df1c895076 Added window hiding before thrd_join. Camilla Berglund 2014-04-06 14:41:04 +0200
  • 4a8f6ba58c Moved window delegate creation to createWindow. Camilla Berglund 2014-04-06 13:46:16 +0200
  • b126939b5d Updated extension headers. Camilla Berglund 2014-04-03 18:20:23 +0200
  • f5a996a5af Fixed focus events triggered by window frame. Camilla Berglund 2014-04-02 13:29:07 +0200
  • b54c76d6a3 Removed typedef of removed struct. Camilla Berglund 2014-04-02 13:26:09 +0200
  • ebb7145ccc Fixed VC++ warnings. Camilla Berglund 2014-03-31 22:33:22 +0200
  • 584879c759 Fixed flipped M and N key. Camilla Berglund 2014-03-26 17:31:01 +0100
  • 1900d9a656 Included extended flag in Win32 scan code. Camilla Berglund 2014-03-30 20:52:09 +0200
  • 8061bb54fe Formatting. Camilla Berglund 2014-03-30 17:13:41 +0200
  • 78efc18079 Split out TLS code into separate modules. Camilla Berglund 2014-03-30 14:37:20 +0200
  • 2889f484f4 Formatting. Camilla Berglund 2014-03-30 12:32:17 +0200
  • 0c58df06d5 Added support for _NET_REQUEST_FRAME_EXTENTS. Camilla Berglund 2014-03-30 12:24:18 +0200
  • d6e0e0de2b Formatting. Camilla Berglund 2014-03-30 12:23:39 +0200
  • 40f69d7abf Added use of frame size to multi-window test. Camilla Berglund 2014-03-30 11:30:40 +0200
  • eb3f75e03e Added glfwGetWindowFrameSize. Camilla Berglund 2014-03-25 21:30:13 +0100
  • d3ae574418 Formatting. Camilla Berglund 2014-03-30 10:45:33 +0200
  • d7882cb89b Aligned libGL soname to Linux ABI. Camilla Berglund 2014-03-29 23:41:58 +0100
  • 5c8121e7a8 Clarified language for file drop callback. Camilla Berglund 2014-03-29 21:35:21 +0100
  • bf0adc2c70 Fixed crash on monitor disconnection. Camilla Berglund 2014-03-25 19:37:25 +0100
  • 2e8d17e7b7 Fixed MinGW detection. Camilla Berglund 2014-03-25 11:46:33 +0100
  • 5b5717e539 Removed superfluous cast. Camilla Berglund 2014-03-24 13:31:01 +0100
  • 0e20577af4 Confined remaining functions to main thread. Camilla Berglund 2014-03-24 11:58:35 +0100
  • a9c7377e0a Clarified thread safety statement. Camilla Berglund 2014-03-24 11:40:44 +0100
  • 68d757113b Added custom cursors to news. Camilla Berglund 2014-03-21 15:58:01 +0100
  • af61bd3137 Updated change log. Camilla Berglund 2014-03-21 12:59:29 +0100
  • dc987edf34 First draft of physical key fix for Windows. Doug Binks 2013-08-16 12:53:48 +0200
  • 9209d9b304 Updated change log. Camilla Berglund 2014-03-20 11:29:48 +0100
  • 7ac3d85126 Formatting. Camilla Berglund 2014-03-20 11:17:55 +0100
  • 8fa9cc0de3 Added GLFWimage struct. Camilla Berglund 2014-02-23 16:43:17 +0100
  • 608de57358 Cleanup. Camilla Berglund 2014-01-23 15:24:57 +0100
  • 40c04a7565 Added support for custom system cursors. urraka 2013-12-04 10:19:22 -0300
  • 30f86286f5 Fixed bad change log edit. Camilla Berglund 2014-03-20 01:01:00 +0100
  • aaac715060 Reverted 43095307da. Camilla Berglund 2014-03-19 23:24:48 +0100
  • 7ebd10a868 Added GLFW_INCLUDE_ES31. Camilla Berglund 2014-03-19 23:01:20 +0100
  • 8ebd135536 Fixed last use of wndconfig in EGL port. Camilla Berglund 2014-03-19 13:15:04 +0100
  • 6a03ed74fb Added credit. Camilla Berglund 2014-03-18 21:43:24 +0100
  • a7f93060dd Killed lab escapee. Camilla Berglund 2014-03-18 21:40:02 +0100
  • b2b3f170a9 Make EGL use ctxconfig instead of wndconfig Jonas Ådahl 2014-03-14 22:10:58 +0100
  • 22c5192b3d Merge pull request #253 from eddieringle/fix-docs Camilla Berglund 2014-03-17 11:49:15 +0100
  • d79be3f7fc docs/window.dox: Fix typo Eddie Ringle 2014-03-16 17:43:41 -0400
  • 2200f87492 Fixed glfwDestroyWindow not flushing the output buffer. Camilla Berglund 2014-03-12 20:53:57 +0100
  • c84bd6d393 Formatting. Camilla Berglund 2014-03-11 12:53:00 +0100