aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl_x11.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-03Apply portability fixes from Ben Loftis.David Robillard1-8/+9
2012-08-09Fix lax prototypes.David Robillard1-2/+2
2012-05-11Fix memory leaks.David Robillard1-8/+11
2012-05-10Destroy window before closing display.David Robillard1-6/+5
2012-05-02Remove GLU dependency.David Robillard1-18/+8
2012-05-01Add AUTHORS and README file.David Robillard1-0/+4
2012-04-30Add puglIgnoreKeyRepeat and implement on X11.David Robillard1-8/+5
2012-04-30Fix wonky modifiers on Windows.David Robillard1-2/+3
2012-04-30Implement special keys on Windows.David Robillard1-21/+19
2012-04-30Send special key events for individual modifier key presses (X11 for now).David Robillard1-6/+19
2012-04-30Implement special keys and keyboard modifiers on X11.David Robillard1-2/+56
2012-04-30PuglWindow => PuglView.David Robillard1-62/+62
2012-04-29OSX implementation.David Robillard1-2/+4
2012-04-29Scroll support on Windows.David Robillard1-5/+5
2012-04-29Scroll API.David Robillard1-1/+16
2012-04-29Support window closing on Windows.David Robillard1-7/+7
2012-04-29Implement reshape more properly.David Robillard1-8/+34
2012-04-29Implement resizable and non-resizable windows.David Robillard1-1/+18
2012-04-29Proper key press and release support on X11.David Robillard1-3/+24
2012-04-28Initial import.David Robillard1-0/+242