summaryrefslogtreecommitdiffstats
path: root/src/libs/client
AgeCommit message (Expand)AuthorFilesLines
2008-08-17There!David Robillard13-130/+93
2008-08-17Cloooser...David Robillard11-293/+188
2008-08-16Clooser...David Robillard8-27/+24
2008-08-16Closer...David Robillard7-42/+43
2008-08-16Begin factoring out common elements of EngineInterface and ClientInterface.David Robillard6-12/+12
2008-08-16Fix ingen -cDavid Robillard1-2/+1
2008-08-16Add missing Store.cpp.David Robillard1-1/+1
2008-08-16Factor out common store functionality.David Robillard3-76/+27
2008-08-16Fix nuked ClientStore.cpp (oops).David Robillard2-778/+623
2008-08-16Reorganize two 'store' implementations, move header to shared module (prepare...David Robillard5-4/+159
2008-08-15Push serialiser down into core ('world').David Robillard10-124/+133
2008-08-15Make refresh more complete.David Robillard6-1/+31
2008-08-15Add strong Symbol class (just a restricted string, like path) and use it for ...David Robillard2-2/+3
2008-08-14Only show GUI menu items for nodes with available GUIs.David Robillard2-1/+21
2008-08-14Fix deadlock on LV2 GUI show.David Robillard1-1/+0
2008-08-14Defer menu creation until it is actually requested (speeds up startup time-to...David Robillard2-0/+2
2008-08-14Fix deadlock.David Robillard1-3/+4
2008-08-14Lock RDF world mutex in all places slv2 or redland is accessed (fix random se...David Robillard4-4/+11
2008-08-13Fix new node default naming from both plugin window and patch context menu.David Robillard4-17/+27
2008-08-13Move crap (now) only used internally by deprecated loader to DeprecatedLoader...David Robillard6-133/+60
2008-08-13More code removal/cleanup.David Robillard4-126/+11
2008-08-12Fix plugin selection window (adding the same plugin twice in a row works, nic...David Robillard1-2/+3
2008-07-29Bump Ingen librdf dependency to 1.0.8.David Robillard1-3/+4
2008-07-29Loading of recursive old-style Om patches (multi-file).David Robillard2-6/+13
2008-07-28Compatibility hacks for old Om patchages (many Smack patches now load success...David Robillard3-9/+27
2008-07-28Fix loading patches from command line (partially).David Robillard1-1/+0
2008-07-28Simply global memory management crap by using shared_ptr in the World struct ...David Robillard6-64/+72
2008-07-07Update for SLV2 API.David Robillard1-1/+1
2008-06-23Move widget embedding down to FlowCanvas.David Robillard1-1/+1
2008-06-10Fix 'disconnect' operation for all objects (inc. patch ports).David Robillard2-3/+6
2008-06-09Bump liblo dependency to 0.24.David Robillard1-3/+3
2008-05-20Write individual events from UIs over OSC instead of entire event buffer.David Robillard1-9/+28
2008-05-20Fix various problems with control port values.David Robillard6-11/+21
2008-05-19Better global (engine/client) LV2 feature sharing.David Robillard4-29/+28
2008-05-19More (but not yet completely) type safe value_changed notification.David Robillard4-15/+13
2008-05-15Fix connection loading from deprecated (.om) patch files.David Robillard1-6/+8
2008-05-15Show error messages from engine in a pop-up dialog.David Robillard2-3/+3
2008-05-14Fix clear patch command (ticket #18).David Robillard1-9/+24
2008-05-04Fix serialisation of floating point variables (fixes module positioning).David Robillard1-2/+5
2008-05-03Apply slv2_plugin_get_port_ranges usage Ingen patch from larsl.David Robillard2-9/+26
2008-04-12LV2 UI extension updates from larsl.David Robillard1-5/+9
2008-01-25Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)...David Robillard11-38/+55
2008-01-24Make SLV2 UI class interface match ports.David Robillard1-1/+1
2008-01-24Fix locale problems in ingen, flowcanvas, and redlandmm (',' decimal point).David Robillard1-0/+7
2008-01-23Remove unnecessary subst vars.David Robillard1-6/+0
2008-01-17Fix LV2 Gtk UI URI.David Robillard1-1/+1
2008-01-17Update for SLV2 changes.David Robillard1-2/+2
2008-01-07Fix building.David Robillard1-0/+2
2007-12-21Fix SLV2 GUI sketchiness, repeated embedding/unembedding/pop-up/window destro...David Robillard5-61/+190
2007-12-19Fix LV2 GUI embedding.David Robillard1-1/+1