summaryrefslogtreecommitdiffstats
path: root/src/libs/client/NodeModel.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-08-19Preliminary connecting via HTTP in Gtk client.David Robillard1-5/+7
2008-08-17Copyable models.David Robillard1-12/+26
2008-08-17Replace imperative polyphony/polyphonic stuff with properties (kill more API).David Robillard1-4/+4
2008-08-15Push serialiser down into core ('world').David Robillard1-4/+4
2008-08-15Make refresh more complete.David Robillard1-0/+10
2008-08-14Lock RDF world mutex in all places slv2 or redland is accessed (fix random se...David Robillard1-1/+1
2008-07-07Update for SLV2 API.David Robillard1-1/+1
2008-05-03Apply slv2_plugin_get_port_ranges usage Ingen patch from larsl.David Robillard1-9/+23
2008-01-25Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)...David Robillard1-10/+10
2007-10-22LV2 icons in plugin menu.David Robillard1-2/+0
2007-10-21Fix various client-side variable state problems.David Robillard1-0/+2
2007-10-13Dynamic polyphony fixes.David Robillard1-10/+4
2007-10-08s/MetadataMap/Variables/ etc.David Robillard1-2/+2
2007-10-08Eliminate redundant object collections (ObjectModel having a separate collect...David Robillard1-7/+8
2007-10-08Fix serialization/connection bugs resulting from refactoring.David Robillard1-0/+1
2007-10-07Added shared abstract interface for ports.David Robillard1-6/+14
2007-10-07Remove DSSI.David Robillard1-16/+0
2007-09-23Working LV2 UI control setting (including MIDI).David Robillard1-1/+8
2007-09-20Fix RDF threading problems (random messy crashes on patch loading).David Robillard1-0/+2
2007-09-20Fix serialization of node polyphonic value.David Robillard1-7/+5
2007-09-20Rename C++ signals to cleaner Gtkmm convention.David Robillard1-2/+2
2007-09-19Toggling of individual node polyphonic state.David Robillard1-3/+3
2007-07-29Build system fixes, building from top level doesn't recursively configure slv...David Robillard1-1/+1
2007-07-28Remove (now) generated LV2 stuff Makefiles from repo.David Robillard1-11/+21
2007-07-27Track control values for port 'sliders' (module sliders move in sync with nod...David Robillard1-0/+29
2007-07-26Make canvas grab events.David Robillard1-16/+0
2007-07-26Add const find interface to Raul::Table, fix bugs.David Robillard1-1/+7
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-2/+2
2007-02-07Updated Copyright notices.David Robillard1-1/+2
2007-02-07Mad sed-fu for consistent private member naming.David Robillard1-20/+20
2006-10-04Moved generic utility stuff to new library "raul".David Robillard1-9/+9
2006-09-14Bug fixes.David Robillard1-0/+3
2006-09-14Cleaned up client-side model code significantly (made everything privateDavid Robillard1-17/+5
2006-09-13Heavy-duty redesign of client library and GUI (now fully signal driven with c...David Robillard1-42/+16
2006-09-12Bug fixes.David Robillard1-1/+0
2006-09-11Bug fixes.David Robillard1-6/+21
2006-09-11Switched homebrew CountedPtr to boost::shared_ptr.David Robillard1-11/+33
2006-09-09Drove 'er home! Working monolothic Ingenuity (ie. in-process engine).David Robillard1-0/+27
2006-07-19Changed namespace names, removed almost all references to "Om"David Robillard1-2/+4
2006-07-14Updated name in comment headers and copyright dateDavid Robillard1-3/+3
2006-06-21Reorganized directory tree/namesDavid Robillard1-1/+1
2006-06-12Store memory bug fixes (multiple ref ptr's to the same object, bad),David Robillard1-4/+4
2006-06-11New nodes in gtk client working through Store signal interfaceDavid Robillard1-7/+19
2006-06-10More jugglingDavid Robillard1-0/+117