aboutsummaryrefslogtreecommitdiffstats
path: root/pugl_test.c
AgeCommit message (Collapse)AuthorFilesLines
2012-05-02Remove GLU dependency.David Robillard1-0/+20
Fix compilation errors on X11. Make default resize function set up a 2D view. Set appropriate reshape callback in pugl_test.
2012-04-30Add puglIgnoreKeyRepeat and implement on X11.David Robillard1-2/+21
Add proper command line options for pugl_test.
2012-04-30Send special key events for individual modifier key presses (X11 for now).David Robillard1-3/+2
Improve documentation.
2012-04-30Implement special keys and keyboard modifiers on X11.David Robillard1-5/+27
2012-04-30PuglWindow => PuglView.David Robillard1-17/+17
2012-04-30Add shared library export stuff.David Robillard1-2/+0
Update documentation.
2012-04-29OSX implementation.David Robillard1-9/+0
2012-04-29Scroll support on Windows.David Robillard1-2/+2
2012-04-29Scroll API.David Robillard1-2/+12
2012-04-29Implement reshape more properly.David Robillard1-8/+36
It's not a GL demo if it's not a cube.
2012-04-29Implement resizable and non-resizable windows.David Robillard1-1/+2
2012-04-29Proper key press and release support on X11.David Robillard1-2/+4
Clearer mouse callback API.
2012-04-29Windows implementation.David Robillard1-1/+16
2012-04-28Initial import.David Robillard1-0/+88