summaryrefslogtreecommitdiffstats
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2010-02-25Work on contexts and polymorphic ports.David Robillard11-77/+70
2010-02-25Store patch connections in a map using a lexicographic <Port*,Port*> key forDavid Robillard1-2/+2
2010-02-23Fix various code issues discovered by cppcheck.David Robillard7-18/+12
2010-02-20Reset PropertiesWindow on hide (fix crashes when modifying objects formerly s...David Robillard2-6/+17
2010-02-20Heavy overhaul of buffer management and polyphony.David Robillard5-8/+11
2010-02-18Use property_visible instead of set_visible which is apparently missing from ...David Robillard1-5/+5
2010-02-14Ssshh.David Robillard1-3/+0
2010-02-14Toggle sensitivity of voices spinbutton according to radio buttons.David Robillard2-21/+6
2010-02-14Merge LoadPatchWindow and LoadSubpatchWindow.David Robillard13-576/+203
2010-02-14Set unique keyboard mnemonics for widgets.David Robillard2-86/+31
2010-02-14Fix plugin and subpatch name offsets.David Robillard2-13/+7
2010-02-14Fix loading of subpatches.David Robillard8-302/+332
2010-02-14Remove voice specific control setting.David Robillard4-153/+5
2010-02-13Learn and remove bindings exclusively through property interface.David Robillard4-1/+30
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