summaryrefslogtreecommitdiffstats
path: root/include/vcl/openglwin.hxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedmethodsNoel Grandin2018-07-191-63/+0
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-251-0/+1
* tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna2017-03-311-1/+1
* loplugin:expandablemethodds in include/vclNoel Grandin2016-10-211-2/+0
* loplugin:countusersofdefaultparams in vclNoel Grandin2016-09-151-1/+1
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-1/+1
* only init the OpenGL context if we need itMarkus Mohrhard2016-06-071-1/+5
* OpenGLWrapper is the right place for getBufferSwapCounter()Tor Lillqvist2016-01-261-6/+0
* Put getBufferSwapCounter() in OpenGLWindow insteadTor Lillqvist2016-01-261-0/+6
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-6/+6
* mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl2015-04-291-1/+1
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-281-2/+4
|\
| * vcl: dispose of more Window sub-classes, particularly top-level windows.Michael Meeks2015-04-091-2/+4
* | There is no separate vclopengl library since Oct 2014Tor Lillqvist2015-04-231-3/+3
|/
* boost::foo_ptr->std::foo_ptrCaolán McNamara2015-02-161-3/+1
* fdo#82577: Handle WindowNoel Grandin2014-09-231-2/+2
* new compilerplugin returnbyrefNoel Grandin2014-06-241-1/+1
* try to fix mouse interaction on windowsMarkus Mohrhard2014-05-281-1/+1
* react only to left mouse clickMarkus Mohrhard2014-05-261-1/+1
* some work on mouse scrolling and improved mouse draggingMarkus Mohrhard2014-05-241-1/+5
* Stub mouse move events propagation to 3D charts.Michael Meeks2014-05-241-0/+5
* Lsan: fix invalid memory accessMarkus Mohrhard2014-05-231-0/+2
* rerender after redrawing of the windowMarkus Mohrhard2014-05-131-1/+12
* some work into intercepting mouse events in OpenGL windowMarkus Mohrhard2014-05-121-0/+1
* remove framebuffer objectsMarkus Mohrhard2014-05-121-0/+2
* loplugin:saloverrideStephan Bergmann2014-05-071-1/+1
* avoid linking against the OpenGL libs when only using the windowMarkus Mohrhard2014-05-071-4/+11
* add new window that contains OpenGL contextMarkus Mohrhard2014-05-071-0/+28