aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #677 from tomaka/pftomaka2015-12-207-392/+683
|\
| * Fix compilation on linuxPierre Krieger2015-12-192-52/+61
| * Fix compilation on cocoaPierre Krieger2015-12-191-3/+3
| * Remove now unneeded functionPierre Krieger2015-12-191-104/+0
| * Update EGL implementationPierre Krieger2015-12-191-83/+139
| * Update cocoa implementation with changes to pf_reqsPierre Krieger2015-12-191-4/+16
| * Update GLX to use glXChooseFBConfigPierre Krieger2015-12-192-56/+121
| * Switch WGL to ChoosePixelFormatPierre Krieger2015-12-193-105/+306
| * Change PixelFormatRequirementsPierre Krieger2015-12-192-16/+68
* | Merge pull request #673 from ahihi/mastertomaka2015-12-201-19/+17
|\ \ | |/ |/|
| * Fix fullscreen on OS XMiranda Kastemaa2015-12-111-19/+17
* | Merge pull request #675 from ecoal95/x-error-reportingtomaka2015-12-172-13/+22
|\ \ | |/ |/|
| * x11: Improve xlib error reportingEmilio Cobos Álvarez2015-12-152-13/+22
|/
* Merge pull request #669 from tomaka/build-script-dependencytomaka2015-12-061-0/+2
|\
| * Use the new build scripts dependencies systemPierre Krieger2015-12-051-0/+2
* | Merge pull request #659 from Aceeri/minmaxwindowtomaka2015-12-059-15/+112
|\ \ | |/ |/|
| * 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
|\ \
| * | 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 targetsOlaf Buddenhagen2015-11-301-1/+2
|/ /
* | Merge pull request #646 from adambadawy/mastertomaka2015-11-112-24/+79
|\ \ | |/ |/|
| * 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
| * 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
| * Fix issue #582Adam Badawy2015-10-251-2/+2
* | Publish 0.4.2Pierre Krieger2015-11-091-1/+1
* | Merge pull request #652 from tomaka/rem-gl-commontomaka2015-11-0923-65/+41
|\ \
| * | 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
|\ \
| * | 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.Daggerbot2015-11-042-4/+4
| |/
* | Merge pull request #651 from tomaka/fix-libctomaka2015-11-043-4/+4
|\ \ | |/ |/|
| * Fix the libc breakagePierre Krieger2015-11-043-4/+4
|/
* Merge pull request #645 from adambadawy/mastertomaka2015-10-251-1/+3
|\
| * Fix issue #543Adam Badawy2015-10-241-0/+1