summaryrefslogtreecommitdiffstats
path: root/src/shared
AgeCommit message (Expand)AuthorFilesLines
2011-09-23Fix broken iterator use (memory errors on erase) in ResourceImpl::set_property.David Robillard5-7/+25
2011-09-23Don't prompt for save location when path is already known from previous save ...David Robillard2-4/+15
2011-09-15Fix control bindings (MIDI learn).David Robillard1-1/+1
2011-09-14Support lv2:sampleRate controls (mostly) correctly.David Robillard3-5/+9
2011-05-27Don't install private headersDavid Robillard1-3/+0
2011-05-24Remove dependence on protocol-specific client headers in GUI code.David Robillard2-7/+17
2011-05-24Tidy up headers.David Robillard10-23/+32
2011-05-24Remove use of ingen-config.h in soon-to-be-public headers.David Robillard2-16/+3
2011-05-20Add missing includeDavid Robillard1-0/+1
2011-05-13Apply 0002-Reformat-some-code-to-use-hard-tabs.patch from ticket #688, except...David Robillard1-5/+5
2011-05-13Apply 0001-Remove-unused-includes.patch from ticket #688, except with modific...David Robillard1-2/+0
2011-05-13Remove unnecessary ingen-config.h includes.David Robillard2-2/+0
2011-05-13Make models const in client code.David Robillard2-7/+8
2011-04-29Don't hide pointers behind typedefs.David Robillard2-4/+4
2011-04-28Switch to Lilv from SLV2.David Robillard3-17/+17
2011-04-22Fix Python whitespace (PEP8)David Robillard1-29/+28
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard2-10/+10
2011-04-20Make disconnect take URI parameters (for wildcare URI towards killing disconn...David Robillard2-5/+5
2011-04-20Move disconnect_all to CommonInterface and implement in clients.David Robillard2-0/+11
2011-04-19Clean up includes.David Robillard1-1/+1
2011-04-19Remove EngineInterface::quit().David Robillard2-3/+4
2011-04-19Make maximum UDP packet size a runtime parameter (--packet-size, -k).David Robillard3-9/+12
2011-04-19Make event queue size a runtime parameter (--queue-size, -q).David Robillard1-0/+1
2011-04-19Merge "transfer" stuff with "bundle" stuff (functionally equivalent anyway).David Robillard3-48/+15
2011-04-18Put engine code in new Ingen::Engine namespace.David Robillard9-29/+31
2011-04-18Saner module loading API.David Robillard4-19/+22
2011-04-16Add EngineBase, a pure virtual public interface for the engine.David Robillard2-6/+7
2011-04-16Update copyright headersDavid Robillard25-25/+25
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard19-93/+5
2011-04-15Remove conditional compilation stuff from public API header.David Robillard1-4/+0
2011-04-15Move Shared::Module and Shared::World to shared directory.David Robillard4-0/+472
2011-04-15Remove pointless module interface to ingen_module (World).David Robillard1-2/+4
2011-04-13Consistent local or installed includes for interface headers.David Robillard6-13/+13
2011-03-16Update for new waf/autowaf.David Robillard1-2/+2
2011-03-15Remove autowaf external (broken intermediary revision).David Robillard1-1/+1
2011-03-10Use LV2_EVENT_URI.David Robillard1-5/+12
2011-03-07Apply LV2 UI MIDI event fix from Lars Luthman (ticket #651) with minor changes.David Robillard2-0/+26
2011-02-19Partially working copy/paste.David Robillard1-2/+4
2011-02-19Save/load patches as nested bundles (fix ticket #520).David Robillard5-22/+26
2011-02-18Trim more cruft.David Robillard2-2/+0
2011-02-17Jack session support for ingen.David Robillard1-1/+5
2011-02-17Fix "Ingen as an LV2", i.e. make Ingen bundles working LV2 plugins.David Robillard1-6/+8
2011-02-17Connect to JACK_DEFAULT_SERVER by default.David Robillard1-1/+1
2011-02-16Use simpler, single, file extensions.David Robillard1-2/+2
2011-02-16Drop redlandmm for sordmm.David Robillard1-1/+1
2011-01-10Fix module loading on OSX (this revision of Ingen confirmed working on Mac OS...David Robillard2-4/+9
2011-01-10Remove shared/engine dependency on sigc++.David Robillard3-4/+1
2011-01-08Fix configuration header define names to not stomp on global namespace.David Robillard1-1/+1
2011-01-08Support "request run" feature from contexts extension.David Robillard3-6/+8
2011-01-06Link against -ldl when necessary.David Robillard1-0/+1