summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2023-06-04Remove redundant includeDaniel Schürmann
2023-06-03Adjust names of variablesDaniel Schürmann
2023-06-03Align class definition layout with the rest of MixxxDaniel Schürmann
2023-06-01Merge pull request #11607 from JoergAtGithub/Windows_warning_fixesDaniel Schürmann
2023-06-01Use reinterpret_cast<void*> to inhibt Clang warnings about implicit cast from...Joerg
2023-05-31Merge pull request #11326 from JoergAtGithub/hid_fifo_mode3Daniel Schürmann
2023-05-30Merge pull request #11588 from ronso0/pref-interface-scale-reboot-fixDaniel Schürmann
2023-05-29Merge remote-tracking branch 'upstream/2.3' into 2.4Daniel Schürmann
2023-05-29Fixed non explicit cast warning from size_t to intJoerg
2023-05-29Fixed unused variable/member warningsJoerg
2023-05-29Merge pull request #10989 from m0dB/qopengl_renderersDaniel Schürmann
2023-05-29Merge pull request #11573 from daschuer/comparsion_defaultSwiftb0y
2023-05-27clear winitialglwidget in its paintGLm0dB
2023-05-27added missing calls to doneCurrent for correctnessm0dB
2023-05-27clear WInitialGLWidgetm0dB
2023-05-27tentative fix for spinny positions scaled drawingm0dB
2023-05-27compile and show qt waveforms only when MIXXX_USE_QOPENGL is not setm0dB
2023-05-27fix for style not being applied correctly to WWidgetGroup when the visible pr...m0dB
2023-05-27dont use allshaders waveforms with QOPENGL=OFFm0dB
2023-05-27calculate the visual split position just like the play positionm0dB
2023-05-27apply devicePixelRatio when scaling images to widget size (reducing code dupl...m0dB
2023-05-27set the context when calling WGLWidget::resizeGL, to mimic QGLWidgetm0dB
2023-05-27removed spurious makeCurrentIfNeeded, postpone call to slotLoadTrack for init...m0dB
2023-05-27added helper that creates qopengltexture and sets linear filteringm0dB
2023-05-27call WGLWidget resizeGL with devicePixelRatio applied, to mimic QGLWidget, us...m0dB
2023-05-27use p prefix for pointersm0dB
2023-05-27remove unnecessary includesm0dB
2023-05-27use glsl spinnies and vumeters with qopengl onlym0dB
2023-05-27dont create qopengltexture without valid context or with null imagesm0dB
2023-05-27fixed bug in Paintable::toImagem0dB
2023-05-27formattingm0dB
2023-05-27use custom mechanism to deliver drag&drop events coming from the QOpenGLWindowm0dB maarten de boer
2023-05-27fixes post-rebasem0dB
2023-05-27Revert "set openglwindow event target to waveformviewer"m0dB
2023-05-27set openglwindow event target to waveformviewerm0dB
2023-05-27use local varm0dB
2023-05-27removed unnecessary windowExposed, as we can rely on initializeGL to know whe...m0dB
2023-05-27simplified handling events from openglwindow, removed unneeded layer wglwavef...m0dB
2023-05-27fix pre-commitm0dB
2023-05-27cleanup and formatting post rebase on 2.4, compile allshader widgets also wit...m0dB
2023-05-27moved folders and namespacesm0dB
2023-05-27using glwaveformrendererbackground to draw background for legacy gl waveform ...m0dB
2023-05-27glwaveformrenderbackground replacement for waveformrenderbackground using glC...m0dB
2023-05-27postpone extra render to avoid flicker until next paintGLm0dB
2023-05-27avoid flickering with legacy gl waveform widgetsm0dB
2023-05-27forward events to wglwaveformwidget to wwaveformviewerm0dB
2023-05-27properly forward events to wwaveformviewer, fixes cue mark hoveringm0dB
2023-05-27pass tooltip for waveformviewer to waveform widgetm0dB
2023-05-27correctly calculate max amount of preroll trianglesm0dB
2023-05-27use QApplication::sendEvent instead of handleWindowFromEvent. this is cleaner...m0dB