aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl_win.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-09-12Update copyright dates.David Robillard1-1/+1
2015-09-12Add puglWaitForEvent for blocking main loops.David Robillard1-0/+7
2015-07-12Fix whitespace.David Robillard1-3/+2
2014-12-16Only handle Windows events for the view window.Robin Gareus1-1/+1
2014-12-16Ensure unique window class IDs for long titles.Robin Gareus1-1/+1
2014-12-16Fix Windows window class name.Robin Gareus1-1/+2
2014-12-1664bit Windows update.Robin Gareus1-1/+10
2014-12-16Support minimum window size.Robin Gareus1-2/+15
2014-12-16Fix windows scroll wheel.Robin Gareus1-4/+8
2014-12-16Gracefully handle init failure on Windows.Robin Gareus1-2/+18
2014-12-16Never redisplay after close.Robin Gareus1-0/+1
2014-09-27Improve documentation.David Robillard1-1/+1
2014-08-28Fix compilation on Windows.David Robillard1-8/+24
2014-08-27Event-based dispatch.David Robillard1-0/+6
2014-07-16Various minor fixes (#953).David Robillard1-1/+2
2014-05-13Fix compilation on Windows. Maybe.David Robillard1-23/+33
2014-05-13Minor fixes.David Robillard1-4/+4
2014-05-13Fix non-extensible puglInit API.David Robillard1-6/+22
2014-01-27Fix event timestamps on win32, probably.David Robillard1-4/+4
2014-01-27Strict prototypes.David Robillard1-1/+1
2014-01-27Fix compilation on 64-bit Windows. Maybe.David Robillard1-0/+11
2014-01-27Fix scroll even call (and compilation) on Windows. Maybe.David Robillard1-2/+2
2014-01-17Fix compilation error on Windows. I think.David Robillard1-1/+1
2014-01-17Fix whitespace and junk comment.David Robillard1-3/+3
2014-01-17Add mouse position to PuglScrollFunc (apply #896).David Robillard1-2/+4
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