- Get this repository:
-
git clone
https://git.not.enabled/tenacity
Import details
This repository is an import of the Git repository at https://codeberg.org/tenacityteam/tenacity.git.
Last successful import was .
Branches
| Name | Last Modified | Last Commit |
|---|---|---|
| main | 2026-02-27 18:12:39 UTC |
Reallow importing .txt files from CLI as labels
Author:
Avery King
Reallow importing .txt files from CLI as labels Reimplements commit 4dd0e180fc which got lost when commit dc4467d2bc was - Use Viewport instead of ProjectWindow when zooming the tracks after Co-authored-by: Jaggzh <jaggz.h@gmail.com> |
|
ci-experimental |
2026-02-25 05:52:25 UTC |
Implement label track control panel
Author:
Avery King
Implement label track control panel LabelTrackContr Signed-off-by: Avery King <gperson@ |
|
properly- |
2026-02-20 18:02:34 UTC |
AudioIO: Properly block system sleep
Author:
Avery King
AudioIO: Properly block system sleep - Don't only block the screen going off Signed-off-by: Avery King <gperson@ |
|
theme-system- |
2026-02-16 05:53:50 UTC |
Theme: Remove dependency on ThemePackage
Author:
Avery King
Theme: Remove dependency on ThemePackage This means there's no way to load a theme from a theme package, but this Signed-off-by: Avery King <gperson@ |
|
wayland- |
2026-02-16 01:30:38 UTC |
ToolManager: Use wxPopupWindow for indicator
Author:
Avery King
ToolManager: Use wxPopupWindow for indicator This isn't a whole lot, but under Wayland on Linux now, the toolbar Also assign a parent to the indicator popup window along with using Signed-off-by: Avery King <gperson@ |
|
reduce- |
2026-02-15 22:36:07 UTC |
Flatpak: Reduce device access
Author:
Avery King
Flatpak: Reduce device access Tenacity doesn't need direct access to any devices, as such access Signed-off-by: Avery King <gperson@ |
| fix-dpi-scaling | 2026-02-07 20:30:39 UTC |
Windows: Fix DPI scaling
Author:
Avery King
Windows: Fix DPI scaling Adds a missing asmv3 namespace prefix at the root element, as suggested Note that this only fixes native widgets. Non-native widgets, Signed-off-by: Avery King <gperson@ |
|
fix-windows- |
2026-02-07 19:36:41 UTC |
Windows: Fix DPI scaling
Author:
Avery King
Windows: Fix DPI scaling Adds a missing asmv3 namespace prefix at the root element, as suggested Signed-off-by: Avery King <gperson@ |
| 1.3 | 2026-02-06 18:38:22 UTC |
Update vcpkg to 2026.01.16
Author:
Avery King
Update vcpkg to 2026.01.16 Signed-off-by: Avery King <gperson@ |
| remove-unused-logos | 2025-12-30 07:19:44 UTC |
Remove unused Google and Facebook logos
Author:
Avery King
Remove unused Google and Facebook logos Signed-off-by: Avery King <gperson@ |
|
update- |
2025-11-02 23:14:59 UTC |
Update Linux pre-requisites in build instructions
Author:
Avery King
Update Linux pre-requisites in build instructions Most modern distributions need nothing special. Consequently, most users Signed-off-by: Avery King <gperson@ |
| freebsd-updates | 2025-11-02 22:45:14 UTC |
FileNames: Add missing header for FreeBSD FAT FS check
Author:
Avery King
FileNames: Add missing header for FreeBSD FAT FS check Signed-off-by: Avery King <gperson@ |
|
portsmf- |
2025-10-30 02:06:45 UTC |
Don't use PortSMF pointer typedefs
Author:
Avery King
Don't use PortSMF pointer typedefs These are completely removed in the next upcoming version, so prepare Signed-off-by: Avery King <gperson@ |
| fix-submodules | 2025-10-11 04:56:02 UTC |
Remove duplicate submodule
Author:
Avery King
Remove duplicate submodule This was a remnant while trying to figure out pffft's submodule. Signed-off-by: Avery King <gperson@ |
| remove-tdate | 2025-10-10 05:06:43 UTC |
Remove __TDATE__
Author:
Avery King
Remove __TDATE__ Reapplies tenacity-legacy commit Signed-off-by: Avery King <gperson@ |
|
version- |
2025-10-06 20:11:20 UTC |
Use plain version string in plist
Author:
Avery King
Use plain version string in plist Fixes #397 as the version string will no longer contain any invalid Reference-to: https:/ |
| fix-clang-build | 2025-10-02 15:32:23 UTC |
CMake: Fix HAVE_VISIBILITY define
Author:
Avery King
CMake: Fix HAVE_VISIBILITY define Signed-off-by: Avery King <gperson@ |
|
distinguish- |
2025-09-29 19:18:15 UTC |
Reflect program name based on release status
Author:
Avery King
Reflect program name based on release status Only applies to the project title and about dialog. Signed-off-by: Avery King <gperson@ |
| readme-overhaul | 2025-09-25 15:15:40 UTC |
Overhaul README
Author:
Avery King
Overhaul README - Keep the preamble short Signed-off-by: Avery King <gperson@ |
| ci-rebase-bring-up | 2025-09-25 14:54:22 UTC |
CI: Use Ninja generator on Windows
Author:
Avery King
CI: Use Ninja generator on Windows Ninja on Windows now works again, including packaging (not in CI, but Signed-off-by: Avery King <gperson@ |
|
update- |
2025-09-07 15:45:08 UTC |
Remove AC-3 and WavPack warnings
Author:
Avery King
Remove AC-3 and WavPack warnings The latter warning is obsolete because Tenacity natively supports Signed-off-by: Avery King <gperson@ |
| fix-flatpak-ipc | 2025-09-03 18:17:38 UTC |
Fix IPC in Flatpak
Author:
Avery King
Fix IPC in Flatpak During debugging in our stable Flatpak, it appears that GCC likes to Signed-off-by: Avery King <gperson@ |
|
updated- |
2025-07-05 18:03:00 UTC |
README: Add communities
Author:
Avery King
README: Add communities Signed-off-by: Avery King <gperson@ |
| more-ui-changes | 2025-01-07 07:03:12 UTC |
Make app icon unthemable
Author:
Avery King
Make app icon unthemable The rewritten theme system will not have a resource for the app icon, so Signed-off-by: Avery King <avery98@pm.me> |
| posix-shared-memory | 2024-12-08 05:22:51 UTC |
Reimplement POSIX shared memory for IPC
Author:
Avery King
Reimplement POSIX shared memory for IPC This reimplements commit 2172178cd6 in using POSIX shared memory instead Signed-off-by: Avery King <avery98@pm.me> |
| cmake-cleanups | 2024-12-04 18:45:09 UTC |
CMake: Drop unused macros and functions
Author:
Avery King
CMake: Drop unused macros and functions - Drop a lot of unused functions and macros from TenacityFunctio Signed-off-by: Avery King <avery98@pm.me> |
| fix-ninja-build | 2024-12-03 23:18:09 UTC |
CMake: copy dylibs into macOS bundle
Author:
Be
CMake: copy dylibs into macOS bundle Somehow this was broken by I don't know how it ever worked before without this. Signed-off-by: Be <be@mixxx.org> |
|
update- |
2024-12-01 00:52:41 UTC |
AllThemeResources: Add comments
Author:
Avery King
AllThemeResources: Add comments Add comments to certain resources that may be dropped or are otherwise Signed-off-by: Avery King <avery98@pm.me> |
|
implement- |
2024-11-07 21:02:42 UTC |
Make a few changes to ThemeResources
Author:
Avery King
Make a few changes to ThemeResources - Simplify map and list typedef names Signed-off-by: Avery King <avery98@pm.me> |
| dynamic-theming | 2024-09-17 06:11:10 UTC |
Windows: Use dark mode title bar
Author:
Avery King
Windows: Use dark mode title bar Unfortunately, this didn't do much than I thought it would do, but since This commit implements using a dark title bar in the project window. In wxWidgets 3.3+, which is still under active development at the time Ultimately, I have to say that Win32 dark mode support and dynamic Signed-off-by: Avery King <avery98@pm.me> |
|
io-toolbar- |
2024-09-14 21:16:27 UTC |
Get button again to prevent crash after redraw
Author:
akleja
Get button again to prevent crash after redraw On prefs close toolbars are redrawn. |
| replace-libsbsms | 2024-09-10 05:09:55 UTC |
Add Rubberband as optional dependency
Author:
Avery King
Add Rubberband as optional dependency - Add Findrubberband. Signed-off-by: Avery King <avery98@pm.me> |
| linked-ffmpeg | 2024-08-27 19:05:53 UTC |
lib-ffmpeg-support: Don't compile FFmpeg headers in linked mode
Author:
Avery King
lib-ffmpeg-support: Don't compile FFmpeg headers in linked mode Don't compiled the bundled auto-generated FFmpeg headers when in linked Signed-off-by: Avery King <avery98@pm.me> |
| qt | 2024-07-02 08:47:40 UTC |
Add "View" menu and "Tools" toolbar
Author:
AnErrupTion
Add "View" menu and "Tools" toolbar Signed-off-by: AnErrupTion <anerruption@ |
|
improved- |
2024-06-23 15:42:39 UTC |
AudioIO: Set PortAudio latency parameters
Author:
Avery King
AudioIO: Set PortAudio latency parameters Restore using the user latency preference for input and output stream Signed-off-by: Avery King <avery98@pm.me> |
| wxqt-fixes | 2024-04-28 17:16:51 UTC |
Initial wxQt fixes
Author:
Avery King
Initial wxQt fixes Note that this commit only gets Tenacity to build with wxQt. There are * VST 2 and LV2 plugins are unsupported and automatically disabled * Dialog beeps are unavailable because linking fails due to wxSound * Editing is virtually impossible because the track is full of rendering * -DWXQT must be ON when compiling against wxQt. The build will fail Signed-off-by: Avery King <avery98@pm.me> |
| add-packagers-guide | 2024-04-15 01:16:16 UTC |
Add packager's guide
Author:
Avery King
Add packager's guide Signed-off-by: Avery King <avery98@pm.me> |
| no-wx-lib-file | 2024-03-28 21:08:56 UTC |
lib-files: Refactor some functions
Author:
Avery King
lib-files: Refactor some functions - Replace FileNames: Signed-off-by: Avery King <avery98@pm.me> |
| no-module-wxwidgets | 2024-03-16 18:49:56 UTC |
Use Boost.DLL to load modules
Author:
Avery King
Use Boost.DLL to load modules This helps reduce our reliance on wxWidgets by one more step. Signed-off-by: Avery King <avery98@pm.me> |
| improve-strings | 2024-03-12 23:53:57 UTC |
Make spelling of Kbps consistent
Author:
Avery King
Make spelling of Kbps consistent Change kbs and kbps to Kbps for consistency. This should help address some Signed-off-by: Avery King <avery98@pm.me> |
| mixer-revamp | 2024-03-03 21:08:06 UTC |
MixerBoard: move channel creation to AddChannel()
Author:
Avery King
MixerBoard: move channel creation to AddChannel() Signed-off-by: Avery King <avery98@pm.me> |
|
interprocedural |
2023-12-24 01:13:26 UTC |
Add ENABLE_INTERPROCEDURAL_OPTIMIZATION build option
Author:
Avery King
Add ENABLE_ Enables interprocedural optimization for all targets. Disabled by Signed-off-by: Avery King <avery98@pm.me> |
|
upstream- |
2023-12-03 22:16:40 UTC |
Further refactoring and renaming in AudioIO
Author:
Paul Licameli
Further refactoring and renaming in AudioIO (Modified for Tenacity) (cherry picked from commit 361de443eee2ee9 |
| wix-installers | 2023-10-15 02:58:36 UTC |
CPack: Fix Wix version string
Author:
Avery King
CPack: Fix Wix version string Signed-off-by: Avery King <avery98@pm.me> |
| refactor-buildinfo | 2023-04-06 16:04:02 UTC |
Turn BuildInfo into a namespace
Author:
Avery King
Turn BuildInfo into a namespace Signed-off-by: Avery King <avery98@pm.me> |
| graphics-updates | 2023-01-01 04:18:03 UTC |
Add methods for creating paths in PaintManager
Author:
Avery King
Add methods for creating paths in PaintManager Signed-off-by: Avery King <avery98@pm.me> |
| 1 → 46 of 46 results | First • Previous • Next • Last |
Other repositories
| Name | Last Modified |
|---|---|
| lp:tenacity | 2026-02-27 |
| 1 → 1 of 1 result | First • Previous • Next • Last |