aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #460 from tomaka/fix-compilation-32bitstomaka2015-05-212-2/+2
|\ | | | | Fix the compilation on 32bits linux
| * Fix the compilation on 32bits linuxPierre Krieger2015-05-212-2/+2
|/
* Fix docs publication not workingtomaka2015-05-211-1/+1
|
* Test on stable Rust instead of betatomaka2015-05-211-1/+1
|
* Publish 0.1.5tomaka2015-05-211-1/+1
|
* Merge pull request #459 from tomaka/win32-egl-2tomaka2015-05-217-27/+133
|\ | | | | Allow creating EGL contexts on win32 with the AMD DLLs
| * Allow creating EGL contexts on win32 with the AMD DLLsPierre Krieger2015-05-217-27/+133
|/
* Merge pull request #458 from tomaka/detach-wgltomaka2015-05-217-427/+531
|\ | | | | Detach wgl and win32
| * Detach wgl and win32Pierre Krieger2015-05-217-427/+531
|/
* Merge pull request #457 from tomaka/appveyortomaka2015-05-201-4/+13
|\ | | | | Update the appveyor file for 64bits builds
| * Update the appveyor file for 64bits buildsPierre Krieger2015-05-201-4/+13
|/
* Merge pull request #456 from aweinstock314/numlock-fixtomaka2015-05-191-2/+8
|\ | | | | Fix handling of numpad keys w.r.t. numlock (derived from fix mentione…
| * fixup! Fix handling of numpad keys w.r.t. numlock (derived from fix ↵Avi Weinstock2015-05-181-1/+1
| | | | | | | | mentioned at http://www.kaffe.org/pipermail/kaffe/2000-April/175201.html).
| * Fix handling of numpad keys w.r.t. numlock (derived from fix mentioned at ↵Avi Weinstock2015-05-181-2/+8
|/ | | | | | | http://www.kaffe.org/pipermail/kaffe/2000-April/175201.html). Conflicts: src/api/x11/window.rs
* Merge pull request #455 from tomaka/x-reworktomaka2015-05-186-915/+938
|\ | | | | Rework the X implementation to use only one X connection
| * Rework the X implementation to use only one X connectionPierre Krieger2015-05-176-915/+938
|/
* Publish 0.1.4tomaka2015-05-161-1/+1
|
* Merge pull request #454 from tomaka/opengl-3tomaka2015-05-161-69/+94
|\ | | | | Fix GLX creating only 3.0 contexts
| * Fix GLX creating only 3.0 contextsPierre Krieger2015-05-161-69/+94
|/
* Merge pull request #452 from vberger/waylandtomaka2015-05-154-9/+273
|\ | | | | Implement Keyboard support for the wayland backend
| * Implement most of the keysyms for wayland.Victor Berger2015-05-151-2/+165
| |
| * UTF8 keyboard events for wayland.Victor Berger2015-05-151-3/+13
| |
| * Basic raw keyboard handling.Victor Berger2015-05-144-9/+100
| |
* | Merge pull request #450 from vberger/x-wayland-splittomaka2015-05-151-24/+31
|\ \ | |/ |/| Do the linux backend choice only once at startup.
| * Do the linux backend choice only once at startup.Victor Berger2015-05-131-24/+31
|/
* 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