aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Publish 0.0.20tomaka2015-04-031-1/+1
| |
* | Merge pull request #351 from tomaka/rustuptomaka2015-04-037-46/+44
|\ \ | | | | | | Remove all features for 1.0 beta
| * | Remove all features for 1.0 betaPierre Krieger2015-04-037-46/+44
|/ /
* | Merge pull request #349 from binsoftware/update-rust-cocoatomaka2015-04-031-1/+3
|\ \ | | | | | | updating use statements from recent rust-cocoa module changes
| * | updating use statements from recent rust-cocoa module changesRyan Stewart2015-04-021-1/+3
| |/
* | Merge pull request #348 from tomaka/rustuptomaka2015-04-038-48/+32
|\ \ | | | | | | Rustup
| * | RustupPierre Krieger2015-04-028-48/+32
| |/
* | Merge pull request #350 from bjwbell/README-set_cursor_notetomaka2015-04-031-1/+0
|\ \ | |/ |/| README del note that set_cursor isnt implemented
| * README del note that set_cursor isnt implementedBryan Bell2015-04-021-1/+0
|/
* Publish 0.0.19tomaka2015-04-021-2/+1
|
* Merge pull request #345 from tomaka/travis-sudotomaka2015-04-021-3/+8
|\ | | | | Use the sudo feature of travis
| * Use the sudo feature of travisPierre Krieger2015-04-021-3/+8
| |
* | Merge pull request #344 from tomaka/gles-win32tomaka2015-04-022-4/+43
|\ \ | | | | | | Add support for GLES on Win32
| * | Add support for GLES on Win32Pierre Krieger2015-04-022-4/+43
| |/
* | Merge pull request #343 from tomaka/gl-debugtomaka2015-04-022-2/+2
|\ \ | |/ |/| Fix the default value for OpenGL flag again
| * Fix the default value for OpenGL flag againPierre Krieger2015-04-022-2/+2
|/
* Merge pull request #340 from tomaka/winimpl-platformtomaka2015-04-023-20/+20
|\ | | | | Rename "winimpl" module to "platform"
| * Rename "winimpl" to "platform"Pierre Krieger2015-04-023-20/+20
| |
* | Merge pull request #342 from tomaka/debug-gltomaka2015-04-022-2/+2
|\ \ | |/ |/| Fix default OpenGL debug flag being the opposite of what it should be
| * Fix default OpenGL debug flag being the opposite of what it should bePierre Krieger2015-04-022-2/+2
|/
* Merge pull request #338 from XMPPwocky/mastertomaka2015-04-013-19/+78
|\ | | | | Fix WM_SETCURSOR
| * cursor state on w32Nathaniel Theis2015-04-013-19/+78
| |
* | Publish 0.0.18tomaka2015-04-011-1/+1
| |
* | Merge pull request #337 from mitchmindtree/mastertomaka2015-04-011-1/+1
|\ \ | | | | | | Fixed error where rustc couldn't infer the type (OSX)
| * | Fixed error where rustc couldn't infer the typemitchmindtree2015-04-011-1/+1
|/ /
* | Merge pull request #336 from XMPPwocky/patch-1tomaka2015-03-311-1/+1
|\ \ | |/ |/| Release 0.0.17
| * Release 0.0.17Nathaniel Theis2015-03-311-1/+1
|/
* Merge pull request #328 from tomaka/grabtomaka2015-03-304-4/+97
|\ | | | | Cursor grabbing
| * Add draft for raw inputPierre Krieger2015-03-301-0/+21
| |
| * Fix wrong grabbing rectPierre Krieger2015-03-301-1/+3
| |
| * More work on win32 implementationPierre Krieger2015-03-302-2/+16
| |
| * Partially implement cursor state on win32Pierre Krieger2015-03-302-4/+60
|/
* Release 0.0.16tomaka2015-03-301-1/+1
|
* Merge pull request #335 from tomaka/rustuptomaka2015-03-302-8/+8
|\ | | | | Update for winapi
| * Update for winapiPierre Krieger2015-03-302-8/+8
|/
* Merge pull request #329 from tomaka/choose-pixel-formattomaka2015-03-282-4/+4
|\ | | | | choose_pixel_format now returns a Result
| * choose_pixel_format now returns a ResultPierre Krieger2015-03-282-4/+4
| |
* | Merge pull request #330 from SSheldon/objc_rettomaka2015-03-281-12/+12
|\ \ | |/ |/| Audit msg_send return types
| * Audit msg_send return types.Steven Sheldon2015-03-281-12/+12
|/
* Publish 0.0.15tomaka2015-03-281-1/+1
|
* Merge pull request #333 from tomaka/fixtomaka2015-03-287-52/+80
|\ | | | | Change grab_cursor and ungrab_cursor to set_cursor_state
| * Fix compilation on win32Pierre Krieger2015-03-281-1/+1
| |
| * Fix compilation on x11Pierre Krieger2015-03-281-5/+8
| |
| * Change grab_cursor and ungrab_cursor to set_cursor_statePierre Krieger2015-03-267-51/+76
|/
* Merge pull request #227 from aepsil0n/grab-cursortomaka2015-03-266-0/+120
|\ | | | | Implement grabbing of the mouse pointer for X11
| * Add an example for (un-)grabbing the mouse cursorEduard Bopp2015-03-251-0/+50
| |
| * Implement grabbing of the mouse pointer for X11Eduard Bopp2015-03-255-0/+70
| | | | | | | | | | Contains new methods in the Window API that closely mirror the Xlib API. The methods are left unimplemented for other platforms for now.
* | Merge pull request #327 from frewsxcv/patch-1tomaka2015-03-261-1/+1
|\ \ | | | | | | Fix typo in Window::get_position docs
| * | Fix typo in Window::get_position docsCorey Farwell2015-03-251-1/+1
|/ /
* | Merge pull request #321 from SSheldon/objc_libBrendan Zabarauskas2015-03-263-101/+64
|\ \ | | | | | | Use objc crate for Objective-C runtime functionality