Commit graph

  • 3043cb2848 Remove old "egl" module Tomaka17 2014-09-12 15:20:59 +0200
  • 451b754e79 Add triangle to example Tomaka17 2014-09-12 10:20:15 +0200
  • 3cad622ee8 Examples now using a support module to draw Tomaka17 2014-09-12 08:50:54 +0200
  • 6b834baeda Merge pull request #30 from tomaka/android tomaka 2014-09-11 18:32:29 +0200
  • 0bb82e8467 Add basic support for Android Tomaka17 2014-09-11 18:13:50 +0200
  • c0c43f4138 Update README.md tomaka 2014-09-07 20:28:43 +0200
  • d870fa7ffa Remove call to glViewport after win32 initialization Tomaka17 2014-08-22 11:26:47 +0200
  • d6fec79334 Cleanup temporary objects in case of error during creation on win32 See #10 Tomaka17 2014-08-22 11:26:00 +0200
  • 5c92587442 Fix & add some comments for win32 Tomaka17 2014-08-22 11:21:12 +0200
  • 6b45d1ca25 Not specifiying dimensions on win32 now results in CW_USEDEFAULT Close #11 Tomaka17 2014-08-22 11:19:19 +0200
  • 761d82cd60 Remove forgotten debugging println Closes #26 Tomaka17 2014-08-22 10:56:49 +0200
  • ec8cbce624 Merge pull request #25 from DavidPartouche/master tomaka 2014-08-19 19:23:16 +0200
  • 44c15bf6e6 Fixed broken build with latest rust update (use 'foo' = 'bar' syntax error) DavidPartouche 2014-08-19 18:18:59 +0200
  • 24dbe322f7 Track rust nightly Tomaka17 2014-08-15 16:12:40 +0200
  • 4c1503dc32 Win32: no longer fails when calling swap_buffers on a closed window Tomaka17 2014-08-15 15:34:30 +0200
  • ae65b423dd Implement new events system Tomaka17 2014-08-13 17:04:57 +0200
  • 3aab801f29 Implement Default for Window Tomaka17 2014-08-13 14:52:12 +0200
  • ca83db39c7 Rename gl-init-rs to gl_init Fix #20 Tomaka17 2014-08-13 13:42:59 +0200
  • cd3fc3075a Fix #22 Thanks to @Anthiste Tomaka17 2014-08-12 21:21:06 +0200
  • 32e9b5062c Add failure if SwapBuffers returns an error Tomaka17 2014-08-12 17:04:12 +0200
  • a8c056f83b Fixed compilation broken by #837efc54 Tomaka17 2014-08-12 16:55:56 +0200
  • 837efc5460 Fix attempt for #22 Tomaka17 2014-08-12 11:01:18 +0200
  • 53b9d6398c Remove dummy context creation for X11 Tomaka17 2014-08-12 09:42:48 +0200
  • f452999b8c Minor fix in consistency for #[cfg]s Tomaka17 2014-08-12 09:17:19 +0200
  • 391c4e525c Now using compile_msg crate instead of static_assert Tomaka17 2014-08-12 09:16:08 +0200
  • 87d62e5b6f get_proc_address now returns a libc::c_void Tomaka17 2014-08-11 10:32:33 +0200
  • c3a73bd68e Remove deps/gl Tomaka17 2014-08-11 10:27:29 +0200
  • 5f1d8dbedf Add flags when choosing pixel format Tomaka17 2014-08-07 18:51:27 +0200
  • acb0ab7cac Add default title for windows Tomaka17 2014-08-07 18:49:47 +0200
  • 61781cf209 Call glViewport on windows init for win32 See #14 Tomaka17 2014-08-07 18:48:27 +0200
  • da5e372719 Multiwindow example now creates a third window Pierre Krieger 2014-08-07 18:15:09 +0200
  • 01fd8b1d9e Now calling glViewport on X11 when the window is created See #14 Pierre Krieger 2014-08-07 18:13:45 +0200
  • e567d7f4fd set_position now takes ints Fix #12 Pierre Krieger 2014-08-07 18:07:48 +0200
  • 3f69cbb189 Fix two warnings on X11 Pierre Krieger 2014-08-07 18:05:51 +0200
  • cbf07d3190 Add some error detection Pierre Krieger 2014-08-07 18:05:18 +0200
  • d3e3590b84 Fix glXCreateContextAttrib always null Pierre Krieger 2014-08-07 18:03:56 +0200
  • 76ebf39bcd Merge branch 'master' of https://github.com/tomaka/gl-init-rs Pierre Krieger 2014-08-07 17:54:04 +0200
  • 5d997b618f Cleaner GL creation on X11 Pierre Krieger 2014-08-07 17:53:41 +0200
  • 2184e5e578 Minor style fix in X11 Pierre Krieger 2014-08-07 17:36:48 +0200
  • c7aa219ef1 Now using glXChooseFBConfig Pierre Krieger 2014-08-07 17:35:26 +0200
  • d2bd19bc21 Doc now ignored for doctest Tomaka17 2014-08-07 09:33:28 +0200
  • 2fdcc1840b Examples now call glViewport Tomaka17 2014-08-07 09:32:13 +0200
  • 92f90220a4 Fix events handling in examples Tomaka17 2014-08-07 08:53:21 +0200
  • 752c721ae1 Merge pull request #13 from pnkfelix/fsk-fix-osx-dummy-impl tomaka 2014-08-03 18:39:00 +0200
  • f1993be9ea Fix bugs from f4fb699b52 Felix S. Klock II 2014-08-03 18:30:31 +0200
  • d574f6f1bb Fix GL context not being destroyed on win32 Tomaka17 2014-08-03 17:33:48 +0200
  • 3c9565ad25 Fix closed flag not being immediatly set on win32 Tomaka17 2014-08-03 17:27:48 +0200
  • c0912c9ec4 Add example for multiple simultaneous examples Tomaka17 2014-08-03 17:23:08 +0200
  • 3ea19e0fa2 Update README.md tomaka 2014-08-03 11:43:57 +0200
  • 48632619c9 Add static assert for platform not supported Tomaka17 2014-08-03 10:30:04 +0200
  • f4fb699b52 Add dummy implementation for OS/X Tomaka17 2014-08-03 09:25:30 +0200
  • 52cccb8dda Add doc to crate root Tomaka17 2014-08-02 20:49:48 +0200
  • ed3ed47ad8 Update README.md tomaka 2014-08-02 13:35:42 +0200
  • eee9e298ba Implement set_window_position for x11 Pierre Krieger 2014-08-02 12:47:32 +0200
  • d08c94daac Remove Iconified and NeedRefresh events Tomaka17 2014-08-02 12:43:48 +0200
  • 2aeec39156 Remove #[exprimental] from make_current Tomaka17 2014-08-02 12:32:08 +0200
  • 0152099c91 Correctly handling pixel format and fullscreen resolution on Win32 Tomaka17 2014-08-02 12:23:05 +0200
  • b0d9d0b87f Dimensions will now match the monitor's in case of fullscreen Tomaka17 2014-08-02 11:23:32 +0200
  • abceca1121 Add get_dimensions() to MonitorID Tomaka17 2014-08-02 11:17:49 +0200
  • dbaef704ad Fix docs for Window Tomaka17 2014-08-02 11:07:29 +0200
  • bfc5d3e63d with_monitor -> with_fullscreen Tomaka17 2014-08-02 11:04:48 +0200
  • 8c074af9fc Add support for specific OpenGL version for Win32 Tomaka17 2014-08-02 11:03:09 +0200
  • 13c73cce5e Merge pull request #9 from tomaka/pass-builder-to-impl-new tomaka 2014-08-02 10:48:17 +0200
  • 49b0a20170 Now passing WindowBuilder to implwin::Window::new Tomaka17 2014-08-02 10:42:17 +0200
  • af756b9add Merge pull request #8 from tomaka/breaking-api-changes tomaka 2014-08-02 09:49:54 +0200
  • 5dda167021 Add iterators for events and WindowBuilder Tomaka17 2014-08-02 08:24:30 +0200
  • 959613870c Now using wglCreateContextAttribs when available Tomaka17 2014-08-02 00:01:45 +0200
  • 21c8ffab80 Mark hints as deprecated Tomaka17 2014-08-01 23:22:29 +0200
  • c1ecc06baf Change the RegisterClass code. Prevents an issue when creating multiple contexts. Tomaka17 2014-08-01 23:12:46 +0200
  • d93cea808d Add documentation to the Win32 implementation Tomaka17 2014-08-01 23:02:26 +0200
  • 19b8474c4a Window is no longer NoSend Tomaka17 2014-07-31 20:56:56 +0200
  • 14c59e8d81 Merge branch 'master' of http://github.com/tomaka/gl-init-rs Tomaka17 2014-07-31 20:55:55 +0200
  • fd20346829 Put GetMessage in the same thread as the window creation. Fixes #6 Tomaka17 2014-07-31 20:55:30 +0200
  • 91b0eeae8d Split win32/mod.rs Tomaka17 2014-07-31 20:14:36 +0200
  • 26fec195d5 Implement ReceivedCharacter for X11 Pierre Krieger 2014-07-31 18:42:14 +0200
  • 59b4d23d58 Add mouse buttons press/release events for X11 Pierre Krieger 2014-07-31 17:33:46 +0200
  • 0d45c7fcb4 Fix warning in X11 ffi Pierre Krieger 2014-07-31 17:25:56 +0200
  • 0c76ff8771 Add get_position and get_inner_size for X11 Pierre Krieger 2014-07-31 17:01:58 +0200
  • 37c5b5446b Add some keyboard events for X11 Pierre Krieger 2014-07-31 16:46:29 +0200
  • d9d293667a Add monitor support for win32 Tomaka17 2014-07-31 10:52:05 +0200
  • db8955a9d8 Add API for monitors Tomaka17 2014-07-31 09:56:53 +0200
  • 8911e162ce MonitorID now defined by the implementations Tomaka17 2014-07-31 09:42:50 +0200
  • 270e290af9 make_current() is now unsafe Tomaka17 2014-07-30 18:12:39 +0200
  • ec956688cd Test support for travis Rust Tomaka17 2014-07-30 18:04:48 +0200
  • a9a42bd2ec Add draft for EGL Tomaka17 2014-07-30 17:13:24 +0200
  • ca89748414 Minor fix in docs Tomaka17 2014-07-30 14:18:31 +0200
  • 17ad7ef50e Add docs to lib.rs Tomaka17 2014-07-30 14:13:42 +0200
  • 6d9c5eb2bd should_close() renamed to is_closed() Tomaka17 2014-07-30 13:29:28 +0200
  • 1249ebed80 Remove printing position in example Tomaka17 2014-07-30 13:27:31 +0200
  • aa7d88dbda Fix bad events Tomaka17 2014-07-30 13:11:49 +0200
  • 838cc2b325 Window getters now return an Option in case where the Window has been closed Tomaka17 2014-07-30 13:10:17 +0200
  • 66f6b003d0 The example now prints OpenGL version Tomaka17 2014-07-30 13:05:58 +0200
  • 67349d717a Better events handling on X11 Pierre Krieger 2014-07-28 15:06:38 +0200
  • c1da2b1273 Work on input support for X11 Pierre Krieger 2014-07-28 14:15:02 +0200
  • 433c5b956e Implement CursorPositionChanged event for X11 Pierre Krieger 2014-07-28 13:25:28 +0200
  • 5764b9c243 Implement resize events on X11 Pierre Krieger 2014-07-28 13:16:55 +0200
  • 07a53af952 Add "try it!" to README tomaka 2014-07-28 11:45:59 +0200
  • 1f0999e6a0 Implement get_position for win32 and fix interface Tomaka17 2014-07-27 22:46:30 +0200
  • 14a697b272 Implement get_*_size() for win32 Tomaka17 2014-07-27 22:36:44 +0200
  • d4e334aecb get/set_size() -> get/set_inner/outer_size() Tomaka17 2014-07-27 22:31:00 +0200