aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| * | Remove the "headless" featurePierre Krieger2015-05-048-24/+83
| | |
* | | Merge pull request #372 from tomaka/get-format-examplestomaka2015-05-041-0/+2
|\ \ \ | |/ / |/| | Print the pixel format in the `window` example
| * | Print the pixel format in the `window` examplePierre Krieger2015-05-041-0/+2
|/ /
* | Merge pull request #36 from tomaka/emscriptentomaka2015-05-034-0/+383
|\ \ | | | | | | [WIP] Support for emscripten
| * | Basic implementation of emscriptenTomaka172015-05-034-0/+383
|/ /
* | Publish 0.0.30tomaka2015-05-021-1/+1
| |
* | Merge pull request #422 from Ryman/fixosxtomaka2015-05-021-7/+7
|\ \ | | | | | | Fix further compilation of cocoa
| * | Fix further compilation of cocoaKevin Butler2015-05-021-7/+7
|/ /
* | Merge pull request #421 from tomaka/fix-compilationtomaka2015-05-022-2/+1
|\ \ | | | | | | Fix compilation of cocoa
| * | Fix compilation of cocoaPierre Krieger2015-05-022-2/+1
|/ /
* | Merge pull request #409 from kvark/coretomaka2015-05-017-18/+82
|\ \ | | | | | | GL core profile flag