aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #725 from paulrouget/forceTouchtomaka2016-02-263-6/+16
|\ | | | | TouchpadPressure event
| * TouchpadPressure eventPaul Rouget2016-02-263-6/+16
|/
* Merge pull request #723 from petevine/mastertomaka2016-02-141-0/+7
|\ | | | | Add the new `i586` target in Cargo.toml
| * Update Cargo.tomlpetevine2016-02-141-0/+7
| |
* | Merge pull request #702 from tomaka/platform-specifictomaka2016-02-1013-17/+92
|\ \ | | | | | | Unlocks platform-specific attributes
| * | Unlocks platform-specific attributesPierre Krieger2016-02-1013-17/+92
|/ /
* | Publish 0.4.8Pierre Krieger2016-02-091-2/+2
| |
* | Merge branch 'master' of http://github.com/tomaka/gl-init-rsPierre Krieger2016-02-0910-32/+83
|\ \
| * \ Merge pull request #668 from tomaka/emscriptentomaka2016-02-098-19/+49
| |\ \ | | | | | | | | Update the emscripten port of glutin
| | * | Update the emscripten port of glutinPierre Krieger2016-02-098-19/+49
| |/ /
| * | Merge pull request #722 from paulrouget/azertytomaka2016-02-091-3/+1
| |\ \ | | | | | | | | allow non ascii character in ReceivedCharacter
| | * | allow non ascii character in ReceivedCharacterPaul Rouget2016-02-081-3/+1
| |/ /
| * | Merge pull request #709 from gdamjan/support-utf8-window-titletomaka2016-02-031-7/+20
| |\ \ | | | | | | | | support utf8 window titles via _NET_WM_NAME standard
| | * | call set_title() in new()Damjan Georgievski2016-01-171-4/+2
| | | | | | | | | | | | | | | | …instead of low-level X11 calls that don't work with utf8
| | * | support utf8 window titles via _NET_WM_NAME standardDamjan Georgievski2016-01-171-3/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | based on this freerdp patch https://github.com/FreeRDP/FreeRDP/commit/9767f7f042a58aae876e0ad3b2e7bde356c8fda9 thanks to emiliocobos on irc
| * | | Merge pull request #718 from paulrouget/hidpiwheeltomaka2016-02-021-2/+5
| |\ \ \ | | | | | | | | | | osx: scroll delta should take hidpi factor into account
| | * | | osx: scroll delta should take hidpi factor into accountPaul Rouget2016-02-021-2/+5
| |/ / /
| * | | Merge pull request #717 from petevine/patch-1tomaka2016-02-011-0/+7
| |\ \ \ | | |_|/ | |/| | Add the new `armv7` target in Cargo.toml
| | * | Update Cargo.tomlpetevine2016-02-011-0/+7
| |/ /
| * | Merge pull request #716 from mmatyas/typofixtomaka2016-02-011-1/+1
| |\ \ | | | | | | | | Typo fix in package description
| | * | Typo fix in package descriptionMátyás Mustoha2016-02-011-1/+1
| | | |
* | | | Publish 0.4.7Pierre Krieger2016-01-291-1/+1
|/ / /
* | | Publish 0.4.6tomaka2016-01-281-1/+1
| | |
* | | Merge pull request #715 from mbrubeck/glx-double-buffertomaka2016-01-281-4/+3
|\ \ \ | | | | | | | | Use double buffering by default on GLX
| * | | Use double buffering by default on GLXMatt Brubeck2016-01-281-4/+3
|/ / /
* | | Merge pull request #714 from mmatyas/i8_to_chartomaka2016-01-261-2/+2
|\ \ \ | | | | | | | | Replace `i8` with `libc::c_char`
| * | | Replace `i8` with `libc::c_char`Mátyás Mustoha2016-01-261-2/+2
|/ / /
* | | Merge pull request #713 from jshrake/fix-readme-usagetomaka2016-01-231-1/+1
|\ \ \ | |/ / |/| | Fix the usage example in the README
| * | Fix the usage example in the READMEjshrake2016-01-231-1/+1
|/ / | | | | | | Closes #712
* | Merge pull request #710 from notriddle/mastertomaka2016-01-221-30/+27
|\ \ | | | | | | Allow it to work under Xvfb.
| * | Allow it to work under Xvfb.Michael Howell2016-01-191-30/+27
|/ / | | | | | | Part of servo/servo#8641
* | Merge pull request #703 from FredrikNoren/mastertomaka2016-01-184-139/+149
|\ \ | |/ |/| Fix cocoa headless. Fixes #635
| * Construct cocoa headless context based on argsFredrik Noren2016-01-184-100/+105
| |
| * Use GLESFredrik Noren2016-01-183-3/+5
| |
| * Only run headless test on osx for nowFredrik Noren2016-01-091-1/+1
| |
| * Trigger buildFredrik Noren2016-01-091-0/+1
| |
| * Bigger headless window size in testFredrik Noren2016-01-081-2/+2
| |
| * Don't run headless test on linuxFredrik Noren2016-01-081-1/+2
| |
| * Fix cocoa headlessFredrik Noren2016-01-084-51/+52
| |
* | Merge pull request #707 from rhoot/nswindowtomaka2016-01-173-1/+22
|\ \ | | | | | | Adding os::macos for accessing the underlying NSWindow
| * | Adding os::macos.Johan Sköld2016-01-173-1/+22
|/ / | | | | | | Also implements platform_window() for cocoa.
* | Merge pull request #706 from ecoal95/xinputfocus-errortomaka2016-01-161-9/+22
|\ \ | | | | | | x11: Poll the window until it is really visible
| * | x11: Poll the window until it is really visibleEmilio Cobos Álvarez2016-01-161-9/+22
|/ / | | | | | | | | | | | | | | | | | | | | | | Fixes #697 It seems that `XSync` doesn't really makes the window viewable. This feels hacky, other option to do it could be using `XIfEvent` or similar to listen to `MapNotify` events, but we'll have a loop still. In practice, this lasts between two and thre iterations on my machine, which is something not noticeable.
* | Merge pull request #705 from dten/patch-2tomaka2016-01-141-5/+5
|\ \ | |/ |/| Prefer double buffer on wgl if unspecified
| * Prefer double buffer on wgl if unspecifiedDavid Hewson2016-01-141-5/+5
|/ | | | According to https://msdn.microsoft.com/en-us/library/windows/desktop/dd318284(v=vs.85).aspx if double buffer is unavailable then a single buffer will be returned
* Merge pull request #700 from ecoal95/querydevice-leaktomaka2016-01-071-2/+6
|\ | | | | x11: Prevent leak on XIQueryDevice
| * x11: Prevent leak on XIQueryDeviceEmilio Cobos Álvarez2016-01-061-2/+6
| | | | | | | | | | | | | | Per http://linux.die.net/man/3/xiquerydevice: > XIFreeDeviceInfo frees the information returned by > XIQueryDevice.
* | Merge pull request #699 from tomaka/screen-idtomaka2016-01-072-7/+8
|\ \ | |/ |/| Fix wrong screen ID used on GLX
| * Fix wrong screen ID used on GLXPierre Krieger2016-01-052-7/+8
|/
* Merge pull request #690 from vberger/mastertomaka2016-01-032-7/+7
|\ | | | | Fix EGL for wayland.