aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* get_proc_address now returns a libc::c_voidTomaka172014-08-111-2/+2
|
* Add default title for windowsTomaka172014-08-071-1/+1
|
* set_position now takes intsPierre Krieger2014-08-071-1/+1
| | | | Fix #12
* Doc now ignored for doctestTomaka172014-08-071-1/+1
|
* Fix bugs from f4fb699b524Felix S. Klock II2014-08-031-1/+3
|
* Add static assert for platform not supportedTomaka172014-08-031-0/+4
|
* Add dummy implementation for OS/XTomaka172014-08-031-2/+4
|
* Add doc to crate rootTomaka172014-08-021-0/+15
|
* Remove #[exprimental] from make_currentTomaka172014-08-021-1/+0
|
* Dimensions will now match the monitor's in case of fullscreenTomaka172014-08-021-4/+17
|
* Add get_dimensions() to MonitorIDTomaka172014-08-021-0/+6
|
* Fix docs for WindowTomaka172014-08-021-2/+1
|
* with_monitor -> with_fullscreenTomaka172014-08-021-1/+6
|
* Add support for specific OpenGL version for Win32Tomaka172014-08-021-0/+11
|
* Now passing WindowBuilder to implwin::Window::newTomaka172014-08-021-6/+1
|
* Add iterators for events and WindowBuilderTomaka172014-08-021-58/+89
|
* Window is no longer NoSendTomaka172014-07-311-2/+0
|
* Add monitor support for win32Tomaka172014-07-311-1/+2
|
* Add API for monitorsTomaka172014-07-311-0/+31
|
* MonitorID now defined by the implementationsTomaka172014-07-311-1/+7
|
* make_current() is now unsafeTomaka172014-07-301-2/+3
|
* Add draft for EGLTomaka172014-07-301-0/+3
|
* Minor fix in docsTomaka172014-07-301-13/+6
|
* Add docs to lib.rsTomaka172014-07-301-5/+119
|
* should_close() renamed to is_closed()Tomaka172014-07-301-1/+8
|
* Fix bad eventsTomaka172014-07-301-2/+2
|
* Window getters now return an Option in case where the Window has been closedTomaka172014-07-301-3/+6
|
* Work on input support for X11Pierre Krieger2014-07-281-1/+1
|
* Implement get_position for win32 and fix interfaceTomaka172014-07-271-1/+1
|
* get/set_size() -> get/set_inner/outer_size()Tomaka172014-07-271-4/+9
|
* Draft for monitor APITomaka172014-07-271-2/+5
|
* Remove FramebufferSizeChanged eventTomaka172014-07-271-1/+1
|
* Add some eventsPierre Krieger2014-07-271-1/+1
|
* Window is now NoSendPierre Krieger2014-07-271-2/+6
|
* X11 implementationPierre Krieger2014-07-271-0/+4
|
* Cleanup crate rootTomaka172014-07-271-92/+67
|
* Initial commitTomaka172014-07-271-0/+114