aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl_osx.m
AgeCommit message (Expand)AuthorFilesLines
2015-09-12Update copyright dates.David Robillard1-1/+1
2015-09-12Add puglWaitForEvent for blocking main loops.David Robillard1-2/+16
2015-02-15UTF-8 support on OSX.David Robillard1-5/+21
2014-12-16Fix compilation on OSX.David Robillard1-21/+20
2014-12-16Use status window level for transients on OSX.Robin Gareus1-1/+1
2014-12-16Redraw only when necessary on OSX.Robin Gareus1-1/+0
2014-12-16Add support for transient child windows.Robin Gareus1-12/+18
2014-12-16Various OSX fixes.Robin Gareus1-30/+36
2014-12-16Support minimum window size.Robin Gareus1-0/+3
2014-11-21Fix compilation on OSX.David Robillard1-80/+156
2014-09-27Improve documentation.David Robillard1-1/+1
2014-08-27Event-based dispatch.David Robillard1-0/+6
2014-08-22Remove duplicate function.David Robillard1-9/+0
2014-07-16Various minor fixes (#953).David Robillard1-1/+17
2014-05-16Fix compilation and event handling (except keys) on OSX.David Robillard1-24/+42
2014-05-13Minor fixes.David Robillard1-1/+4
2014-01-28Fix call to non-existent function.David Robillard1-1/+1
2014-01-28Fix wonky alignment.David Robillard1-2/+2
2014-01-27Apply some OSX fixes from Ben Loftis.David Robillard1-1/+15
2014-01-27Strict prototypes.David Robillard1-2/+2
2014-01-17Add mouse position to PuglScrollFunc (apply #896).David Robillard1-1/+4
2013-03-18Addition of visible parameter and other minor fixes from FalkTX.David Robillard1-13/+12
2013-02-03Apply portability fixes from Ben Loftis.David Robillard1-88/+161
2012-05-11Fix memory leaks.David Robillard1-6/+8
2012-05-02Remove GLU dependency.David Robillard1-12/+3
2012-05-01Add AUTHORS and README file.David Robillard1-0/+4
2012-04-30Implement key repeat ignore on OSX.David Robillard1-3/+3
2012-04-30Modifier and special key support on OSX.David Robillard1-7/+44
2012-04-30Fix missed PuglView change for OSX.David Robillard1-2/+2
2012-04-30PuglWindow => PuglView.David Robillard1-53/+53
2012-04-29OSX implementation.David Robillard1-0/+291