aboutsummaryrefslogtreecommitdiffstats
path: root/pugl_test.c
AgeCommit message (Collapse)AuthorFilesLines
2015-10-08Fix invalid event accessDavid Robillard1-6/+6
2015-09-12Add puglWaitForEvent for blocking main loops.David Robillard1-0/+1
2015-02-14UTF-8 keyboard input support on X11.David Robillard1-7/+11
2014-12-16Support minimum window size.Robin Gareus1-0/+1
Conflicts: pugl/pugl_win.cpp
2014-08-27Cairo support on X11.David Robillard1-7/+2
2014-05-13Fix non-extensible puglInit API.David Robillard1-1/+7
Fix memory leak.
2014-01-17Add mouse position to PuglScrollFunc (apply #896).David Robillard1-3/+3
Fix compilation of pugl_test.
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