Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-11 | Explicitly disable sprung layout menu item by default | David Robillard | 1 | -1/+2 | |
2022-12-10 | Bump version and update NEWS file | David Robillard | 1 | -0/+6 | |
2022-09-09 | Patchage 1.0.10 | David Robillard | 1 | -2/+2 | |
2022-08-23 | Add Korean translation from Junghee Lee | Junghee Lee | 1 | -1/+2 | |
2022-08-23 | Add German translation | David Robillard | 1 | -1/+2 | |
2022-08-23 | Add i18n support | David Robillard | 1 | -1/+2 | |
2022-08-22 | Replace boost with standard C++17 facilities | David Robillard | 1 | -1/+2 | |
2022-08-16 | Upgrade to fmt 9.0.0 | David Robillard | 1 | -0/+6 | |
This library tends to break in annoying ways like this, so pin the major version to 9 to hopefully avoid these problems in the future. | |||||
2022-08-13 | Patchage 1.0.8v1.0.8 | David Robillard | 1 | -2/+2 | |
2022-07-20 | Make NEWS file readable by dpkg-parsechangelog | David Robillard | 1 | -11/+11 | |
2022-07-20 | Use std::make_unique | David Robillard | 1 | -1/+2 | |
2022-07-20 | Switch to meson build system | David Robillard | 1 | -0/+6 | |
2022-07-19 | Normalize NEWS file | David Robillard | 1 | -1/+1 | |
2022-05-26 | Patchage 1.0.6v1.0.6 | David Robillard | 1 | -1/+3 | |
2022-05-26 | Fix initial display with no configuration file | David Robillard | 1 | -1/+2 | |
2021-05-11 | Add general configuration setting mechanism | David Robillard | 1 | -1/+2 | |
2021-05-11 | Move Coord to its own header | David Robillard | 1 | -1/+2 | |
2021-04-08 | Fix ALSA sequencer port subscriptions | David Robillard | 1 | -1/+2 | |
2021-04-08 | Fix crash on client disconnection | David Robillard | 1 | -1/+2 | |
2021-04-08 | Update version and NEWS file | David Robillard | 1 | -0/+6 | |
2021-01-07 | Patchage 1.0.4v1.0.4 | David Robillard | 1 | -2/+2 | |
2020-11-29 | Fix unstable module positions | David Robillard | 1 | -1/+2 | |
2020-11-29 | Remove flaky DSP load meter | David Robillard | 1 | -1/+2 | |
This never worked particularly well, and the underlying API is more or less useless with Jack 2. So, just replace it with a dropout counter. | |||||
2020-11-29 | Add NSMicrophoneUsageDescription for MacOS 10.15 Catalina | David Robillard | 1 | -1/+2 | |
2020-11-29 | Add command line option to print version | David Robillard | 1 | -1/+2 | |
2020-11-29 | Clean up man page | David Robillard | 1 | -1/+2 | |
2020-11-28 | Remove Jack session support | David Robillard | 1 | -1/+2 | |
2020-11-28 | Fix sample rate with Jack DBus | David Robillard | 1 | -2/+3 | |
2020-11-28 | Normalize NEWS file | David Robillard | 1 | -1/+1 | |
2020-11-28 | Fix connections with Jack DBus | David Robillard | 1 | -0/+6 | |
2020-04-09 | Patchage 1.0.2v1.0.2 | David Robillard | 1 | -2/+2 | |
2020-04-09 | Normalize NEWS file | David Robillard | 1 | -33/+33 | |
2020-04-09 | Upgrade to waf 2.0.19 | David Robillard | 1 | -1/+1 | |
2016-10-14 | Don't install 512x512 icons | David Robillard | 1 | -1/+2 | |
Installing icons this large is not typical, and causes GDK warnings. | |||||
2016-08-17 | Add target for generating release announcements | David Robillard | 1 | -20/+20 | |
2015-12-04 | Bring back Jack buffer size selector | David Robillard | 1 | -1/+2 | |
2015-10-03 | Upgrade to waf 1.8.14 | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5736 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-21 | Order ports deterministically. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5593 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-10 | Update NEWS. | David Robillard | 1 | -1/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5551 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-08 | Style messages pane to match canvas. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5545 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-08 | Save window size and position when closed via window manager. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5542 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-11-19 | Fix compilation with Jack DBus. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5489 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-10-05 | Configure based on compiler target OS for cross-compilation. | David Robillard | 1 | -1/+2 | |
Only add -dl to pkg-config file for appropriate platforms. Fix #986. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5472 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-05-05 | Support Jack CV and OSC via metadata. | David Robillard | 1 | -0/+6 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5398 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-04-28 | Actual Patchage 1.0.0 | David Robillard | 1 | -3/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5391 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-04-06 | Support port pretty names via new Jack metadata API. | David Robillard | 1 | -0/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5357 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-03-31 | Make port colours configurable. | David Robillard | 1 | -3/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5350 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-03-30 | Rewrite configuration system. | David Robillard | 1 | -0/+1 | |
Use standard XDG paths for configuration (fix #142). Save settings automatically on exit. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5347 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-03-16 | Support for DOT export for rendering with GraphViz (implement #949). | David Robillard | 1 | -2/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5341 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-11-26 | Rename ChangeLog to NEWS, which is what it really is. | David Robillard | 1 | -0/+70 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3648 a436a847-0d15-0410-975c-d299462d15a1 |