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
2013-12-25
Fix unportable use of NULL va_list (#921).
David Robillard
1
-4
/
+4
2013-12-25
Implement lv2:connectionOptional (#847).
David Robillard
2
-3
/
+18
2013-12-19
FDGL: Improve flow-directed layout.
David Robillard
1
-0
/
+3
2013-12-17
Fix atom vector communication (patch from Robin Gareus, #941).
David Robillard
3
-3
/
+6
2013-12-17
Fix more const issues.
David Robillard
2
-2
/
+2
2013-12-15
Fix const-violating casts.
David Robillard
1
-2
/
+2
2013-11-01
Implement static UI port notifications (fix #935).
David Robillard
1
-7
/
+32
2013-11-01
Tidy.
David Robillard
1
-4
/
+4
2013-11-01
Implement LV2 UI port_index, subscribe, and unsubscribe features.
David Robillard
1
-12
/
+72
2013-11-01
Don't notify UIs about null atom port values (partially address #935).
David Robillard
1
-1
/
+1
2013-11-01
Remove unused typedefs.
David Robillard
4
-6
/
+0
2013-10-29
Remove engine dependency from LV2Options.
David Robillard
2
-40
/
+26
2013-10-28
Pass sample rate to nodes (fix #931).
David Robillard
2
-4
/
+5
2013-08-20
Remove unused class members.
David Robillard
5
-6
/
+0
2013-08-20
Remove vestigial Builder class.
David Robillard
3
-58
/
+6
2013-06-09
Fix zero minimum for float property values (#895).
David Robillard
1
-2
/
+10
2013-06-09
Support removing properties from the properties dialog.
David Robillard
4
-19
/
+54
2013-06-09
Add rdf prefix.
David Robillard
1
-0
/
+1
2013-06-09
Inherit certain properties from ports connected to patch ports.
David Robillard
10
-7
/
+70
2013-06-09
Fix crash when twiddling controls in custom LV2 GUIs.
David Robillard
1
-1
/
+2
2013-06-09
Fix saving of bad node URIs in state.
David Robillard
2
-4
/
+6
2013-06-08
Fix crash on destruction when running in LV2.
David Robillard
2
-3
/
+10
2013-06-08
Show right-click menu regradless of modifier state.
David Robillard
1
-1
/
+1
2013-06-08
Specify rsz:minimumSize for main control ports.
David Robillard
3
-4
/
+18
2013-05-31
Remove zoom toolbar buttons.
David Robillard
3
-38
/
+0
2013-05-26
Fix port menu to allow disconnecting a single port from everything.
David Robillard
1
-1
/
+0
2013-03-25
Don't show menu if other buttons or modifiers are down (fix #890).
David Robillard
1
-1
/
+1
2013-03-25
Explicitly support bufsz block length features (fix #893).
David Robillard
2
-1
/
+11
2013-03-25
Fix preset loading.
David Robillard
2
-32
/
+36
2013-03-18
Add missing semicolon.
David Robillard
1
-1
/
+1
2013-02-25
Tidy.
David Robillard
1
-1
/
+1
2013-02-24
Don't send port values to UI for audio ports (fix Calf crash).
David Robillard
5
-11
/
+32
2013-02-23
Make Atom always have an LV2_Atom so it can be used in-place.
David Robillard
1
-6
/
+1
2013-02-23
Move Socket class to Raul.
David Robillard
11
-347
/
+62
2013-02-23
Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.
David Robillard
28
-103
/
+100
2013-02-23
Move Atom implementation out of Raul so it can depend on LV2.
David Robillard
75
-280
/
+279
2013-02-09
Use default float protocol for UI float controls (fix #885).
David Robillard
3
-17
/
+28
2013-02-09
Fix crash when printing atoms with string types.
David Robillard
1
-2
/
+2
2013-02-04
Replace Raul::thread with std::thread.
David Robillard
20
-288
/
+199
2013-02-03
Don't lose peaks for cycles where notifications are not sent.
David Robillard
2
-21
/
+14
2013-02-03
Port control performance improvements (further improvement for #879).
David Robillard
5
-9
/
+14
2013-02-03
Fix potential deadlock on exit.
David Robillard
1
-1
/
+4
2013-02-03
Don't ignore symlink() return value.
David Robillard
1
-2
/
+9
2013-02-03
Check for required boost headers.
David Robillard
3
-5
/
+0
2013-02-03
Fix compilation with Clang 3.1.
David Robillard
3
-2
/
+8
2013-02-03
Fix compilation with GCC 4.6.
David Robillard
4
-42
/
+57
2013-02-02
GUI support for integer controls.
David Robillard
2
-8
/
+19
2013-02-02
Show check box for toggle ports and ellipsis for enumeration (menu) ports.
David Robillard
1
-0
/
+5
2013-02-02
Fix crash when building patches via socket.
David Robillard
1
-1
/
+1
2013-02-02
Fix trigger and controller learn updating.
David Robillard
4
-5
/
+7
[prev]
[next]