Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Update GLX to use glXChooseFBConfig | Pierre Krieger | 2015-12-19 | 2 | -56/+121 | |
| | | ||||||
| * | Switch WGL to ChoosePixelFormat | Pierre Krieger | 2015-12-19 | 3 | -105/+306 | |
| | | ||||||
| * | Change PixelFormatRequirements | Pierre Krieger | 2015-12-19 | 2 | -16/+68 | |
| | | ||||||
* | | Merge pull request #673 from ahihi/master | tomaka | 2015-12-20 | 1 | -19/+17 | |
|\ \ | |/ |/| | Fix fullscreen on OS X | |||||
| * | Fix fullscreen on OS X | Miranda Kastemaa | 2015-12-11 | 1 | -19/+17 | |
| | | ||||||
* | | Merge pull request #675 from ecoal95/x-error-reporting | tomaka | 2015-12-17 | 2 | -13/+22 | |
|\ \ | |/ |/| | x11: Improve xlib error reporting | |||||
| * | x11: Improve xlib error reporting | Emilio Cobos Álvarez | 2015-12-15 | 2 | -13/+22 | |
|/ | ||||||
* | Merge pull request #669 from tomaka/build-script-dependency | tomaka | 2015-12-06 | 1 | -0/+2 | |
|\ | | | | | Use the new build scripts dependencies system | |||||
| * | Use the new build scripts dependencies system | Pierre Krieger | 2015-12-05 | 1 | -0/+2 | |
| | | ||||||
* | | Merge pull request #659 from Aceeri/minmaxwindow | tomaka | 2015-12-05 | 9 | -15/+112 | |
|\ \ | |/ |/| | Minimum/maximum dimensions for windows in win32 API | |||||
| * | Fixed wrong variable binding for WindowAttributes on asserts | Aceeri | 2015-11-09 | 2 | -4/+4 | |
| | | ||||||
| * | Not implemented asserts to prevent silent fails | Aceeri | 2015-11-09 | 4 | -0/+16 | |
| | | ||||||
| * | Removed comments, fixed Some/None matches, removed unnecessary lock checks | Aceeri | 2015-11-09 | 2 | -15/+10 | |
| | | ||||||
| * | Corrections to sharing data | Aceeri | 2015-11-09 | 3 | -19/+20 | |
| | | ||||||
| * | Minimum/maximum dimensions for windows in win32 api | Aceeri | 2015-11-09 | 5 | -13/+98 | |
| | | ||||||
* | | Merge pull request #667 from tomaka/libc-update | tomaka | 2015-12-01 | 6 | -74/+74 | |
|\ \ | | | | | | | Follow-up of #666 | |||||
| * | | Fix the windows build | Pierre Krieger | 2015-12-01 | 1 | -3/+3 | |
| | | | ||||||
| * | | Try to fix Windows build | Simon Sapin | 2015-12-01 | 1 | -39/+39 | |
| | | | ||||||
| * | | Update some libraries | Simon Sapin | 2015-12-01 | 4 | -32/+32 | |
|/ / | ||||||
* | | Merge pull request #665 from antrik/fix-cast_32bit-upstream | tomaka | 2015-11-30 | 1 | -1/+2 | |
|\ \ | | | | | | | Fix compilation for 32 bit targets | |||||
| * | | Fix compilation for 32 bit targets | Olaf Buddenhagen | 2015-11-30 | 1 | -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/master | tomaka | 2015-11-11 | 2 | -24/+79 | |
|\ \ | |/ |/| | Fix fullscreen on X11 | |||||
| * | Update x11-dl | Adam Badawy | 2015-10-27 | 2 | -11/+7 | |
| | | ||||||
| * | Fix using garbage memory | Adam Badawy | 2015-10-27 | 1 | -3/+3 | |
| | | ||||||
| * | Remove deprecated comment | Adam Badawy | 2015-10-27 | 1 | -3/+0 | |
| | | ||||||
| * | Use mode when switching to fullscreen | Adam Badawy | 2015-10-27 | 1 | -10/+16 | |
| | | ||||||
| * | Allow any mode larger than requested dimensions | Adam Badawy | 2015-10-27 | 1 | -1/+1 | |
| | | | | | | | | | | We were previously allowing only fullscreen modes which were exactly as tall as the requested dimensions, perhaps erroneously. | |||||
| * | Comment fullscreen XClientMessage code | Adam Badawy | 2015-10-26 | 1 | -6/+9 | |
| | | ||||||
| * | Fix misbehaving fullscreen window | Adam Badawy | 2015-10-26 | 1 | -8/+51 | |
| | | ||||||
| * | Fix issue #509 | Adam Badawy | 2015-10-25 | 1 | -0/+10 | |
| | | | | | | | | Focusing the newly created window seems to grab the keyboard. | |||||
| * | Fix issue #582 | Adam Badawy | 2015-10-25 | 1 | -2/+2 | |
| | | | | | | | | | | I switched `vsyncstart` and `vdisplay` again, as per the discussion on issue #582. | |||||
* | | Publish 0.4.2 | Pierre Krieger | 2015-11-09 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #652 from tomaka/rem-gl-common | tomaka | 2015-11-09 | 23 | -65/+41 | |
|\ \ | | | | | | | [Breaking change] Remove public exports of gl_common and libc | |||||
| * | | Update to libc 0.2, remove unnecessary gl_common crate | mitchmindtree | 2015-11-09 | 2 | -13/+12 | |
| | | | ||||||
| * | | Remove public exports of gl_common and libc | Pierre Krieger | 2015-11-09 | 22 | -52/+29 | |
|/ / | ||||||
* | | Merge pull request #655 from mitchmindtree/master | tomaka | 2015-11-09 | 3 | -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 warning | mitchmindtree | 2015-11-08 | 1 | -2/+2 | |
| | | | ||||||
| * | | Lock objc version, add casts to appease libc pointer type conflict. Closes #654 | mitchmindtree | 2015-11-08 | 2 | -9/+9 | |
|/ / | ||||||
* | | Merge pull request #653 from Daggerbot/pr | tomaka | 2015-11-05 | 1 | -2/+2 | |
|\ \ | | | | | | | Change some uses of c_void to avoid libc version conflicts. | |||||
| * | | Change some uses of c_void to avoid libc version conflicts. | Daggerbot | 2015-11-04 | 2 | -4/+4 | |
| |/ | ||||||
* | | Merge pull request #651 from tomaka/fix-libc | tomaka | 2015-11-04 | 3 | -4/+4 | |
|\ \ | |/ |/| | Fix the libc breakage | |||||
| * | Fix the libc breakage | Pierre Krieger | 2015-11-04 | 3 | -4/+4 | |
|/ | ||||||
* | Merge pull request #645 from adambadawy/master | tomaka | 2015-10-25 | 1 | -1/+3 | |
|\ | | | | | Improve fullscreen example | |||||
| * | Fix issue #543 | Adam Badawy | 2015-10-24 | 1 | -0/+1 | |
| | | | | | | | | I added a match arm for the Escape key. | |||||
| * | Flush monitor prompt | Adam Badawy | 2015-10-24 | 1 | -1/+2 | |
|/ | ||||||
* | Merge pull request #644 from mbrubeck/mouse-emulated | tomaka | 2015-10-23 | 2 | -4/+20 | |
|\ | | | | | Change X11 events based on `multitouch` option | |||||
| * | Change X11 events based on `multitouch` option | Matt Brubeck | 2015-10-23 | 2 | -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-display | tomaka | 2015-10-23 | 1 | -1/+1 | |
|\ \ | |/ |/| | Fix typo in WindowExt::get_xlib_display | |||||
| * | Fix typo in WindowExt::get_xlib_display | Matt Brubeck | 2015-10-22 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #636 from wartman4404/master | tomaka | 2015-10-19 | 1 | -1/+1 | |
|\ | | | | | ensure server has GLX_ARB_create_context extension |