Commit Graph

  • 2b5513fa80 Merge pull request #43 from gitter-badger/gitter-badge tomaka 2014-10-04 18:45:05 +02:00
  • 3a408d8ebb Added Gitter badge The Gitter Badger 2014-10-04 16:18:09 +00:00
  • 3d052adbe9 Update README.md tomaka 2014-10-03 13:12:42 +02:00
  • 56ca9b8d14 Rename gl-init-rs to glutin in the README tomaka 2014-10-03 09:16:36 +02:00
  • 0584ac184c Vertex data for android is now static Tomaka17 2014-10-02 22:16:47 +02:00
  • 5fd00e8b6e Update apk-builder Tomaka17 2014-10-02 20:42:52 +02:00
  • 649f701a04 Update apk-builder Tomaka17 2014-09-26 17:01:32 +02:00
  • ea957ce1d7 Fix compilation warnings Tomaka17 2014-09-23 08:01:18 +02:00
  • 0773427513 Merge pull request #42 from tomaka/rename-glutin tomaka 2014-09-22 09:53:36 +02:00
  • 02ba9d33d7 Rename crate to glutin Tomaka17 2014-09-21 11:33:09 +02:00
  • 795d04c123 Merge pull request #40 from DavidPartouche/master tomaka 2014-09-20 11:26:10 +02:00
  • 6d3d84ef75 Use the correct monitor when fullscreen for X11 DavidPartouche 2014-09-20 11:18:03 +02:00
  • 3ac5f6d115 Merge pull request #38 from tomaka/x11_fullscreen tomaka 2014-09-19 20:36:50 +02:00
  • 9b06c973a2 Add libXxf86vm-dev installation to travis.yml Tomaka17 2014-09-19 20:32:30 +02:00
  • 4222d12e67 Added output to get_name for x11 monitors DavidPartouche 2014-09-19 19:57:52 +02:00
  • 906324e267 Get the monitors attached to the display, and their resolution for X11 DavidPartouche 2014-09-19 15:42:47 +02:00
  • 6f47e6ff8c Changed is_fullscreen to monitor.is_some() DavidPartouche 2014-09-18 14:03:03 +02:00
  • 55ebd4935e Added fullscreen support for X11 David Partouche 2014-09-04 11:38:33 +02:00
  • ac74db979c Get the monitors attached to the display, and their resolution for X11 DavidPartouche 2014-09-19 15:42:47 +02:00
  • bd3b06e1a5 Changed is_fullscreen to monitor.is_some() DavidPartouche 2014-09-18 14:03:03 +02:00
  • b149fca83d Added fullscreen support for X11 David Partouche 2014-09-04 11:38:33 +02:00
  • d8171a0c73 Update README.md tomaka 2014-09-19 19:51:54 +02:00
  • 1ae81267f5 Merge pull request #35 from evant/master tomaka 2014-09-16 07:53:20 +02:00
  • bcd3da1fcd make x11 keyboard repeat detectable Evan Tatarka 2014-09-14 18:12:37 -04:00
  • 661c936253 Add platform-specific notes in README Tomaka17 2014-09-15 13:46:37 +02:00
  • 991dc50a31 Remove unnecessary win32 linkage Tomaka17 2014-09-15 13:08:35 +02:00
  • ee2349f272 Fix warnings in win32 ffi Tomaka17 2014-09-15 12:09:17 +02:00
  • 485e89715f Update apk-builder submodule Tomaka17 2014-09-14 20:00:13 +02:00
  • ce052484f7 Remove some unused imports Tomaka17 2014-09-13 09:04:47 +02:00
  • f3e0c57158 Use gl_generator to generate EGL bindings for Android Tomaka17 2014-09-13 09:01:21 +02:00
  • f91bd5d2d8 Merge pull request #32 from tomaka/use-gl-generator-for-wgl tomaka 2014-09-12 21:45:15 +02:00
  • 2af367b55c Use the gl_generator macro to generate the bindings for WGL Tomaka17 2014-09-12 15:51:43 +02:00
  • 3043cb2848 Remove old "egl" module Tomaka17 2014-09-12 15:20:59 +02:00
  • 451b754e79 Add triangle to example Tomaka17 2014-09-12 10:20:15 +02:00
  • 3cad622ee8 Examples now using a support module to draw Tomaka17 2014-09-12 08:50:54 +02:00
  • 6b834baeda Merge pull request #30 from tomaka/android tomaka 2014-09-11 18:32:29 +02:00
  • 0bb82e8467 Add basic support for Android Tomaka17 2014-09-11 18:13:50 +02:00
  • c0c43f4138 Update README.md tomaka 2014-09-07 20:28:43 +02:00
  • d870fa7ffa Remove call to glViewport after win32 initialization Tomaka17 2014-08-22 11:26:47 +02:00
  • d6fec79334 Cleanup temporary objects in case of error during creation on win32 See #10 Tomaka17 2014-08-22 11:26:00 +02:00
  • 5c92587442 Fix & add some comments for win32 Tomaka17 2014-08-22 11:21:12 +02:00
  • 6b45d1ca25 Not specifiying dimensions on win32 now results in CW_USEDEFAULT Close #11 Tomaka17 2014-08-22 11:19:19 +02:00
  • 761d82cd60 Remove forgotten debugging println Closes #26 Tomaka17 2014-08-22 10:56:49 +02:00
  • ec8cbce624 Merge pull request #25 from DavidPartouche/master tomaka 2014-08-19 19:23:16 +02:00
  • 44c15bf6e6 Fixed broken build with latest rust update (use 'foo' = 'bar' syntax error) DavidPartouche 2014-08-19 18:18:59 +02:00
  • 24dbe322f7 Track rust nightly Tomaka17 2014-08-15 16:12:40 +02:00
  • 4c1503dc32 Win32: no longer fails when calling swap_buffers on a closed window Tomaka17 2014-08-15 15:34:30 +02:00
  • ae65b423dd Implement new events system Tomaka17 2014-08-13 17:04:57 +02:00
  • 3aab801f29 Implement Default for Window Tomaka17 2014-08-13 14:52:12 +02:00
  • ca83db39c7 Rename gl-init-rs to gl_init Fix #20 Tomaka17 2014-08-13 13:42:59 +02:00
  • cd3fc3075a Fix #22 Thanks to @Anthiste Tomaka17 2014-08-12 21:21:06 +02:00
  • 32e9b5062c Add failure if SwapBuffers returns an error Tomaka17 2014-08-12 17:04:12 +02:00
  • a8c056f83b Fixed compilation broken by #837efc54 Tomaka17 2014-08-12 16:55:56 +02:00
  • 837efc5460 Fix attempt for #22 Tomaka17 2014-08-12 11:01:18 +02:00
  • 53b9d6398c Remove dummy context creation for X11 Tomaka17 2014-08-12 09:42:48 +02:00
  • f452999b8c Minor fix in consistency for #[cfg]s Tomaka17 2014-08-12 09:17:19 +02:00
  • 391c4e525c Now using compile_msg crate instead of static_assert Tomaka17 2014-08-12 09:16:08 +02:00
  • 87d62e5b6f get_proc_address now returns a libc::c_void Tomaka17 2014-08-11 10:32:33 +02:00
  • c3a73bd68e Remove deps/gl Tomaka17 2014-08-11 10:27:29 +02:00
  • 5f1d8dbedf Add flags when choosing pixel format Tomaka17 2014-08-07 18:51:27 +02:00
  • acb0ab7cac Add default title for windows Tomaka17 2014-08-07 18:49:47 +02:00
  • 61781cf209 Call glViewport on windows init for win32 See #14 Tomaka17 2014-08-07 18:48:27 +02:00
  • da5e372719 Multiwindow example now creates a third window Pierre Krieger 2014-08-07 18:15:09 +02:00
  • 01fd8b1d9e Now calling glViewport on X11 when the window is created See #14 Pierre Krieger 2014-08-07 18:13:45 +02:00
  • e567d7f4fd set_position now takes ints Fix #12 Pierre Krieger 2014-08-07 18:07:48 +02:00
  • 3f69cbb189 Fix two warnings on X11 Pierre Krieger 2014-08-07 18:05:51 +02:00
  • cbf07d3190 Add some error detection Pierre Krieger 2014-08-07 18:05:18 +02:00
  • d3e3590b84 Fix glXCreateContextAttrib always null Pierre Krieger 2014-08-07 18:03:56 +02:00
  • 76ebf39bcd Merge branch 'master' of https://github.com/tomaka/gl-init-rs Pierre Krieger 2014-08-07 17:54:04 +02:00
  • 5d997b618f Cleaner GL creation on X11 Pierre Krieger 2014-08-07 17:53:41 +02:00
  • 2184e5e578 Minor style fix in X11 Pierre Krieger 2014-08-07 17:36:48 +02:00
  • c7aa219ef1 Now using glXChooseFBConfig Pierre Krieger 2014-08-07 17:35:26 +02:00
  • d2bd19bc21 Doc now ignored for doctest Tomaka17 2014-08-07 09:33:28 +02:00
  • 2fdcc1840b Examples now call glViewport Tomaka17 2014-08-07 09:32:13 +02:00
  • 92f90220a4 Fix events handling in examples Tomaka17 2014-08-07 08:53:21 +02:00
  • 752c721ae1 Merge pull request #13 from pnkfelix/fsk-fix-osx-dummy-impl tomaka 2014-08-03 18:39:00 +02:00
  • f1993be9ea Fix bugs from f4fb699b52 Felix S. Klock II 2014-08-03 18:30:31 +02:00
  • d574f6f1bb Fix GL context not being destroyed on win32 Tomaka17 2014-08-03 17:33:48 +02:00
  • 3c9565ad25 Fix closed flag not being immediatly set on win32 Tomaka17 2014-08-03 17:27:48 +02:00
  • c0912c9ec4 Add example for multiple simultaneous examples Tomaka17 2014-08-03 17:23:08 +02:00
  • 3ea19e0fa2 Update README.md tomaka 2014-08-03 11:43:57 +02:00
  • 48632619c9 Add static assert for platform not supported Tomaka17 2014-08-03 10:30:04 +02:00
  • f4fb699b52 Add dummy implementation for OS/X Tomaka17 2014-08-03 09:25:30 +02:00
  • 52cccb8dda Add doc to crate root Tomaka17 2014-08-02 20:49:48 +02:00
  • ed3ed47ad8 Update README.md tomaka 2014-08-02 13:35:42 +02:00
  • eee9e298ba Implement set_window_position for x11 Pierre Krieger 2014-08-02 12:47:32 +02:00
  • d08c94daac Remove Iconified and NeedRefresh events Tomaka17 2014-08-02 12:43:48 +02:00
  • 2aeec39156 Remove #[exprimental] from make_current Tomaka17 2014-08-02 12:32:08 +02:00
  • 0152099c91 Correctly handling pixel format and fullscreen resolution on Win32 Tomaka17 2014-08-02 12:23:05 +02:00
  • b0d9d0b87f Dimensions will now match the monitor's in case of fullscreen Tomaka17 2014-08-02 11:23:32 +02:00
  • abceca1121 Add get_dimensions() to MonitorID Tomaka17 2014-08-02 11:17:49 +02:00
  • dbaef704ad Fix docs for Window Tomaka17 2014-08-02 11:07:29 +02:00
  • bfc5d3e63d with_monitor -> with_fullscreen Tomaka17 2014-08-02 11:04:48 +02:00
  • 8c074af9fc Add support for specific OpenGL version for Win32 Tomaka17 2014-08-02 11:03:09 +02:00
  • 13c73cce5e Merge pull request #9 from tomaka/pass-builder-to-impl-new tomaka 2014-08-02 10:48:17 +02:00
  • 49b0a20170 Now passing WindowBuilder to implwin::Window::new Tomaka17 2014-08-02 10:42:17 +02:00
  • af756b9add Merge pull request #8 from tomaka/breaking-api-changes tomaka 2014-08-02 09:49:54 +02:00
  • 5dda167021 Add iterators for events and WindowBuilder Tomaka17 2014-08-02 08:24:30 +02:00
  • 959613870c Now using wglCreateContextAttribs when available Tomaka17 2014-08-02 00:01:45 +02:00
  • 21c8ffab80 Mark hints as deprecated Tomaka17 2014-08-01 23:22:29 +02:00