summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-07Fix progress report when resampling to fixed-point on importRobin Gareus
2018-12-07Fix importing to a fixed-point format with resamplingRobin Gareus
2018-12-06add syntactic sugar for fetching toggle and radio actionsPaul Davis
2018-12-07Remove redundant call (there's no session, nothing to save)Robin Gareus
2018-12-07Fix editor sizing issue introduced in 4dc65e66Robin Gareus
2018-12-06Prefer testing the session instead of using a global variableRobin Gareus
2018-12-06Fix inconsistent session-checkRobin Gareus
2018-12-05another replacement of ActionManager::get_action() by ActionMap::find_action()Paul Davis
2018-12-05start using ActionMap in preference to ActionManagerPaul Davis
2018-12-05some ActionMap infrastructure to start removing ActionManagerPaul Davis
2018-12-05add new variant of ActionMap::find_action()Paul Davis
2018-12-05Fix generic plugin UI for plugins with only propertiesRobin Gareus
2018-12-05Skip silent sources on session-archive -- fixes #7699Robin Gareus
2018-12-05Prevent endless read of silent filesRobin Gareus
2018-12-04Use atomic read for an atomic variableRobin Gareus
2018-12-04Tab to prev/next name-entry: skip only rec-armed tracksRobin Gareus
2018-12-04Fix logic-error in d1cf2163: hide info for optimized buildsRobin Gareus
2018-12-03Expose DSP load windowRobin Gareus
2018-12-03Don't show DSP stats of inserts that don't collect them.Robin Gareus
2018-12-03Special case Mixbus Chanstrip for load calculationRobin Gareus
2018-12-03Consistent AU factory Preset IDsRobin Gareus
2018-12-02Don't invalidate AU preset on loadRobin Gareus
2018-12-02GUI Updates for plugin save/delete operationsRobin Gareus
2018-12-02Implement AU plugin-preset removalRobin Gareus
2018-12-02Restore actual plugin-preset on session-loadRobin Gareus
2018-12-02Towards fixing AU preset invalidationRobin Gareus
2018-12-01AU: mark preset dirty when parameter changesRobin Gareus
2018-12-01Fix AU preset handlingRobin Gareus
2018-12-01Night of the typos III (amend prev 2 commits)Robin Gareus
2018-12-01Also use xjadeo 64bit windows versionRobin Gareus
2018-12-01Harvid and xjadeo now feature 32/64bit window version(s)Robin Gareus
2018-11-30Freeze harvid/xjadeo PPC versionRobin Gareus
2018-11-29fix incorrect accumulation of export video options each time the dialog is usedPaul Davis
2018-11-29Fix a tiny memory leak, add_instant_xml() copies the nodeRobin Gareus
2018-11-29Delete temporary Window Proxy for dialogsRobin Gareus
2018-11-29Fix uninitialized variableRobin Gareus
2018-11-29NO-OP: whitespaceRobin Gareus
2018-11-29Fix a tiny memory-leak when calling vforkRobin Gareus
2018-11-29Disk I/O: only allocate midi-buffer if neededRobin Gareus
2018-11-28Fix a potential memory-corruptionRobin Gareus
2018-11-28Remove ambiguous API implementationRobin Gareus
2018-11-28Consolidate ambiguous engine API callsRobin Gareus
2018-11-28Consolidate API, prefer ->running()Robin Gareus
2018-11-28Consolidate two more engine-checksRobin Gareus
2018-11-28NO-OP: Clarify function nameRobin Gareus
2018-11-28Use central method to check for engine for processor operationsRobin Gareus
2018-11-28Use central method to check for engine where requiredRobin Gareus
2018-11-27Prepare central engine check and user notificationRobin Gareus
2018-11-27Catch potential exceptions when adding tracks/bussesRobin Gareus
2018-11-27GUI limitation: Require engine to add/remove tracks/bussesRobin Gareus