aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #443 from vberger/waylandtomaka2015-05-133-135/+172
|\ | | | | Some more work on the wayland backend
| * Update to new Platform structure.Victor Berger2015-05-131-1/+3
| |
| * Move WaylandContext in its own file.Victor Berger2015-05-132-120/+129
| |
| * Implement some more functions for wayland.Victor Berger2015-05-132-12/+28
| | | | | | | | | | - set/get_inner_size() - set_title
| * wayland: Fix MonitorID::get_dimensions() and fullscreen support.Victor Berger2015-05-131-5/+15
|/
* Merge pull request #448 from vberger/x-wayland-splittomaka2015-05-135-10/+347
|\ | | | | Make platform::linux generic over X11 and Wayland
| * Disable Wayland backend.Victor Berger2015-05-121-3/+3
| | | | | | | | It is not ready for production yet.
| * Make platform::linux generic over X11 and Wayland.Victor Berger2015-05-125-10/+347
| |
* | Merge pull request #447 from tomaka/egl-fixestomaka2015-05-132-11/+29
|\ \ | |/ |/| Fixes in EGL context creation
| * Fixes in EGL context creationPierre Krieger2015-05-122-11/+29
|/
* Merge pull request #446 from zmike/xwindow-upstreamtomaka2015-05-121-1/+1
|\ | | | | implement get_platform_window() return for X11
| * implement get_platform_window() return for X11Mike Blumenkrantz2015-05-111-1/+1
|/
* Merge pull request #441 from vberger/waylandtomaka2015-05-092-15/+34
|\ | | | | Continuation of wayland API
| * Continue wayland API: WindowProxy, MonitorID,Victor Berger2015-05-092-15/+34
|/ | | | and some other little stuff.
* Publish 0.1.3tomaka2015-05-091-1/+1
|
* Merge pull request #439 from Esption/mastertomaka2015-05-0910-16/+21
|\ | | | | Fixed build warnings on Linux
| * Fixed build warningsEsption2015-05-0810-16/+21
| |
* | Merge pull request #437 from tomaka/precise-versionstomaka2015-05-081-13/+13
|\ \ | | | | | | Use precise version numbers for dependencies
| * | Use precise version numbers for dependenciesPierre Krieger2015-05-081-13/+13
|/ /
* | Merge pull request #436 from Esption/mastertomaka2015-05-081-1/+1
|\| | | | | Added mut so glutin can compile on nightly.
| * Added mut so glutin can compile on nightly.Esption2015-05-081-1/+1
|/
* Publish 0.1.2tomaka2015-05-081-1/+1
|
* Merge pull request #435 from Daggerbot/prtomaka2015-05-073-17/+8
|\ | | | | Using x11_dl instead of x11.
| * Using x11_dl instead of x11.Daggerbot2015-05-073-17/+8
|/
* Merge pull request #434 from tomaka/x11-dynamictomaka2015-05-075-88/+131
|\ | | | | Make X11 dynamic
| * Make it work under the raspiPierre Krieger2015-05-072-1/+6
| |
| * Make x11 dynamicPierre Krieger2015-05-075-88/+126
|/
* Merge pull request #410 from vberger/waylandtomaka2015-05-073-0/+381
|\ | | | | (WIP) Wayland backend
| * Firsts steps of a wayland backend.Victor Berger2015-05-063-0/+381
| |
* | Publish 0.1.1tomaka2015-05-071-1/+1
| |
* | Merge pull request #433 from Daggerbot/prtomaka2015-05-061-1/+0
|\| | | | | Removed import of x11::xlib::xkb, which has been absorbed by x11::xlib.
| * Removed import of x11::xlib::xkb, which has been absorbed by x11::xlib.Daggerbot2015-05-061-1/+0
|/
* Fix previous commitPierre Krieger2015-05-061-1/+1
|
* Publish 0.1tomaka2015-05-061-1/+1
|
* Merge pull request #405 from tomaka/win32-wheeltomaka2015-05-064-6/+9
|\ | | | | [Breaking change] Fix mouse wheel value on win32 and return a f64 instead of i32 in the MouseWheel event
| * Rework MouseWheel event and fix the values on win32Pierre Krieger2015-04-294-6/+9
| |
* | Merge pull request #429 from tomaka/remove-headlesstomaka2015-05-064-6/+1
|\ \ | | | | | | [Breaking change] Remove the "headless" feature entirely
| * | Remove the "headless" feature entirelyPierre Krieger2015-05-044-6/+1
| | |
* | | Merge pull request #432 from fkaa/cocoa-cursor-grabtomaka2015-05-061-10/+8
|\ \ \ | | | | | | | | Add cursor grabbing on cocoa
| * | | Add cursor grabbing on cocoaFelix Kaaman2015-05-051-10/+8
| | | |
* | | | Merge pull request #430 from tomaka/tomaka-patch-1tomaka2015-05-051-4/+0
|\ \ \ \ | |/ / / |/| | | Remove the necessity to call glFlush
| * | | Remove the necessity to call glFlushtomaka2015-05-041-4/+0
| |/ /
* | | Merge pull request #431 from krdln/patch-1tomaka2015-05-051-0/+4
|\ \ \ | |/ / |/| | Copy Linux dependencies to ARM target
| * | Copy Linux dependencies to ARM targetkrdln2015-05-051-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.31tomaka2015-05-041-1/+1
| |
* | Merge pull request #427 from bvssvni/osxfixFelix Kaaman2015-05-041-2/+3
|\ \ | | | | | | Fix compiler errors on OSX
| * | Fix compiler errors on OSXSven Nilsen2015-05-041-2/+3
|/ / | | | | | | Closes https://github.com/tomaka/glutin/issues/425
* | Merge pull request #424 from tomaka/tomaka-patch-1tomaka2015-05-041-24/+5
|\ \ | | | | | | Update the README
| * | Update the READMEtomaka2015-05-041-24/+5
|/ /
* | Merge pull request #423 from tomaka/remove-headlesstomaka2015-05-048-24/+83
|\ \ | | | | | | Remove the "headless" feature