summaryrefslogtreecommitdiff
path: root/pugl/pugl_win.cpp
AgeCommit message (Expand)Author
2016-10-29Properly reset view->redisplay on windowsHanspeter Portner
2016-09-19Fix compilation on WindowsDavid Robillard
2016-09-14Fix puglInitInternals prototypeDavid Robillard
2016-09-01Add PUGL_CLOSE eventDavid Robillard
2016-09-01Add puglGetVisible()David Robillard
2016-08-31Replace send_event with extensible flagsDavid Robillard
2015-11-13Fix minor style issuesDavid Robillard
2015-11-12Fix memory leaksDavid Robillard
2015-11-11Add API to set window class nameDavid Robillard
2015-09-13Fix compilation on Windows.David Robillard
2015-09-13Merge branch 'master' of git.drobilla.net:/home/drobilla/git.drobilla.net/puglDavid Robillard
2015-09-13Preliminary Windows event work.David Robillard
2015-09-13Merge branch 'master' of git.drobilla.net:/home/drobilla/git.drobilla.net/puglDavid Robillard
2015-09-12Update copyright dates.David Robillard
2015-09-12Add puglWaitForEvent for blocking main loops.David Robillard
2015-07-12Fix whitespace.David Robillard
2015-03-03Fix compilation on Windows.David Robillard
2014-12-16Only handle Windows events for the view window.Robin Gareus
2014-12-16Ensure unique window class IDs for long titles.Robin Gareus
2014-12-16Fix Windows window class name.Robin Gareus
2014-12-1664bit Windows update.Robin Gareus
2014-12-16Support minimum window size.Robin Gareus
2014-12-16Fix windows scroll wheel.Robin Gareus
2014-12-16Gracefully handle init failure on Windows.Robin Gareus
2014-12-16Never redisplay after close.Robin Gareus
2014-09-27Improve documentation.David Robillard
2014-08-28Fix compilation on Windows.David Robillard
2014-08-27Event-based dispatch.David Robillard
2014-07-16Various minor fixes (#953).David Robillard
2014-05-13Fix compilation on Windows. Maybe.David Robillard
2014-05-13Minor fixes.David Robillard
2014-05-13Fix non-extensible puglInit API.David Robillard
2014-01-27Fix event timestamps on win32, probably.David Robillard
2014-01-27Strict prototypes.David Robillard
2014-01-27Fix compilation on 64-bit Windows. Maybe.David Robillard
2014-01-27Fix scroll even call (and compilation) on Windows. Maybe.David Robillard
2014-01-17Fix compilation error on Windows. I think.David Robillard
2014-01-17Fix whitespace and junk comment.David Robillard
2014-01-17Add mouse position to PuglScrollFunc (apply #896).David Robillard
2013-03-18Addition of visible parameter and other minor fixes from FalkTX.David Robillard
2013-02-03Fix compilation and event handling on Windows.David Robillard
2013-02-03Apply portability fixes from Ben Loftis.David Robillard
2012-08-03Windows embedding support.David Robillard
2012-08-02Work around more ridiculous Windows header fail.David Robillard
2012-05-11Fix memory leaks.David Robillard
2012-05-02Remove GLU dependency.David Robillard
2012-05-01Add AUTHORS and README file.David Robillard
2012-04-30Implement key repeat ignore on Windows.David Robillard
2012-04-30Fix wonky modifiers on Windows.David Robillard
2012-04-30Process events for our window only.David Robillard