summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-05-29Merge remote-tracking branch 'upstream/2.3' into 2.4Daniel Schürmann
2023-05-29Merge pull request #11610 from Swiftb0y/chore/fix-gh-actions-labelerDaniel Schürmann
chore pin actions/labeler to v4.0.4
2023-05-29Merge pull request #11611 from daschuer/manticSwiftb0y
Retire Ubuntu Impish and Welcome Ubuntu Mantic
2023-05-29Retire Ubuntu Impish and Welcome Ubuntu ManticDaniel Schürmann
2023-05-29Upload 2.4-beta to ppa:mixxx/mixxxbetasDaniel Schürmann
2023-05-29chore(ci): pin actions/labeler to v4.0.4Swiftb0y
2023-05-29Merge remote-tracking branch 'upstream/2.4' into mainDaniel Schürmann
2023-05-29Merge pull request #11570 from daschuer/mixxx_24-betaJan Holthuis
Mixxx 2.4-beta
2023-05-29Merge pull request #11605 from daschuer/changelog_240JoergAtGithub
2.4.0 changelog updates
2023-05-29Improve HID changelog entriesDaniel Schürmann
2023-05-29Disabled warning for using POSIX functions which are not part of the ISO C ↵Joerg
standard, used in libshout-idjc
2023-05-29Treat warnings on Windows as errorsJoerg
2023-05-29Ignored "implicit conversion between pointer-to-function and ↵Joerg
pointer-to-object is a Microsoft extension" warnings when an object pointer is used with mixxx::Logger. As in encoderfdkaac.cpp L134-L139
2023-05-29Fixed unused variable warningJoerg
2023-05-29Fixed warning about explicit deprecated modeJoerg
2023-05-29Fix unused function warningJoerg
2023-05-29Update changelog with latest mergesDaniel Schürmann
2023-05-29Merge remote-tracking branch 'upstream/2.4' into mainDaniel Schürmann
2023-05-29Merge remote-tracking branch 'upstream/2.3' into 2.4Daniel Schürmann
2023-05-29Disabled _CRT_SECURE_NO_WARNINGS for MP3GuessEnc tooJoerg
2023-05-29Fixed warning because of use of non-standard function strcasecmpJoerg
2023-05-29Fixed non explicit cast warning from size_t to intJoerg
2023-05-29Fixed unused variable/member warningsJoerg
2023-05-29Merge pull request #11595 from r0d0dendr0n/2.3JoergAtGithub
Numark DJ2GO2 Touch: add missing loop_out mapping for the right deck
2023-05-29Merge pull request #10989 from m0dB/qopengl_renderersDaniel Schürmann
qopenglwindow-based replacement of qglwidget, full glsl shader based waveforms, vumeters and spinnies
2023-05-29Merge pull request #11573 from daschuer/comparsion_defaultSwiftb0y
make defaulted comparsion operators conditional
2023-05-27Added a missing section for the DJ2GO2Touch.rightDeck.loopOut.input key to ↵Tomasz Rozynek
the Numark DJ2GO2 Touch controller scheme.
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 ↵m0dB
property has a binding which resulted in wrong sized children, e.g wspinny inside LateNights SpinnyCoverContainer_Small
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 ↵m0dB
duplication with helper scaleToSize), regenerate the textures after the images have been resized
2023-05-27set the context when calling WGLWidget::resizeGL, to mimic QGLWidgetm0dB
2023-05-27removed spurious makeCurrentIfNeeded, postpone call to slotLoadTrack for ↵m0dB
initial player to setup, to avoid calling a virtual (indirectly) from the constructor
2023-05-27added helper that creates qopengltexture and sets linear filteringm0dB
2023-05-27call WGLWidget resizeGL with devicePixelRatio applied, to mimic QGLWidget, ↵m0dB
use the argument to resizeGL when resizing the waveformrendermark
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
This reverts commit 2b414200f956697614ad75ec43645c3f26b9e8ef.
2023-05-27set openglwindow event target to waveformviewerm0dB