Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup unused import stuff | Peter Atashian | 2015-08-21 | 1 | -0/+8 |
| | | | | | | Also support i686-pc-windows-msvc Signed-off-by: Peter Atashian <retep998@gmail.com> | ||||
* | Publish 0.3.5 | Pierre Krieger | 2015-08-21 | 1 | -1/+1 |
| | |||||
* | Update wayland backend to draw decorations. | Victor Berger | 2015-08-16 | 1 | -4/+8 |
| | | | | | | | | Integrate with wayland-window crate to draw decorations allowing resize & move of the window. Leaving the wayland backend as disabled until full usability is ensured. | ||||
* | Publish 0.3.4 | Pierre Krieger | 2015-07-25 | 1 | -1/+1 |
| | |||||
* | Add aarch64-unknown-linux-gnu support | Akos Kiss | 2015-07-23 | 1 | -0/+6 |
| | | | | | | * Adding dependencies * Replacing `i8` with `c_char` ot `_` (since `c_char` can be unsigned on some platforms, aarch64 is one of them) | ||||
* | Publish 0.3.3 | tomaka | 2015-07-22 | 1 | -1/+1 |
| | |||||
* | Publish 0.3.2 | Pierre Krieger | 2015-07-19 | 1 | -1/+1 |
| | |||||
* | Merge pull request #510 from robertknight/x11_xinput2 | tomaka | 2015-07-18 | 1 | -3/+3 |
|\ | | | | | Use XInput2 for event handling | ||||
| * | Bump x11-dl dependency to 2.x | Robert Knight | 2015-07-08 | 1 | -3/+3 |
| | | | | | | | | This brings in XInput2 support. | ||||
* | | Fix the winapi build and publish 0.3.1 | Pierre Krieger | 2015-07-14 | 1 | -4/+4 |
| | | |||||
* | | Publish 0.3.0 | Pierre Krieger | 2015-07-12 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #511 from thelink2012/drop-win32 | tomaka | 2015-07-09 | 1 | -0/+3 |
|\ \ | | | | | | | [0.3] DroppedFile event for Win32 | ||||
| * | | DroppedFile event for Win32 | Denilson M. Amorim | 2015-06-23 | 1 | -0/+3 |
| | | | |||||
* | | | Test glutin with MSVC++ | Pierre Krieger | 2015-07-04 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #477 from rozaliev/feature/ios | tomaka | 2015-06-29 | 1 | -0/+12 |
|\ \ \ | |_|/ |/| | | [WIP] ios support | ||||
| * | | [add] ios support | Evgeny Rozaliev | 2015-06-05 | 1 | -0/+12 |
| | | | |||||
* | | | Publish 0.2.2 | tomaka | 2015-06-27 | 1 | -1/+1 |
| | | | |||||
* | | | Add support for the EGL_KHR_create_context_no_error extension | Pierre Krieger | 2015-06-25 | 1 | -1/+1 |
| | | | |||||
* | | | Publish 0.2.1 | Pierre Krieger | 2015-06-23 | 1 | -1/+1 |
| | | | |||||
* | | | Update wayland dependency to 0.2. | Victor Berger | 2015-06-23 | 1 | -6/+6 |
| |/ |/| | |||||
* | | Add support for MSVC build. | Ricky Taylor | 2015-06-21 | 1 | -0/+7 |
| | | |||||
* | | Publish 0.2.0 | tomaka | 2015-06-17 | 1 | -1/+1 |
| | | |||||
* | | Make legacy functions crash on osx core contexts | Felix Kaaman | 2015-06-16 | 1 | -0/+1 |
|/ | |||||
* | Switch to the official crates. | Jack Moffitt | 2015-06-03 | 1 | -3/+3 |
| | | | | cocoa, core-foundation, and core-graphics are now on crates.io. | ||||
* | Switch to dwmapi | Pierre Krieger | 2015-05-24 | 1 | -2/+4 |
| | |||||
* | Fix the compilation on 32bits linux | Pierre Krieger | 2015-05-21 | 1 | -1/+1 |
| | |||||
* | Publish 0.1.5 | tomaka | 2015-05-21 | 1 | -1/+1 |
| | |||||
* | Detach wgl and win32 | Pierre Krieger | 2015-05-21 | 1 | -2/+2 |
| | |||||
* | Rework the X implementation to use only one X connection | Pierre Krieger | 2015-05-17 | 1 | -1/+1 |
| | |||||
* | Publish 0.1.4 | tomaka | 2015-05-16 | 1 | -1/+1 |
| | |||||
* | Basic raw keyboard handling. | Victor Berger | 2015-05-14 | 1 | -3/+6 |
| | |||||
* | Implement some more functions for wayland. | Victor Berger | 2015-05-13 | 1 | -3/+3 |
| | | | | | - set/get_inner_size() - set_title | ||||
* | Continue wayland API: WindowProxy, MonitorID, | Victor Berger | 2015-05-09 | 1 | -3/+3 |
| | | | | and some other little stuff. | ||||
* | Publish 0.1.3 | tomaka | 2015-05-09 | 1 | -1/+1 |
| | |||||
* | Use precise version numbers for dependencies | Pierre Krieger | 2015-05-08 | 1 | -13/+13 |
| | |||||
* | Publish 0.1.2 | tomaka | 2015-05-08 | 1 | -1/+1 |
| | |||||
* | Using x11_dl instead of x11. | Daggerbot | 2015-05-07 | 1 | -12/+3 |
| | |||||
* | Make it work under the raspi | Pierre Krieger | 2015-05-07 | 1 | -0/+1 |
| | |||||
* | Make x11 dynamic | Pierre Krieger | 2015-05-07 | 1 | -3/+12 |
| | |||||
* | Merge pull request #410 from vberger/wayland | tomaka | 2015-05-07 | 1 | -0/+2 |
|\ | | | | | (WIP) Wayland backend | ||||
| * | Firsts steps of a wayland backend. | Victor Berger | 2015-05-06 | 1 | -0/+2 |
| | | |||||
* | | Publish 0.1.1 | tomaka | 2015-05-07 | 1 | -1/+1 |
|/ | |||||
* | Fix previous commit | Pierre Krieger | 2015-05-06 | 1 | -1/+1 |
| | |||||
* | Publish 0.1 | tomaka | 2015-05-06 | 1 | -1/+1 |
| | |||||
* | Merge pull request #429 from tomaka/remove-headless | tomaka | 2015-05-06 | 1 | -1/+0 |
|\ | | | | | [Breaking change] Remove the "headless" feature entirely | ||||
| * | Remove the "headless" feature entirely | Pierre Krieger | 2015-05-04 | 1 | -1/+0 |
| | | |||||
* | | Copy Linux dependencies to ARM target | krdln | 2015-05-05 | 1 | -0/+4 |
|/ | | | Add `[target.arm-unknown-linux-gnueabihf.dependencies]` with osmesa-sys and x11. This enables glutin to compile on ARM Linux. | ||||
* | Publish 0.0.31 | tomaka | 2015-05-04 | 1 | -1/+1 |
| | |||||
* | Remove the "headless" feature | Pierre Krieger | 2015-05-04 | 1 | -2/+2 |
| | |||||
* | Publish 0.0.30 | tomaka | 2015-05-02 | 1 | -1/+1 |
| |