aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl_win.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-03-18Addition of visible parameter and other minor fixes from FalkTX.David Robillard1-6/+10
2013-02-03Fix compilation and event handling on Windows.David Robillard1-1/+7
2013-02-03Apply portability fixes from Ben Loftis.David Robillard1-35/+60
2012-08-03Windows embedding support.David Robillard1-93/+119
2012-08-02Work around more ridiculous Windows header fail.David Robillard1-0/+7
2012-05-11Fix memory leaks.David Robillard1-5/+10
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 Windows.David Robillard1-2/+3
2012-04-30Fix wonky modifiers on Windows.David Robillard1-5/+5
2012-04-30Process events for our window only.David Robillard1-1/+1
2012-04-30Implement modifiers for Windows.David Robillard1-0/+12
2012-04-30Implement special keys on Windows.David Robillard1-1/+40
2012-04-30Implement special keys and keyboard modifiers on X11.David Robillard1-2/+2
2012-04-30Fix missed PuglView changes for Windows.David Robillard1-2/+2
2012-04-30PuglWindow => PuglView.David Robillard1-60/+60
2012-04-29Scroll support on Windows.David Robillard1-0/+16
2012-04-29Support window closing on Windows.David Robillard1-12/+53
2012-04-29Implement resizable and non-resizable windows.David Robillard1-1/+5
2012-04-29Proper key press and release support on X11.David Robillard1-2/+2
2012-04-29Windows implementation.David Robillard1-0/+193