Age | Commit message (Expand) | Author | Files | Lines |
2018-07-19 | loplugin:unusedmethods | Noel Grandin | 1 | -150/+0 |
2017-03-31 | tdf#82580 tools: rename Rectangle to tools::Rectangle | Miklos Vajna | 1 | -1/+1 |
2016-10-21 | loplugin:expandablemethodds in include/vcl | Noel Grandin | 1 | -6/+1 |
2016-06-07 | we also need to set initialized falg for deferred initialization | Markus Mohrhard | 1 | -0/+1 |
2016-06-07 | only init the OpenGL context if we need it | Markus Mohrhard | 1 | -6/+39 |
2016-05-21 | Split OpenGLContext up into SalInstance specific classes | Caolán McNamara | 1 | -1/+1 |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann | 1 | -2/+2 |
2015-09-08 | tdf#94006 - need an explicit dispose for GLContext's SystemChildWindow. | Michael Meeks | 1 | -1/+7 |
2015-09-08 | tdf#94006 - fix OpenGLContext mis-use in several places. | Michael Meeks | 1 | -3/+4 |
2015-05-25 | cppcheck: noExplicitConstructor | Caolán McNamara | 1 | -1/+1 |
2015-05-11 | convert COMMAND_ constants to scoped enum | Noel Grandin | 1 | -1/+1 |
2015-04-29 | mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&) | Tomaž Vajngerl | 1 | -1/+1 |
2015-04-22 | Fix lifecycle issues. | Michael Meeks | 1 | -2/+2 |
2015-04-20 | vcl: convert new to ::Create | Michael Meeks | 1 | -1/+1 |
2015-04-10 | vclwidget: improve detection of vcl::Window fields | Noel Grandin | 1 | -1/+1 |
2015-04-10 | vclwidget: only call dispose() once | Noel Grandin | 1 | -1/+1 |
2015-04-09 | vcl: dispose of more Window sub-classes, particularly top-level windows. | Michael Meeks | 1 | -0/+8 |
2015-02-16 | boost::foo_ptr->std::foo_ptr | Caolán McNamara | 1 | -6/+6 |
2014-10-31 | convert COMMAND_WHEEL constants to an enum | Noel Grandin | 1 | -1/+1 |
2014-09-23 | fdo#82577: Handle Window | Noel Grandin | 1 | -3/+3 |
2014-09-02 | fix crash when creating chart | Markus Mohrhard | 1 | -2/+4 |
2014-06-24 | new compilerplugin returnbyref | Noel Grandin | 1 | -2/+2 |
2014-06-17 | improve the inlinesimplememberfunctions clang plugin | Noel Grandin | 1 | -5/+1 |
2014-06-07 | fix Werror | Markus Mohrhard | 1 | -1/+0 |
2014-06-07 | remove debug output | Markus Mohrhard | 1 | -1/+0 |
2014-06-01 | fix crash if there is no OpenGLRenderer set | Markus Mohrhard | 1 | -4/+8 |
2014-05-28 | fix build error | Markus Mohrhard | 1 | -2/+1 |
2014-05-28 | try to fix mouse interaction on windows | Markus Mohrhard | 1 | -4/+8 |
2014-05-26 | react only to left mouse click | Markus Mohrhard | 1 | -1/+1 |
2014-05-24 | some work on mouse scrolling and improved mouse dragging | Markus Mohrhard | 1 | -11/+29 |
2014-05-24 | Stub mouse move events propagation to 3D charts. | Michael Meeks | 1 | -0/+12 |
2014-05-23 | Lsan: fix invalid memory access | Markus Mohrhard | 1 | -0/+2 |
2014-05-15 | introduce picking mode in 3D code | Markus Mohrhard | 1 | -0/+1 |
2014-05-14 | provide the click event to chart2 | Markus Mohrhard | 1 | -0/+2 |
2014-05-13 | rerender after redrawing of the window | Markus Mohrhard | 1 | -1/+13 |
2014-05-12 | some work into intercepting mouse events in OpenGL window | Markus Mohrhard | 1 | -0/+9 |
2014-05-07 | avoid linking against the OpenGL libs when only using the window | Markus Mohrhard | 1 | -3/+28 |
2014-05-07 | add new window that contains OpenGL context | Markus Mohrhard | 1 | -0/+22 |