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-26
Arrange at the top left and scroll to top left corner by default.
David Robillard
1
-2
/
+0
2010-02-26
Show control ports in control dialog (fix regression from r2492).
David Robillard
1
-1
/
+2
2010-02-25
Work on contexts and polymorphic ports.
David Robillard
11
-77
/
+70
2010-02-25
Store patch connections in a map using a lexicographic <Port*,Port*> key for
David Robillard
1
-2
/
+2
2010-02-23
Fix various code issues discovered by cppcheck.
David Robillard
7
-18
/
+12
2010-02-20
Reset PropertiesWindow on hide (fix crashes when modifying objects formerly s...
David Robillard
2
-6
/
+17
2010-02-20
Heavy overhaul of buffer management and polyphony.
David Robillard
5
-8
/
+11
2010-02-18
Use property_visible instead of set_visible which is apparently missing from ...
David Robillard
1
-5
/
+5
2010-02-14
Ssshh.
David Robillard
1
-3
/
+0
2010-02-14
Toggle sensitivity of voices spinbutton according to radio buttons.
David Robillard
2
-21
/
+6
2010-02-14
Merge LoadPatchWindow and LoadSubpatchWindow.
David Robillard
13
-576
/
+203
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
[next]