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
/
gui
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-08
Use Markdown in doc comments for better source readability.
David Robillard
1
-5
/
+5
2014-07-13
Fix building against Lilv in a non-standard location (fix #972).
David Robillard
1
-1
/
+1
2014-05-04
Fix compilation error (missing serd flags) (fix #970).
David Robillard
1
-1
/
+1
2014-04-27
Add support for sprung layout to Patchage.
David Robillard
1
-2
/
+2
2014-04-26
Fix library dependencies.
David Robillard
1
-1
/
+1
2014-04-26
Clean up Ganv API.
David Robillard
1
-1
/
+1
2014-03-31
Add zoom full and font size commands to Ingen.
David Robillard
3
-4
/
+93
2014-03-17
Tidy up draw dialog code.
David Robillard
1
-13
/
+9
2014-03-16
Allow user to enable or disable sprung layout.
David Robillard
4
-9
/
+63
2014-03-15
Clean up public canvas interface.
David Robillard
1
-1
/
+1
2014-02-02
Disable responses in the usual case where the UI doesn't care.
David Robillard
1
-1
/
+1
2014-01-24
Fix various whitespace and formatting issues.
David Robillard
30
-127
/
+123
2014-01-24
Show toggle ports with checkboxes initially.
David Robillard
1
-1
/
+1
2014-01-24
Remove redundant and unnecessary properties from saved graphs and protocol.
David Robillard
6
-254
/
+22
2014-01-24
Update for latest LV2 Atom Object simplifications.
David Robillard
3
-6
/
+22
2014-01-18
Fix some minor issues found by clang.
David Robillard
1
-1
/
+0
2014-01-18
Consolidate URIs.
David Robillard
9
-18
/
+20
2014-01-07
Factor out plugin menu code into a separate class.
David Robillard
5
-176
/
+265
2014-01-07
Remove unused plugin icon stuff.
David Robillard
3
-73
/
+0
2014-01-07
Distinguish Ingen graphs in Plugin menu with a gear.
David Robillard
2
-35
/
+41
2014-01-04
Set documentation pane position to maximum to hide in LV2 GUI.
David Robillard
1
-0
/
+7
2014-01-04
Fix documentation pane.
David Robillard
2
-8
/
+14
2014-01-04
Fix control updating with animated canvas.
David Robillard
2
-9
/
+3
2014-01-04
Fast path for Port::on_value_changed when value is non-float or unchanged.
David Robillard
1
-6
/
+13
2014-01-04
Make only control inputs controllable by user.
David Robillard
1
-0
/
+2
2014-01-03
Make graph input ports controllable outputs and remove double port kludge.
David Robillard
1
-7
/
+5
2013-12-31
Disallow connecting to control inputs.
David Robillard
1
-1
/
+2
2013-12-19
FDGL: Improve flow-directed layout.
David Robillard
1
-0
/
+3
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
1
-1
/
+0
2013-08-20
Remove unused class members.
David Robillard
1
-1
/
+0
2013-08-20
Remove vestigial Builder class.
David Robillard
1
-5
/
+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
2
-18
/
+44
2013-06-08
Show right-click menu regradless of modifier state.
David Robillard
1
-1
/
+1
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
Fix preset loading.
David Robillard
2
-32
/
+36
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
2
-5
/
+23
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
Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.
David Robillard
9
-22
/
+21
2013-02-23
Move Atom implementation out of Raul so it can depend on LV2.
David Robillard
28
-85
/
+85
2013-02-09
Use default float protocol for UI float controls (fix #885).
David Robillard
2
-13
/
+17
2013-02-04
Replace Raul::thread with std::thread.
David Robillard
2
-9
/
+12
2013-02-03
Port control performance improvements (further improvement for #879).
David Robillard
2
-8
/
+3
2013-02-03
Check for required boost headers.
David Robillard
2
-4
/
+0
2013-02-03
Fix compilation with Clang 3.1.
David Robillard
1
-0
/
+4
2013-02-03
Fix compilation with GCC 4.6.
David Robillard
2
-27
/
+37
[next]