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
2010-02-14
Set unique keyboard mnemonics for widgets.
David Robillard
2
-86
/
+31
2010-02-14
Fix plugin and subpatch name offsets.
David Robillard
2
-13
/
+7
2010-02-14
Fix loading of subpatches.
David Robillard
8
-302
/
+332
2010-02-14
Remove voice specific control setting.
David Robillard
4
-153
/
+5
2010-02-13
Learn and remove bindings exclusively through property interface.
David Robillard
4
-1
/
+30
2010-02-13
Make preset menu work when clicking items (previously only worked when pressi...
David Robillard
2
-11
/
+27
2010-02-07
Show type (LV2, LADSPA, etc) label in plugin window rather than URI.
David Robillard
2
-15
/
+16
2010-02-04
Consistent name (property_changed) for ObjectModel::signal_property handlers.
David Robillard
10
-19
/
+19
2010-02-04
Follow lv2:name for nodes as well (when human names are visible).
David Robillard
1
-3
/
+13
2010-02-04
Change patch port label when human name changes (e.g. update label when chang...
David Robillard
3
-10
/
+15
2010-02-04
Use std::string::empty where possible (faster, and less prone to C string err...
David Robillard
6
-10
/
+10
2010-02-03
Make human names work with LADSPA plugins as well (fix ticket #477).
David Robillard
1
-9
/
+14
2010-02-03
Bind ports with lv2:portProperty lv2:toggled specially (on iff value >= half).
David Robillard
1
-3
/
+3
2010-02-03
Comprehensive use of cached URIs and more advanced Value (Atom) system.
David Robillard
8
-39
/
+58
2010-02-02
Use Glib string interning (quarks) to make Path/URI operator== very fast.
David Robillard
24
-151
/
+233
2010-02-02
Remove set_port_value from CommonInterface (replaced with set_property(path, ...
David Robillard
3
-5
/
+6
2010-02-01
Fix leaks and an iterator error found by cppcheck.
David Robillard
2
-2
/
+6
2010-02-01
Use consistent and more globally unique inclusion guards.
David Robillard
33
-100
/
+99
2010-01-30
Tidy.
David Robillard
1
-2
/
+2
2010-01-29
Improved/quicker/easier handling of control port ranges.
David Robillard
11
-35
/
+132
2010-01-29
Magic MIDI binding via special ingen_control port.
David Robillard
7
-25
/
+30
2010-01-28
Shrink code (generic Control::enable and Control::disable by iterating over b...
David Robillard
2
-63
/
+20
2010-01-28
Use ingen-ui for prefix instead of ingenuity.
David Robillard
6
-22
/
+22
2010-01-28
Trim cruft.
David Robillard
1
-8
/
+1
2010-01-28
Ssshhh.
David Robillard
1
-1
/
+0
2010-01-28
Universal properties window.
David Robillard
15
-746
/
+537
2010-01-22
Use FlowCanvas centering code.
David Robillard
1
-6
/
+2
2010-01-18
Make path and URI selectable in node properties window (fix ticket #473).
David Robillard
1
-0
/
+6
2010-01-07
Quit cleanly from connect dialog when not connected to engine.
David Robillard
6
-72
/
+50
2010-01-07
Tidy.
David Robillard
3
-88
/
+2
2010-01-06
Fix warnings about ScrolledWindow / ViewPort.
David Robillard
1
-11
/
+3
2010-01-06
Do all logging output via Raul streams.
David Robillard
26
-221
/
+52
2010-01-05
Merge JackMidiDriver and JackAudioDriver.
David Robillard
1
-1
/
+1
2010-01-03
Remove patch clear command (fix ticket #375).
David Robillard
9
-58
/
+1
2010-01-03
Follow renames in patch tree window (fix ticket #409).
David Robillard
2
-21
/
+32
2010-01-02
Don't show control window controls for audio inputs (fix ticket #464).
David Robillard
1
-11
/
+16
2009-12-31
Various fixes related to port values and metadata (fix ticket #459 among othe...
David Robillard
9
-152
/
+134
2009-12-30
Fix renaming (fix ticket #458).
David Robillard
3
-42
/
+88
2009-12-30
Fix creation of subpatches.
David Robillard
1
-1
/
+1
2009-12-22
Fix compilation.
David Robillard
3
-2
/
+1
2009-12-19
New ingen module (library, not e.g. LV2 plugin) design.
David Robillard
9
-158
/
+53
2009-12-18
Install headers.
David Robillard
1
-0
/
+3
2009-12-11
Build against old Gtkmm (without clear icon in text entries).
David Robillard
2
-0
/
+7
2009-12-03
Clean up interface headers.
David Robillard
1
-1
/
+1
2009-11-22
Partial support for message/value ports and the message context.
David Robillard
8
-15
/
+97
2009-11-18
Less reliance on Buffer::type() (which doesn't really make sense, since buffe...
David Robillard
1
-1
/
+1
2009-11-18
Rename DataType to PortType (since that's what it really means).
David Robillard
3
-4
/
+4
2009-11-16
Add edit checkbutton to canvas menu for fast mouse based control.
David Robillard
3
-26
/
+59
2009-11-16
Add close button to node properties dialog.
David Robillard
8
-18
/
+40
2009-11-16
Make all windows respond to ctrl+w.
David Robillard
31
-57
/
+170
[prev]
[next]