Pierre Krieger
39128dd7e1
Remove the is_closed function
2015-06-16 14:03:58 +02:00
Corey Farwell
3222ec2b34
Alphabetize crate declarations
2015-06-09 06:14:47 -07:00
tomaka
b1a5f06169
Remove the necessity to call glFlush
2015-05-04 22:31:36 +02:00
tomaka
e577995fc8
Update the README
2015-05-04 15:18:03 +02:00
Bryan Bell
1ed1cc6e3c
README del note that set_cursor isnt implemented
2015-04-02 22:37:41 -07:00
Pierre Krieger
d091323b22
Minor changes in documentation
2015-03-01 14:07:50 +01:00
tomaka
68f2fa9880
Fix the README, again
2015-02-22 14:01:44 +01:00
tomaka
0e6f37903c
Fix the README example
2015-02-22 11:31:27 +01:00
Mátyás Mustoha
0a31f57202
Fixed missing newline in README.
2015-02-18 16:52:22 +01:00
tomaka
cd155ce8ea
Update README.md
2015-02-15 18:28:12 +01:00
tomaka
05a03fb6a1
Merge pull request #192 from bjwbell/mouse-cursors
...
Add mouse cursor support
2015-01-13 10:43:46 +01:00
Pierre Krieger
746af5a835
Add appveyor build status in README
2015-01-13 09:44:14 +01:00
Bryan Bell
b532b8c65f
Add mouse cursor support
...
Add a new api, window.set_cursor, for setting the cursor. The enum MouseCursor lists the possible cursors.
Only X11 is implemented. On OSX, Android, & Win32 the window.set_cursor function
either does nothing or calls the "unimplemented!" macro.
2015-01-12 16:22:37 -08:00
Pierre Krieger
452514a863
Add links to documentation
2014-12-17 10:57:13 +01:00
tomaka
45f9ff09e6
Remove obsolete README message about win32
2014-12-04 11:29:11 +01:00
Tomaka17
293dcdc9a4
Remove obsolete notice in README
2014-11-11 08:44:17 +01:00
tomaka
a908a14adc
Merge pull request #90 from tomaka/remove-glflush
...
Remove call to glFlush() before swap_buffers on win32
2014-10-31 17:46:16 +01:00
tomaka
367d488ccd
Update README.md
2014-10-29 20:38:54 +01:00
Tomaka17
bbcb4c8bea
Remove call to glFlush() before swap_buffers
...
We may not want to call `swap_buffers` in the same thread as the
current thread, so we're moving the call to `glFlush` out of the scope
of glutin.
2014-10-29 19:01:58 +01:00
tomaka
089f47821c
Update README.md
2014-10-28 08:20:59 +01:00
tomaka
4dcdf3ec50
Update README.md
2014-10-13 11:02:03 +02:00
The Gitter Badger
3a408d8ebb
Added Gitter badge
2014-10-04 16:18:09 +00:00
tomaka
3d052adbe9
Update README.md
2014-10-03 13:12:42 +02:00
tomaka
56ca9b8d14
Rename gl-init-rs to glutin in the README
2014-10-03 09:16:36 +02:00
Tomaka17
02ba9d33d7
Rename crate to glutin
2014-09-21 11:34:41 +02:00
tomaka
d8171a0c73
Update README.md
2014-09-19 19:51:54 +02:00
Tomaka17
661c936253
Add platform-specific notes in README
2014-09-15 13:46:37 +02:00
tomaka
c0c43f4138
Update README.md
2014-09-07 20:28:43 +02:00
Tomaka17
87d62e5b6f
get_proc_address now returns a libc::c_void
2014-08-11 10:32:33 +02:00
tomaka
3ea19e0fa2
Update README.md
2014-08-03 11:43:57 +02:00
tomaka
ed3ed47ad8
Update README.md
2014-08-02 13:35:42 +02:00
Tomaka17
270e290af9
make_current() is now unsafe
2014-07-30 18:12:39 +02:00
tomaka
07a53af952
Add "try it!" to README
2014-07-28 11:45:59 +02:00
Tomaka17
d824fb94db
Draft for monitor API
2014-07-27 20:41:25 +02:00
Pierre Krieger
7bb4e4f9ae
Add example to README
2014-07-27 15:59:58 +02:00
Tomaka17
1cc0447c5e
Initial commit
2014-07-27 11:41:26 +02:00