summaryrefslogtreecommitdiffstats
path: root/src/engine
AgeCommit message (Expand)Author
2020-11-27Merge pull request #3358 from ronso0/is_playing-controlDaniel Schürmann
2020-11-26Safe and robust conversion between hot cue index <-> numberUwe Klotz
2020-11-26Fix play latching via CUE right click and add a toot tip that describes tha b...Daniel Schürmann
2020-11-26Introduce kNoHotCueNumber for clarificationDaniel Schürmann
2020-11-25Fix interaction between Mouse, Keyboard, Controller and Touch when previewing...Daniel Schürmann
2020-11-25Merge remote-tracking branch 'upstream/2.3' into hotcue_focus_off_by_oneDaniel Schürmann
2020-11-24engine/filters: Fix potential out-of-bounds read in setCoefs{2}Jan Holthuis
2020-11-23Cuecontrol: add CO 'play_latched' to indicate true 'Play' statusronso0
2020-11-20Merge branch '2.3' into clazy-returning-void-expressionUwe Klotz
2020-11-19Added debug assertions and commentsDaniel Schürmann
2020-11-19Do not return void expressionsJan Holthuis
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-19Added helper functions for the HotcueIndex vs. HotcueNumber issueDaniel Schürmann
2020-11-19use correct boolean interpreatation for CO valuesDaniel Schürmann
2020-11-17Fix hotcue_focus off by one issue not matching the hotcue CO namesDaniel Schürmann
2020-11-13Bypass quantize setting when beat jumping. Fixing lp1904132Daniel Schürmann
2020-11-13Merge remote-tracking branch 'upstream/2.3' into cleanup-headersxerus2000
2020-11-12Fix remaining -Wclazy-range-loop warnings using a local const varJan Holthuis
2020-11-12Fix a bunch of clazy-range-loop warningsJan Holthuis
2020-11-11Merge branch '2.2' of git@github.com:mixxxdj/mixxx.git into 2.3Uwe Klotz
2020-11-10Remove filename and author comment in header filesxerus2000
2020-11-10Remove long copyright headersxerus2000
2020-11-10Remove filename headersxerus2000
2020-11-10Use #pragma once everywherexerus2000
2020-11-10Remove all @author commentsxerus2000
2020-11-10Remove lock from the engine thread. After #3268 it is no longer necessary.Daniel Schürmann
2020-11-09Merge branch '2.2' of git@github.com:mixxxdj/mixxx.git into 2.3Uwe Klotz
2020-11-06Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into indexrangimproveUwe Klotz
2020-11-05pass the new and old play state into updateIndicatorsAndModifyPlay() fixing l...Daniel Schürmann
2020-11-01Rename isPartOf() to isSubrangeOf()Daniel Schürmann
2020-10-28CueControl: Fix wrong value guard in hotcueClear()Jan Holthuis
2020-10-28BpmControl: Fix wrong quantize check in calcSyncedRate()Jan Holthuis
2020-10-27Use more comparisons instead of implicit casts to doubleJan Holthuis
2020-10-27Replace implicit casts with ControlObject::toBool() in more placesJan Holthuis
2020-10-27RateControl: Move constants into anonymous namespaceJan Holthuis
2020-10-27Add missing typecasts to fix -Wfloat-comparison warningsJan 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-26Introduce IndexRange::isPartOf()Daniel Schürmann
2020-10-23Merge pull request #2940 from ywwg/more-rate-change-testsJan Holthuis
2020-10-17Merge branch '2.2' of github.com:mixxxdj/mixxx into 2.3Jan Holthuis
2020-10-16Merge branch '2.3' into more-rate-change-testsOwen Williams
2020-10-16loopcontrol: prevent moving a loop beyond track endronso0
2020-10-16Merge pull request #3128 from Holzhaus/float-warnings-pt-7Daniel Schürmann
2020-10-16Merge pull request #3125 from Holzhaus/float-warnings-pt-6Daniel Schürmann
2020-10-16Merge pull request #3124 from Holzhaus/float-warnings-pt-5Daniel Schürmann
2020-10-09audio/types: Add SampleRate::fromDouble() conversion functionJan Holthuis
2020-10-09engine/enginepregain: Fix non-constexpr-able log10() call on macOSJan Holthuis
2020-10-09Merge branch '2.3' of github.com:mixxxdj/mixxx into float-warnings-pt-6Jan Holthuis
2020-10-09Merge branch '2.3' of github.com:mixxxdj/mixxx into float-warnings-pt-3Jan Holthuis