index
:
patched/glutin
feature-existing
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
window.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change PixelFormatRequirements
Pierre Krieger
2015-12-19
1
-1
/
+1
*
Minimum/maximum dimensions for windows in win32 api
Aceeri
2015-11-09
1
-0
/
+18
*
Remove public exports of gl_common and libc
Pierre Krieger
2015-11-09
1
-12
/
+3
*
Add an `os` module containing platform-specific traits
Pierre Krieger
2015-10-03
1
-28
/
+3
*
Rename MonitorID -> MonitorId
Pierre Krieger
2015-09-24
1
-13
/
+13
*
Add #[inline] attributes
Pierre Krieger
2015-09-23
1
-0
/
+46
*
Make some fields in WindowBuilder and HeadlessRendererBuilder public
Pierre Krieger
2015-09-21
1
-2
/
+7
*
Remove BuilderAttribs
Pierre Krieger
2015-09-21
1
-30
/
+36
*
Extract PixelFormatRequirements from BuilderAttribs
Pierre Krieger
2015-09-21
1
-7
/
+7
*
Extract WindowAttributes from the BuilderAttribs
Pierre Krieger
2015-09-21
1
-11
/
+11
*
Extract GlAttributes from BuilderAttribs
Pierre Krieger
2015-09-21
1
-6
/
+6
*
Keep existing function for backward compatibility
Sven Nilsen
2015-07-25
1
-0
/
+14
*
Split `get_inner_size`
Sven Nilsen
2015-07-25
1
-1
/
+16
*
Fixed docs for `get_inner_size`
Sven Nilsen
2015-07-25
1
-3
/
+2
*
Merge pull request #477 from rozaliev/feature/ios
tomaka
2015-06-29
1
-0
/
+6
|
\
|
*
[add] ios support
Evgeny Rozaliev
2015-06-05
1
-0
/
+6
*
|
Add with_robustness and handle robustness on all implementations
Pierre Krieger
2015-06-22
1
-0
/
+7
*
|
Merge pull request #488 from tomaka/rem-is-closed
tomaka
2015-06-17
1
-6
/
+0
|
\
\
|
*
|
Remove the is_closed function
Pierre Krieger
2015-06-16
1
-6
/
+0
|
|
/
*
/
Handle errors from MakeCurrent and SwapBuffers
Pierre Krieger
2015-06-16
1
-4
/
+5
|
/
*
Add API for transparency and decorations and add support for win32
Pierre Krieger
2015-05-24
1
-1
/
+13
*
Introduced GlProfile enum
Dzmitry Malyshau
2015-05-01
1
-6
/
+7
*
Implemented gl_core flag
Dzmitry Malyshau
2015-04-30
1
-3
/
+9
*
Add a GlContext trait
Pierre Krieger
2015-04-30
1
-1
/
+27
*
Merge pull request #383 from tomaka/remove-deprecated
tomaka
2015-04-19
1
-14
/
+0
|
\
|
*
Remove functions marked as #[deprecated]
Pierre Krieger
2015-04-19
1
-14
/
+0
*
|
Adds get_pixel_format() to Window
Pierre Krieger
2015-04-11
1
-0
/
+6
|
/
*
Add support for sRGB attribute and fix creation on windows
Pierre Krieger
2015-04-08
1
-0
/
+6
*
Fix the default value for OpenGL flag again
Pierre Krieger
2015-04-02
1
-1
/
+1
*
Merge pull request #340 from tomaka/winimpl-platform
tomaka
2015-04-02
1
-10
/
+10
|
\
|
*
Rename "winimpl" to "platform"
Pierre Krieger
2015-04-02
1
-10
/
+10
*
|
Fix default OpenGL debug flag being the opposite of what it should be
Pierre Krieger
2015-04-02
1
-1
/
+1
|
/
*
Change grab_cursor and ungrab_cursor to set_cursor_state
Pierre Krieger
2015-03-26
1
-13
/
+5
*
Merge pull request #227 from aepsil0n/grab-cursor
tomaka
2015-03-26
1
-0
/
+16
|
\
|
*
Implement grabbing of the mouse pointer for X11
Eduard Bopp
2015-03-25
1
-0
/
+16
*
|
Fix typo in Window::get_position docs
Corey Farwell
2015-03-25
1
-1
/
+1
|
/
*
Merge pull request #316 from binsoftware/cocoa-fixes
Brendan Zabarauskas
2015-03-24
1
-0
/
+7
|
\
|
*
fix headless build by ensuring NativeMonitorId enum is available internally e...
Ryan Stewart
2015-03-18
1
-14
/
+2
|
*
expose platform-native monitor identifier
Ryan Stewart
2015-03-16
1
-0
/
+19
*
|
Update for latest Rust
York Xiang
2015-03-19
1
-1
/
+0
|
/
*
Redirect size_hint method to the underlying iterators
Pierre Krieger
2015-03-16
1
-0
/
+15
*
Add set_cursor_position function
Pierre Krieger
2015-03-10
1
-0
/
+5
*
Add is_current function
Pierre Krieger
2015-03-04
1
-0
/
+6
*
Fix doc
Jan Niklas Hasse
2015-03-02
1
-0
/
+1
*
Fixed errors on latest nightly, RingBuf -> VecDeque
mitchmindtree
2015-02-21
1
-2
/
+2
*
expose the platform-specific window handle (currently Win only)
Ryan Stewart
2015-02-20
1
-0
/
+8
*
Improve the OpenGL context request system
Pierre Krieger
2015-02-18
1
-5
/
+10
*
Cleanup crate root by moving headless and window to modules
Pierre Krieger
2015-02-16
1
-0
/
+478