aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add API for transparency and decorations and add support for win32Pierre Krieger2015-05-241-1/+13
|
* Introduced GlProfile enumDzmitry Malyshau2015-05-011-6/+7
|
* Implemented gl_core flagDzmitry Malyshau2015-04-301-3/+9
|
* Add a GlContext traitPierre Krieger2015-04-301-1/+27
|
* Merge pull request #383 from tomaka/remove-deprecatedtomaka2015-04-191-14/+0
|\ | | | | Remove functions marked as #[deprecated]
| * Remove functions marked as #[deprecated]Pierre Krieger2015-04-191-14/+0
| |
* | Adds get_pixel_format() to WindowPierre Krieger2015-04-111-0/+6
|/
* Add support for sRGB attribute and fix creation on windowsPierre Krieger2015-04-081-0/+6
|
* Fix the default value for OpenGL flag againPierre Krieger2015-04-021-1/+1
|
* Merge pull request #340 from tomaka/winimpl-platformtomaka2015-04-021-10/+10
|\ | | | | Rename "winimpl" module to "platform"
| * Rename "winimpl" to "platform"Pierre Krieger2015-04-021-10/+10
| |
* | Fix default OpenGL debug flag being the opposite of what it should bePierre Krieger2015-04-021-1/+1
|/
* Change grab_cursor and ungrab_cursor to set_cursor_statePierre Krieger2015-03-261-13/+5
|
* Merge pull request #227 from aepsil0n/grab-cursortomaka2015-03-261-0/+16
|\ | | | | Implement grabbing of the mouse pointer for X11
| * Implement grabbing of the mouse pointer for X11Eduard Bopp2015-03-251-0/+16
| | | | | | | | | | 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 #316 from binsoftware/cocoa-fixesBrendan Zabarauskas2015-03-241-0/+7
|\ | | | | Cocoa fixes: memory leaks, monitor handling, is_current()
| * fix headless build by ensuring NativeMonitorId enum is available internally ↵Ryan Stewart2015-03-181-14/+2
| | | | | | | | even without the window feature; add Eq/PartialEq to NativeMonitorId
| * expose platform-native monitor identifierRyan Stewart2015-03-161-0/+19
| |
* | Update for latest RustYork Xiang2015-03-191-1/+0
|/
* Redirect size_hint method to the underlying iteratorsPierre Krieger2015-03-161-0/+15
|
* Add set_cursor_position functionPierre Krieger2015-03-101-0/+5
|
* Add is_current functionPierre Krieger2015-03-041-0/+6
|
* Fix docJan Niklas Hasse2015-03-021-0/+1
|
* Fixed errors on latest nightly, RingBuf -> VecDequemitchmindtree2015-02-211-2/+2
|
* expose the platform-specific window handle (currently Win only)Ryan Stewart2015-02-201-0/+8
|
* Improve the OpenGL context request systemPierre Krieger2015-02-181-5/+10
|
* Cleanup crate root by moving headless and window to modulesPierre Krieger2015-02-161-0/+478