summaryrefslogtreecommitdiffstats
path: root/src/waveform/renderers/glwaveformrenderersimplesignal.cpp
AgeCommit message (Expand)Author
2020-12-15Replace null pointer constants (e.g. NULL, 0) with nullptrJan Holthuis
2020-12-15Add missing braces around single-line statementsJan Holthuis
2020-12-07hack around QGLWidget::initializeGL not working on macOSBe
2020-12-06fix initialization of QGLWidget waveform widgets & renderersBe
2020-10-09Merge branch '2.3' of github.com:mixxxdj/mixxx into float-warnings-pt-3Jan Holthuis
2020-09-28Externalize forward declarations for Track objectUwe Klotz
2020-09-25Use const/auto to improve type declarationsJan Holthuis
2020-09-25waveform/renderers/glwaveformrenderersimplesignal: Use GLfloatJan Holthuis
2020-02-20Don't use a undocumentated Qt header file (changed in QT 5.8)Daniel Schürmann
2020-02-16use #pragma once anf move the GL check to the very top of the filesDaniel Schürmann
2020-02-16Make Mixxx compile even though QT_NO_OPENGL or QT_OPENGL_ES_2 is definedDaniel Schürmann
2019-05-08dynamic load gl functions, removed workaround with scons OpenGLES featureDaniel Schürmann
2018-04-03Fix shimmering of GL WaveformsDaniel Schürmann
2018-03-01Fix all the renderers to scale up correctlyNino Miškić-Pletenac
2018-02-22Improve appearance of Simple (GL) and Filtered (GL) waveformsNino Miškić-Pletenac
2016-07-29Use left/right instead of top/bottom for alignment of vertical waveformsNino Miškić-Pletenac
2016-07-26Add support for vertical waveforms and overviewsNino Miškić-Pletenac
1980-01-01__OPENGLES__ CPPDEFINEamvanbaren
2014-12-03Fix waveform concurrency issues. Potentially fixes Bug #1383404.RJ Ryan
2014-11-18Code fascism.RJ Ryan
2014-04-25Refactor use of math and other headers across the codebase.RJ Ryan
2014-04-19Use WaveformRendererSignalBase::getGains to calculate signal gains in all ren...RJ Ryan
2014-04-04Fix some hotspots that showed up while profiling the waveform renderers.RJ Ryan
2014-03-12Fix a bunch of minor style issues in waveform/.RJ Ryan
2013-06-19Moving mixxx/* to the root. A new era begins!RJ Ryan