summaryrefslogtreecommitdiffstats
path: root/src/waveform
AgeCommit message (Expand)Author
2021-07-09Fix bad phase seek when starting from preroll.Owen Williams
2021-06-13DlgPrefWaveforms: adjust ResetToDefault to new combobox contentronso0
2021-06-13DlgPrefWaveforms: sort waveform types alphabeticallyronso0
2021-06-11Waveforms on macOS: don't offer simple renderers (RGB, HSV, Filtered)ronso0
2021-06-06Waveforms: use Open Sans for text markersronso0
2021-06-06Waveforms: use pixel size for text markersronso0
2021-06-03Waveform: fix shifted pixmap markers with odd scale factorsronso0
2021-06-03Waveform: fix markers whe using odd scale factorsronso0
2021-05-25skin: Move legacy skin classes to skin/legacy/Jan Holthuis
2021-05-24Fix crash when right double clicking GLSL waveformDaniel Poelzleithner
2021-03-01Keep m_audioVisualRatio after waveform reset to keep the wavefor widget workingDaniel Schürmann
2020-12-22Add a missing ifdef guardDaniel Schürmann
2020-12-21Improve the no openGl guardDaniel Schürmann
2020-12-18split out glwaveformrenderer.h and glwaveformwidgetabstract.hDaniel Schürmann
2020-12-15WaveformWidgetFactory: Replace auto with actual typeJan Holthuis
2020-12-15Replace null pointer constants (e.g. NULL, 0) with nullptrJan Holthuis
2020-12-15Add pointer qualification to auto typesJan Holthuis
2020-12-15Add missing braces around single-line statementsJan Holthuis
2020-12-15Add missing namespace commentsJan Holthuis
2020-12-10Merge pull request #3407 from Be-ing/opengl_initialization_fixBe
2020-12-10WOverview: fix default passthrough cover colorronso0
2020-12-09revert using CPU rendered waveform by default on macOSBe
2020-12-08Merge pull request #3417 from Be-ing/mac_cpu_waveform_defaultUwe Klotz
2020-12-08Merge remote-tracking branch 'upstream/2.3' into opengl_initialization_fixBe
2020-12-07set default waveform renderer to RGB (non-GL) for macOSBe
2020-12-07Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-12-07hack around QGLWidget::initializeGL not working on macOSBe
2020-12-07GLSLWaveformRendererSignal: fix OpenGL initialization crashesBe
2020-12-06remove useless calls to QGLWidget::makeCurrentBe
2020-12-06fix initialization of QGLWidget waveform widgets & renderersBe
2020-12-02DlgPrefWaveform: sync waveform zoom by defaultBe
2020-12-02Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-11-28WaveformWidgetFactory: Fix wrong type in for loopJan Holthuis
2020-11-28Fix various MSVC conversion data loss warningsJan Holthuis
2020-11-25Fix OpenGL swap buffer issuesJoergAtGithub
2020-11-20Merge pull request #3335 from Holzhaus/clazy-function-args-by-refDaniel Schürmann
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-18Delete redundant castsUwe Klotz
2020-11-18Replace dynamic_cast with qobject_castUwe Klotz
2020-11-13Merge remote-tracking branch 'upstream/2.3' into cleanup-headersxerus2000
2020-11-13LegacySkinParser/WaveformWidgetFactory: Fix weird maybeUpdate connectJan Holthuis
2020-11-12Use iterator instead of loop over QMap::values()/keys()Jan Holthuis
2020-11-12Fix a bunch of clazy-range-loop warningsJan Holthuis
2020-11-10Use #pragma once everywherexerus2000
2020-10-29Merge pull request #3227 from Holzhaus/conversion-fixesDaniel Schürmann
2020-10-27Merge pull request #2928 from ronso0/hotcue-dim-brightJan Holthuis
2020-10-27Replace implicit casts from double to bool with comparisonsJan Holthuis
2020-10-27Use ControlObject::toBool() method to fix -Wfloat-conversion errorsJan Holthuis
2020-10-26WaveformWidgetFactory: Set thread name for better logging messagesUwe Klotz