aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.rs
Commit message (Collapse)AuthorAgeFilesLines
* Unlocks platform-specific attributesPierre Krieger2016-02-101-1/+5
|
* Change PixelFormatRequirementsPierre Krieger2015-12-191-1/+1
|
* Minimum/maximum dimensions for windows in win32 apiAceeri2015-11-091-0/+18
|
* Remove public exports of gl_common and libcPierre Krieger2015-11-091-12/+3
|
* Add an `os` module containing platform-specific traitsPierre Krieger2015-10-031-28/+3
|
* Rename MonitorID -> MonitorIdPierre Krieger2015-09-241-13/+13
|
* Add #[inline] attributesPierre Krieger2015-09-231-0/+46
|
* Make some fields in WindowBuilder and HeadlessRendererBuilder publicPierre Krieger2015-09-211-2/+7
|
* Remove BuilderAttribsPierre Krieger2015-09-211-30/+36
|
* Extract PixelFormatRequirements from BuilderAttribsPierre Krieger2015-09-211-7/+7
|
* Extract WindowAttributes from the BuilderAttribsPierre Krieger2015-09-211-11/+11
|
* Extract GlAttributes from BuilderAttribsPierre Krieger2015-09-211-6/+6
|
* Keep existing function for backward compatibilitySven Nilsen2015-07-251-0/+14
|
* Split `get_inner_size`Sven Nilsen2015-07-251-1/+16
| | | | | | | | | Closes https://github.com/tomaka/glutin/issues/542 * Splits `get_inner_size` into `get_inner_size_points` and `get_inner_size_pixels` This is a breaking change.
* Fixed docs for `get_inner_size`Sven Nilsen2015-07-251-3/+2
| | | | Closes https://github.com/tomaka/glutin/issues/388
* Merge pull request #477 from rozaliev/feature/iostomaka2015-06-291-0/+6
|\ | | | | [WIP] ios support
| * [add] ios supportEvgeny Rozaliev2015-06-051-0/+6
| |
* | Add with_robustness and handle robustness on all implementationsPierre Krieger2015-06-221-0/+7
| |
* | Merge pull request #488 from tomaka/rem-is-closedtomaka2015-06-171-6/+0
|\ \ | | | | | | Remove the is_closed function
| * | Remove the is_closed functionPierre Krieger2015-06-161-6/+0
| |/
* / Handle errors from MakeCurrent and SwapBuffersPierre Krieger2015-06-161-4/+5
|/
* 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