Age | Commit message (Expand) | Author | Files | Lines |
2014-09-28 | Update NEWS. | David Robillard | 1 | -2/+2 |
2014-09-28 | Update Zix stuff. | David Robillard | 2 | -12/+49 |
2014-09-28 | Fix semaphore try_wait on windows (Patch from Robin Gareus) (fix #984). | David Robillard | 2 | -3/+4 |
2014-09-27 | Exit on Jack shutdown (close #978). | David Robillard | 3 | -1/+18 |
2014-08-08 | Jalv 1.4.6. | David Robillard | 2 | -3/+4 |
2014-08-08 | Upload man pages with waf upload_docs target. | David Robillard | 1 | -0/+8 |
2014-08-08 | Upgrade to waf 1.7.16. | David Robillard | 1 | -0/+0 |
2014-08-08 | Use Markdown in doc comments for better source readability. | David Robillard | 4 | -13/+13 |
2014-08-08 | Use Markdown in doc comments for better source readability. | David Robillard | 1 | -13/+13 |
2014-08-08 | Update copyright dates. | David Robillard | 9 | -9/+9 |
2014-08-08 | Fix various warnings. | David Robillard | 1 | -2/+2 |
2014-07-15 | Support saving the same preset several times. | David Robillard | 5 | -3/+29 |
2014-07-13 | Add option to print control output changes to stdout. | David Robillard | 7 | -16/+58 |
2014-05-04 | 'Support' lv2:isLive. | David Robillard | 1 | -0/+3 |
2014-04-27 | Support new UI show/hide interface in console version. | David Robillard | 4 | -13/+41 |
2014-04-26 | Update to waf 1.7.16. | David Robillard | 1 | -0/+0 |
2014-04-26 | Add support for data-access extension (close #967). | David Robillard | 2 | -2/+12 |
2014-04-06 | Support port pretty names via new Jack metadata API. | David Robillard | 3 | -16/+34 |
2014-01-24 | Remove redundant and unnecessary properties from saved graphs and protocol. | David Robillard | 1 | -0/+1 |
2014-01-24 | Update for latest LV2 Atom Object simplifications. | David Robillard | 3 | -12/+12 |
2014-01-13 | Generate Qt moc nonsense at build time (fix #948). | David Robillard | 3 | -95/+13 |
2014-01-12 | Show newly saved presets in the preset menu. | David Robillard | 3 | -40/+62 |
2014-01-04 | Jalv 1.4.4 | David Robillard | 2 | -4/+4 |
2013-12-31 | Fix crash on plugins with MIDI ports. | David Robillard | 1 | -1/+1 |
2013-12-30 | Preset menu support for Qt (patch from Timo Westkämper) (#930). | David Robillard | 4 | -8/+147 |
2013-12-28 | Don't expose non-MIDI event ports to Jack (fix #907). | David Robillard | 2 | -23/+28 |
2013-12-27 | Fix crash when no control command line options are given. | David Robillard | 1 | -2/+4 |
2013-12-25 | Load waf modules before everything else so CFLAGS and friends are correct (oo... | David Robillard | 1 | -1/+1 |
2013-12-25 | Add -c option for setting controls from the command line (#816). | David Robillard | 5 | -2/+43 |
2013-12-25 | Fix more const-correctness violations. | David Robillard | 4 | -16/+18 |
2013-12-25 | Update to r94/autowaf. | David Robillard | 1 | -0/+0 |
2013-12-19 | Update to waf 1.7.14. | David Robillard | 1 | -0/+0 |
2013-12-19 | Add --no-menu option to jalv.gtk. | David Robillard | 3 | -19/+32 |
2013-12-17 | Fix more const issues. | David Robillard | 1 | -4/+4 |
2013-11-01 | Support ui:portMap feature to allow UIs to avoid hard-coded port indices | David Robillard | 3 | -2/+16 |
2013-11-01 | Hide controls for ports with notOnGUI property in generic UI. | David Robillard | 4 | -7/+25 |
2013-08-09 | Jalv 1.4.2. | David Robillard | 2 | -3/+4 |
2013-08-09 | Upgrade to waf 1.7.11. | David Robillard | 1 | -0/+0 |
2013-08-08 | Fix controls with Gtkmm UI. | David Robillard | 1 | -0/+1 |
2013-08-08 | Fix parameter changes with Qt UI (fix #923). | David Robillard | 2 | -1/+3 |
2013-06-08 | Resize ring according to rsz:minimumSize. | David Robillard | 1 | -1/+10 |
2013-06-08 | Nicer printing of atom messages with -d. | David Robillard | 2 | -7/+3 |
2013-06-08 | Fix potential ringbuffer race for UI events. | David Robillard | 1 | -1/+3 |
2013-06-08 | Probably fix thread safety of debug printing (#911). | David Robillard | 3 | -2/+6 |
2013-05-27 | Support rsz:minimumSize for atom and event ports. | David Robillard | 3 | -3/+19 |
2013-05-26 | Work around Gtk bug for labels on sliders (patch from Robin Gareus). | David Robillard | 3 | -8/+21 |
2013-05-26 | Fix default setting for non-sequential enumeration ports | David Robillard | 2 | -3/+9 |
2013-05-09 | Add credit to Robin for update rate option. | David Robillard | 1 | -0/+3 |
2013-05-09 | Communicate UI update rate to plugin and UI. | David Robillard | 4 | -19/+24 |
2013-05-09 | Add command-line option to control UI update frequency. | David Robillard | 4 | -2/+12 |