summaryrefslogtreecommitdiff
path: root/include/vcl/openglwin.hxx
AgeCommit message (Expand)AuthorFilesLines
2018-07-19loplugin:unusedmethodsNoel Grandin1-63/+0
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-1/+1
2016-10-21loplugin:expandablemethodds in include/vclNoel Grandin1-2/+0
2016-09-15loplugin:countusersofdefaultparams in vclNoel Grandin1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-06-07only init the OpenGL context if we need itMarkus Mohrhard1-1/+5
2016-01-26OpenGLWrapper is the right place for getBufferSwapCounter()Tor Lillqvist1-6/+0
2016-01-26Put getBufferSwapCounter() in OpenGLWindow insteadTor Lillqvist1-0/+6
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-6/+6
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-2/+4
2015-04-23There is no separate vclopengl library since Oct 2014Tor Lillqvist1-3/+3
2015-04-09vcl: dispose of more Window sub-classes, particularly top-level windows.Michael Meeks1-2/+4
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-3/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-06-24new compilerplugin returnbyrefNoel Grandin1-1/+1
2014-05-28try to fix mouse interaction on windowsMarkus Mohrhard1-1/+1
2014-05-26react only to left mouse clickMarkus Mohrhard1-1/+1
2014-05-24some work on mouse scrolling and improved mouse draggingMarkus Mohrhard1-1/+5
2014-05-24Stub mouse move events propagation to 3D charts.Michael Meeks1-0/+5
2014-05-23Lsan: fix invalid memory accessMarkus Mohrhard1-0/+2
2014-05-13rerender after redrawing of the windowMarkus Mohrhard1-1/+12
2014-05-12some work into intercepting mouse events in OpenGL windowMarkus Mohrhard1-0/+1
2014-05-12remove framebuffer objectsMarkus Mohrhard1-0/+2
2014-05-07loplugin:saloverrideStephan Bergmann1-1/+1
2014-05-07avoid linking against the OpenGL libs when only using the windowMarkus Mohrhard1-4/+11
2014-05-07add new window that contains OpenGL contextMarkus Mohrhard1-0/+28