aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #378 from bobakker/mastertomaka2015-04-131-10/+13
|\ | | | | Fixes #358
| * Fixes #358Bo Bakker2015-04-121-10/+13
| |
* | Implemented get_pixel_format for X11Dzmitry Malyshau2015-04-121-1/+33
| |
* | Merge pull request #371 from tomaka/get-pixel-formattomaka2015-04-126-3/+34
|\ \ | | | | | | Adds get_pixel_format() to Window
| * | Adds get_pixel_format() to WindowPierre Krieger2015-04-116-3/+34
| |/
* / Fix get_primary_monitor on win32Pierre Krieger2015-04-121-3/+8
|/
* Add support for sRGB attribute and fix creation on windowsPierre Krieger2015-04-083-1/+40
|
* Merge pull request #364 from tomaka/x11-cursor-postomaka2015-04-082-2/+10
|\ | | | | Implement set_cursor_position() on X11
| * Implement set_cursor_position() on X11Pierre Krieger2015-04-072-2/+10
| |
* | Merge pull request #360 from SSheldon/delegate_refactortomaka2015-04-071-37/+33
|\ \ | |/ |/| Modify WindowDelegate to own its state
| * Modify WindowDelegate to own its state.Steven Sheldon2015-04-051-37/+33
| |
* | Fix wait_events() not stopping when window is closed on X11Pierre Krieger2015-04-061-1/+3
|/
* Fix OS X window closing bugBo Bakker2015-04-041-1/+1
|
* Remove deprecated functionsPierre Krieger2015-04-034-11/+11
|
* Merge pull request #347 from tomaka/win32-pixel-format-detailstomaka2015-04-032-6/+15
|\ | | | | Fix missing parameter for pixel formats infos on win32
| * Fix missing parameter for pixel formats infos on win32Pierre Krieger2015-04-022-6/+15
| |
* | 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