aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fixed wrong variable binding for WindowAttributes on assertsAceeri2015-11-092-4/+4
| |
| * Not implemented asserts to prevent silent failsAceeri2015-11-094-0/+16
| |
| * Removed comments, fixed Some/None matches, removed unnecessary lock checksAceeri2015-11-092-15/+10
| |
| * Corrections to sharing dataAceeri2015-11-093-19/+20
| |
| * Minimum/maximum dimensions for windows in win32 apiAceeri2015-11-095-13/+98
| |
* | Merge pull request #667 from tomaka/libc-updatetomaka2015-12-016-74/+74
|\ \ | | | | | | Follow-up of #666
| * | Fix the windows buildPierre Krieger2015-12-011-3/+3
| | |
| * | Try to fix Windows buildSimon Sapin2015-12-011-39/+39
| | |
| * | Update some librariesSimon Sapin2015-12-014-32/+32
|/ /
* | Merge pull request #665 from antrik/fix-cast_32bit-upstreamtomaka2015-11-301-1/+2
|\ \ | | | | | | Fix compilation for 32 bit targets
| * | Fix compilation for 32 bit targetsOlaf Buddenhagen2015-11-301-1/+2
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Regression introduced in 47df0e9eaa7f1231a07f86fc44426936c7a2589a Casting fullscreen_atom (which is the result from XInternAtom, i.e. c_ulong) as i64 is obviously wrong -- the whole point of types such as c_ulong is that long in C does *not* always have the same bit size... Cast it as c_long instead. While this is the most straightforward fix, I'm not sure it's the best one: perhaps the x11 crate should offer a set_ulong() method along with set_long(), which could be used here instead of the cast?
* | Merge pull request #646 from adambadawy/mastertomaka2015-11-112-24/+79
|\ \ | |/ |/| Fix fullscreen on X11
| * Update x11-dlAdam Badawy2015-10-272-11/+7
| |
| * Fix using garbage memoryAdam Badawy2015-10-271-3/+3
| |
| * Remove deprecated commentAdam Badawy2015-10-271-3/+0
| |
| * Use mode when switching to fullscreenAdam Badawy2015-10-271-10/+16
| |
| * Allow any mode larger than requested dimensionsAdam Badawy2015-10-271-1/+1
| | | | | | | | | | We were previously allowing only fullscreen modes which were exactly as tall as the requested dimensions, perhaps erroneously.
| * Comment fullscreen XClientMessage codeAdam Badawy2015-10-261-6/+9
| |
| * Fix misbehaving fullscreen windowAdam Badawy2015-10-261-8/+51
| |
| * Fix issue #509Adam Badawy2015-10-251-0/+10
| | | | | | | | Focusing the newly created window seems to grab the keyboard.
| * Fix issue #582Adam Badawy2015-10-251-2/+2
| | | | | | | | | | I switched `vsyncstart` and `vdisplay` again, as per the discussion on issue #582.
* | Publish 0.4.2Pierre Krieger2015-11-091-1/+1
| |
* | Merge pull request #652 from tomaka/rem-gl-commontomaka2015-11-0923-65/+41
|\ \ | | | | | | [Breaking change] Remove public exports of gl_common and libc
| * | Update to libc 0.2, remove unnecessary gl_common cratemitchmindtree2015-11-092-13/+12
| | |
| * | Remove public exports of gl_common and libcPierre Krieger2015-11-0922-52/+29
|/ /
* | Merge pull request #655 from mitchmindtree/mastertomaka2015-11-093-11/+11
|\ \ | | | | | | Lock objc to 0.1.7. Fix remaining libc pointer errors with casts. Fix warnings in cursor example.
| * | unwrap to fix unused result warningmitchmindtree2015-11-081-2/+2
| | |
| * | Lock objc version, add casts to appease libc pointer type conflict. Closes #654mitchmindtree2015-11-082-9/+9
|/ /
* | Merge pull request #653 from Daggerbot/prtomaka2015-11-051-2/+2
|\ \ | | | | | | Change some uses of c_void to avoid libc version conflicts.
| * | Change some uses of c_void to avoid libc version conflicts.Daggerbot2015-11-042-4/+4
| |/
* | Merge pull request #651 from tomaka/fix-libctomaka2015-11-043-4/+4
|\ \ | |/ |/| Fix the libc breakage
| * Fix the libc breakagePierre Krieger2015-11-043-4/+4
|/
* Merge pull request #645 from adambadawy/mastertomaka2015-10-251-1/+3
|\ | | | | Improve fullscreen example
| * Fix issue #543Adam Badawy2015-10-241-0/+1
| | | | | | | | I added a match arm for the Escape key.
| * Flush monitor promptAdam Badawy2015-10-241-1/+2
|/
* Merge pull request #644 from mbrubeck/mouse-emulatedtomaka2015-10-232-4/+20
|\ | | | | Change X11 events based on `multitouch` option
| * Change X11 events based on `multitouch` optionMatt Brubeck2015-10-232-4/+20
| | | | | | | | | | * If `multitouch` is enabled, touch input generates touch events. * If `multitouch` is disabled, touch input generates emulated mouse events.
* | Merge pull request #643 from mbrubeck/xlib-displaytomaka2015-10-231-1/+1
|\ \ | |/ |/| Fix typo in WindowExt::get_xlib_display
| * Fix typo in WindowExt::get_xlib_displayMatt Brubeck2015-10-221-1/+1
|/
* Merge pull request #636 from wartman4404/mastertomaka2015-10-191-1/+1
|\ | | | | ensure server has GLX_ARB_create_context extension
| * ensure server has GLX_ARB_create_context extensionwartman44042015-10-181-1/+1
|/
* Merge pull request #629 from tomaka/fix-win-vsynctomaka2015-10-081-6/+4
|\ | | | | Fix vsync being enabled even when disabled
| * Fix vsync being enabled even when disabledPierre Krieger2015-10-041-6/+4
| |
* | Merge pull request #630 from tomaka/fix-examplestomaka2015-10-047-31/+1
|\ \ | |/ |/| Fix the examples
| * Fix the examplesPierre Krieger2015-10-047-31/+1
|/
* Publish 0.4.0Pierre Krieger2015-10-031-1/+1
|
* Merge pull request #628 from tomaka/khronos-api-0.0.8tomaka2015-10-031-1/+1
|\ | | | | Update khronos_api to 0.0.8
| * Update khronos_api to 0.0.8Pierre Krieger2015-10-031-1/+1
|/
* Merge pull request #626 from tomaka/rm-window-featuretomaka2015-10-038-26/+3
|\ | | | | Remove the window feature entirely
| * Remove the window feature entirelyPierre Krieger2015-10-038-26/+3
|/