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