Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding SWP_NOMOVE flag to prevent the window from moving to 0,0 when setting ↵ | datalus | 2015-04-30 | 1 | -1/+1 |
| | | | | the inner size on Windows 8+ | ||||
* | Fix typo in cocoa module | Felix Kaaman | 2015-04-30 | 1 | -1/+1 |
| | |||||
* | Add a GlContext trait | Pierre Krieger | 2015-04-30 | 8 | -185/+231 |
| | |||||
* | Fix PixelFormat for x11, egl and win32 | Pierre Krieger | 2015-04-30 | 3 | -12/+10 |
| | |||||
* | Add pixelformat for cocoa and remove individual color components | Felix Kaaman | 2015-04-30 | 1 | -38/+102 |
| | |||||
* | Rework EGL | Pierre Krieger | 2015-04-30 | 1 | -65/+236 |
| | |||||
* | Add a fallback on win32 if enumerate_arb_pixel_formats returns vec![] | Pierre Krieger | 2015-04-29 | 1 | -1/+6 |
| | |||||
* | Extract headless context from api/win32 to platform/windows | Pierre Krieger | 2015-04-29 | 2 | -42/+0 |
| | |||||
* | Add multisampling for cocoa, fixes #145 | Felix Kaaman | 2015-04-27 | 1 | -33/+45 |
| | |||||
* | Use the shared_library crate instead of loading symbols manually | Pierre Krieger | 2015-04-27 | 3 | -207/+44 |
| | |||||
* | Add libcaca backend | Pierre Krieger | 2015-04-26 | 4 | -0/+437 |
| | |||||
* | Merge pull request #398 from fkaa/cocoa-window-pos | tomaka | 2015-04-26 | 1 | -4/+21 |
|\ | | | | | Fix window position getters and setters on cocoa | ||||
| * | Fix window position getters and setters on cocoa | Felix Kaaman | 2015-04-24 | 1 | -4/+21 |
| | | |||||
* | | Allow using EGL with X11 | Pierre Krieger | 2015-04-25 | 5 | -17/+37 |
| | | |||||
* | | Split GLX and X11 in "api" | Pierre Krieger | 2015-04-25 | 3 | -119/+239 |
|/ | |||||
* | Merge pull request #384 from fkaa/keypress-sound | tomaka | 2015-04-24 | 1 | -4/+6 |
|\ | | | | | Fix alert sounds on keypress for cocoa | ||||
| * | Fix alert sounds on keypress on cocoa | Felix Kaaman | 2015-04-24 | 1 | -4/+6 |
| | | | | | | | | | | Passing on keypress event to parent would make it think the event was not consumed and emit an alert sound. | ||||
* | | Reorganize the Linux implementation and split OSMesa and X11 | Pierre Krieger | 2015-04-24 | 7 | -919/+901 |
|/ | |||||
* | Add draft for the EGL API | Pierre Krieger | 2015-04-24 | 3 | -0/+227 |
| | |||||
* | Create reorganization | Pierre Krieger | 2015-04-24 | 21 | -0/+5368 |