summaryrefslogtreecommitdiff
path: root/vcl/source/window/openglwin.cxx
AgeCommit message (Expand)Author
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-08tdf#94006 - need an explicit dispose for GLContext's SystemChildWindow.Michael Meeks
2015-09-08tdf#94006 - fix OpenGLContext mis-use in several places.Michael Meeks
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-22Fix lifecycle issues.Michael Meeks
2015-04-20vcl: convert new to ::CreateMichael Meeks
2015-04-10vclwidget: improve detection of vcl::Window fieldsNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-09vcl: dispose of more Window sub-classes, particularly top-level windows.Michael Meeks
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2014-10-31convert COMMAND_WHEEL constants to an enumNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-02fix crash when creating chartMarkus Mohrhard
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-07fix WerrorMarkus Mohrhard
2014-06-07remove debug outputMarkus Mohrhard
2014-06-01fix crash if there is no OpenGLRenderer setMarkus Mohrhard
2014-05-28fix build errorMarkus Mohrhard
2014-05-28try to fix mouse interaction on windowsMarkus Mohrhard
2014-05-26react only to left mouse clickMarkus Mohrhard
2014-05-24some work on mouse scrolling and improved mouse draggingMarkus Mohrhard
2014-05-24Stub mouse move events propagation to 3D charts.Michael Meeks
2014-05-23Lsan: fix invalid memory accessMarkus Mohrhard
2014-05-15introduce picking mode in 3D codeMarkus Mohrhard
2014-05-14provide the click event to chart2Markus Mohrhard
2014-05-13rerender after redrawing of the windowMarkus Mohrhard
2014-05-12some work into intercepting mouse events in OpenGL windowMarkus Mohrhard
2014-05-07avoid linking against the OpenGL libs when only using the windowMarkus Mohrhard
2014-05-07add new window that contains OpenGL contextMarkus Mohrhard