index
:
ingen.git
atom-cpp
fix-unused-parameter-warnings
groups
main
newparallel
nodeless
parallel
parallel-work
parameters
sequencefix
serd1
tasks
Ingen modular audio processor
d@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-02
Fix horribly broken LV2 event implementation (ticket #378 among other problems).
David Robillard
5
-15
/
+33
2009-06-02
Remove redundant EventBuffer::_iter.
David Robillard
4
-18
/
+7
2009-05-30
Set plugin GUI window's role to "plugin_ui" (for WM kludges etc).
David Robillard
1
-0
/
+1
2009-05-30
Fix path in dynamic load plugin window title (don't show path: URI prefix).
David Robillard
1
-1
/
+1
2009-05-30
Better load plugin window geometry hinting.
David Robillard
2
-11
/
+14
2009-05-30
Multi-select in load plugin window (add several plugins at once).
David Robillard
2
-74
/
+90
2009-05-30
Fix load plugin window.
David Robillard
1
-1
/
+3
2009-05-30
Fix crash when clearing patch that contains a patch (deactivate nodes on clea...
David Robillard
2
-4
/
+16
2009-05-29
HTTP move and set_property client->engine support.
David Robillard
1
-0
/
+8
2009-05-29
Fix reconnecting to engine via various protocols (inferred from user URI) in ...
David Robillard
5
-51
/
+98
2009-05-29
DELETE via HTTP.
David Robillard
2
-58
/
+47
2009-05-29
Make connection parsing consistent with other parse methods.
David Robillard
5
-15
/
+16
2009-05-29
Node creation via HTTP.
David Robillard
11
-41
/
+97
2009-05-28
Working engine->client plugin information communication via HTTP.
David Robillard
4
-23
/
+29
2009-05-28
Tidy up command line arguments.
David Robillard
4
-48
/
+48
2009-05-28
Turn off OSC debugging.
David Robillard
1
-1
/
+1
2009-05-28
Ignore properties with blank values.
David Robillard
1
-1
/
+1
2009-05-28
Remove unused code.
David Robillard
2
-53
/
+1
2009-05-28
Fix loading connections inside subpatches to patch ports.
David Robillard
6
-28
/
+22
2009-05-28
Rename 'request_object' 'get'.
David Robillard
10
-26
/
+26
2009-05-28
Rename RequestObjectEvent GetEvent.
David Robillard
5
-11
/
+11
2009-05-28
Document GET.
David Robillard
1
-2
/
+8
2009-05-28
Fix LADSPA names in plugin selection dialog.
David Robillard
6
-18
/
+36
2009-05-28
Remove vestigial request_variable interface.
David Robillard
10
-47
/
+18
2009-05-28
Speed/clean up plugin menu generation a bit.
David Robillard
1
-24
/
+24
2009-05-28
Generic plugin property mechanism.
David Robillard
11
-128
/
+103
2009-05-28
Load symbol from LV2 data if available.
David Robillard
3
-4
/
+8
2009-05-28
Replace new_plugin with put.
David Robillard
21
-112
/
+120
2009-05-28
Merge request_object and request_plugin.
David Robillard
15
-200
/
+38
2009-05-28
Remove unused OSC callbacks.
David Robillard
2
-7
/
+0
2009-05-28
Implement PUT over OSC.
David Robillard
4
-8
/
+41
2009-05-28
Create objects via SetMetadataEvent.
David Robillard
7
-98
/
+85
2009-05-28
Fix property saving to/from file (e.g. module locations).
David Robillard
2
-3
/
+4
2009-05-28
Send port ranges and new subpatches as single PUTs.
David Robillard
2
-9
/
+7
2009-05-28
Send both coordinates of a module move as a single PUT.
David Robillard
2
-4
/
+10
2009-05-28
Send plugin node creation as a single PUT instead of a bunch of separate set_...
David Robillard
1
-8
/
+4
2009-05-28
Remove single property SetMetadataEvent constructor.
David Robillard
4
-62
/
+26
2009-05-28
Make SetMetadataEvent do multiple properties at once.
David Robillard
9
-125
/
+211
2009-05-28
Fix URIs.
David Robillard
6
-24
/
+17
2009-05-28
Fix QNAMEs being serialised as URIs.
David Robillard
18
-105
/
+58
2009-05-27
Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat...
David Robillard
63
-510
/
+312
2009-05-27
Documentation.
David Robillard
4
-7
/
+26
2009-05-27
Documentation.
David Robillard
3
-6
/
+33
2009-05-27
Add methods documentation page.
David Robillard
13
-162
/
+234
2009-05-27
Rename 'destroy' 'delete' ('del' in code) (WebDAV DELETE).
David Robillard
43
-145
/
+156
2009-05-27
Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge...
David Robillard
58
-765
/
+521
2009-05-14
Fix crash on wacky plugins of some unknown variety... ticket #367.
David Robillard
1
-0
/
+2
2009-05-13
Support re-attaching to Jack.
David Robillard
3
-5
/
+0
2009-05-13
Fix Jack port names.
David Robillard
2
-2
/
+2
2009-05-13
Clean up Jack shutdown semantics.
David Robillard
2
-2
/
+4
[prev]
[next]