aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Removed unstable clone_from method so OSX can compile.Steven Sheldon2015-04-031-10/+0
|
* Remove all features for 1.0 betaPierre Krieger2015-04-036-46/+43
|
* 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
| |
* | RustupPierre Krieger2015-04-026-42/+25
|/
* Merge pull request #344 from tomaka/gles-win32tomaka2015-04-021-2/+37
|\ | | | | Add support for GLES on Win32
| * Add support for GLES on Win32Pierre Krieger2015-04-021-2/+37
| |
* | 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
| |
* | 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
| |
* | Fixed error where rustc couldn't infer the typemitchmindtree2015-04-011-1/+1
|/
* 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-301-2/+11
|
* Partially implement cursor state on win32Pierre Krieger2015-03-302-4/+60
|
* Update for winapiPierre Krieger2015-03-301-2/+2
|
* 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
| |
* | Audit msg_send return types.Steven Sheldon2015-03-281-12/+12
|/
* 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-266-46/+69
|
* Merge pull request #227 from aepsil0n/grab-cursortomaka2015-03-265-0/+70
|\ | | | | Implement grabbing of the mouse pointer for X11
| * 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.
* | Fix typo in Window::get_position docsCorey Farwell2015-03-251-1/+1
| |
* | Merge pull request #321 from SSheldon/objc_libBrendan Zabarauskas2015-03-262-84/+59
|\ \ | | | | | | Use objc crate for Objective-C runtime functionality
| * | Updated to use objc lib.Steven Sheldon2015-03-252-84/+59
| |/
* / RustupPierre Krieger2015-03-255-18/+15
|/
* Merge pull request #324 from binsoftware/win32-monitortomaka2015-03-252-36/+77
|\ | | | | Win32 monitor handling
| * enumerate monitors in addition to adapters; this allows the MonitorID ↵Ryan Stewart2015-03-242-34/+70
| | | | | | | | implementation to return a more useful monitor name, and the correct native monitor ID
| * honor top-left coordinates when requesting fullscreen to make sure window ↵Ryan Stewart2015-03-241-2/+7
| | | | | | | | appears on the correct monitor
* | Fix compilation by replacing "range" with ".." syntaxCam Jackson2015-03-251-1/+1
|/
* Merge pull request #316 from binsoftware/cocoa-fixesBrendan Zabarauskas2015-03-247-72/+204
|\ | | | | Cocoa fixes: memory leaks, monitor handling, is_current()
| * add and use IdRef::non_nil() instead of doing deref'd comparisons against nilRyan Stewart2015-03-181-27/+24
| |
| * fix headless build by ensuring NativeMonitorId enum is available internally ↵Ryan Stewart2015-03-187-29/+36
| | | | | | | | even without the window feature; add Eq/PartialEq to NativeMonitorId
| * fix X11 build issue due to missing importRyan Stewart2015-03-161-0/+1
| |
| * implement Window is_current() for cocoa backendRyan Stewart2015-03-161-1/+9
| |
| * honor the passed-in MonitorID when using with_fullscreen() in cocoa backendRyan Stewart2015-03-161-8/+35
| |
| * expose platform-native monitor identifierRyan Stewart2015-03-166-1/+43
| |
| * handle retain/release on cocoa objectsRyan Stewart2015-03-161-42/+92
| |
* | Upgrade to latest RustSven Nilsen2015-03-231-1/+1
| |
* | Merge pull request #318 from glennw/thread-wake-mactomaka2015-03-231-1/+3
|\ \ | | | | | | Fix waking up mac event loop from thread.
| * | Fix waking up mac event loop from thread.Glenn Watson2015-03-201-1/+3
| | |
* | | Fix compilation by replacing "range" with ".." syntaxNicholas Bishop2015-03-222-2/+2
| | |
* | | RustupPierre Krieger2015-03-213-5/+12
|/ /
* / Update for latest RustYork Xiang2015-03-191-1/+0
|/
* Redirect size_hint method to the underlying iteratorsPierre Krieger2015-03-161-0/+15
|