index
:
patched/glutin
feature-existing
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
x11
/
mod.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
X11: use platform specific iterators instead
Pierre Krieger
2015-02-10
1
-0
/
+2
*
Unify WindowBuilder and HeadlessRendererBuilder for easier implementations
Pierre Krieger
2014-12-31
1
-0
/
+5
*
Introduce a WindowProxy for accessing a subset of functionality
Glenn Watson
2014-12-17
1
-1
/
+1
*
Implement headless rendering
Tomaka17
2014-10-09
1
-494
/
+8
*
Fix compilation warnings
Tomaka17
2014-09-23
1
-4
/
+4
*
Use the correct monitor when fullscreen for X11
DavidPartouche
2014-09-20
1
-2
/
+3
*
Get the monitors attached to the display, and their resolution for X11
DavidPartouche
2014-09-19
1
-1
/
+1
*
Changed is_fullscreen to monitor.is_some()
DavidPartouche
2014-09-19
1
-2
/
+2
*
Added fullscreen support for X11
David Partouche
2014-09-19
1
-3
/
+3
*
Get the monitors attached to the display, and their resolution for X11
DavidPartouche
2014-09-19
1
-23
/
+4
*
Changed is_fullscreen to monitor.is_some()
DavidPartouche
2014-09-19
1
-2
/
+2
*
Added fullscreen support for X11
David Partouche
2014-09-19
1
-17
/
+68
*
make x11 keyboard repeat detectable
Evan Tatarka
2014-09-15
1
-0
/
+10
*
Remove forgotten debugging println
Tomaka17
2014-08-22
1
-4
/
+1
*
Implement new events system
Tomaka17
2014-08-13
1
-31
/
+29
*
Remove dummy context creation for X11
Tomaka17
2014-08-12
1
-31
/
+11
*
Now calling glViewport on X11 when the window is created
Pierre Krieger
2014-08-07
1
-3
/
+16
*
set_position now takes ints
Pierre Krieger
2014-08-07
1
-1
/
+1
*
Fix two warnings on X11
Pierre Krieger
2014-08-07
1
-4
/
+4
*
Add some error detection
Pierre Krieger
2014-08-07
1
-1
/
+7
*
Fix glXCreateContextAttrib always null
Pierre Krieger
2014-08-07
1
-12
/
+26
*
Cleaner GL creation on X11
Pierre Krieger
2014-08-07
1
-2
/
+43
*
Minor style fix in X11
Pierre Krieger
2014-08-07
1
-2
/
+1
*
Now using glXChooseFBConfig
Pierre Krieger
2014-08-07
1
-15
/
+38
*
Implement set_window_position for x11
Pierre Krieger
2014-08-02
1
-1
/
+1
*
Dimensions will now match the monitor's in case of fullscreen
Tomaka17
2014-08-02
1
-1
/
+1
*
Add get_dimensions() to MonitorID
Tomaka17
2014-08-02
1
-0
/
+4
*
Now passing WindowBuilder to implwin::Window::new
Tomaka17
2014-08-02
1
-4
/
+6
*
Add iterators for events and WindowBuilder
Tomaka17
2014-08-02
1
-2
/
+2
*
Implement ReceivedCharacter for X11
Pierre Krieger
2014-07-31
1
-7
/
+61
*
Add mouse buttons press/release events for X11
Pierre Krieger
2014-07-31
1
-1
/
+20
*
Add get_position and get_inner_size for X11
Pierre Krieger
2014-07-31
1
-2
/
+25
*
Add monitor support for win32
Tomaka17
2014-07-31
1
-0
/
+6
*
Add API for monitors
Tomaka17
2014-07-31
1
-0
/
+8
*
MonitorID now defined by the implementations
Tomaka17
2014-07-31
1
-1
/
+3
*
make_current() is now unsafe
Tomaka17
2014-07-30
1
-2
/
+2
*
should_close() renamed to is_closed()
Tomaka17
2014-07-30
1
-5
/
+5
*
Fix bad events
Tomaka17
2014-07-30
1
-2
/
+2
*
Window getters now return an Option in case where the Window has been closed
Tomaka17
2014-07-30
1
-3
/
+3
*
Better events handling on X11
Pierre Krieger
2014-07-28
1
-54
/
+79
*
Work on input support for X11
Pierre Krieger
2014-07-28
1
-1
/
+28
*
Implement CursorPositionChanged event for X11
Pierre Krieger
2014-07-28
1
-1
/
+7
*
Implement resize events on X11
Pierre Krieger
2014-07-28
1
-0
/
+6
*
Implement get_position for win32 and fix interface
Tomaka17
2014-07-27
1
-1
/
+1
*
get/set_size() -> get/set_inner/outer_size()
Tomaka17
2014-07-27
1
-2
/
+6
*
Draft for monitor API
Tomaka17
2014-07-27
1
-2
/
+2
*
Remove some reliquate comment
Tomaka17
2014-07-27
1
-179
/
+0
*
Now using dimensions
Pierre Krieger
2014-07-27
1
-3
/
+6
*
Better cleanup in X11 destruction
Pierre Krieger
2014-07-27
1
-8
/
+42
*
Work on X11 events
Pierre Krieger
2014-07-27
1
-3
/
+8
[next]