Age | Commit message (Expand) | Author | Files | Lines |
2010-03-04 | Keyboard mnemonics for port add menuitems. | David Robillard | 1 | -6/+6 |
2010-03-04 | Pop up patch context menu on space or menu key press (i.e. ability to add stu... | David Robillard | 2 | -4/+32 |
2010-03-04 | Fix non-canvas key bindings (alt-f for file and such). | David Robillard | 2 | -6/+3 |
2010-03-04 | Fix FlowCanvas key bindings (arrow scrolling and select-connect with enter). | David Robillard | 4 | -55/+19 |
2010-03-04 | Fix Cancel button of quit confirmation dialog (don't hide the last patch wind... | David Robillard | 1 | -1/+1 |
2010-03-04 | Always save to Ingen bundles (directories with names like foo.ingen.lv2 conta... | David Robillard | 4 | -37/+53 |
2010-02-26 | Remove request_plugins from EngineInterface (and RequestPlugins event from en... | David Robillard | 1 | -1/+1 |
2010-02-26 | Remove request_all_objects from EngineInterface (and RequestAllObjects event ... | David Robillard | 1 | -1/+1 |
2010-02-26 | Add center parameter to FlowCanvas::Canvas::arrange with default value true | David Robillard | 3 | -4/+4 |
2010-02-26 | Arrange at the top left and scroll to top left corner by default. | David Robillard | 1 | -2/+0 |
2010-02-26 | Show control ports in control dialog (fix regression from r2492). | David Robillard | 1 | -1/+2 |
2010-02-25 | Work on contexts and polymorphic ports. | David Robillard | 11 | -77/+70 |
2010-02-25 | Store patch connections in a map using a lexicographic <Port*,Port*> key for | David Robillard | 1 | -2/+2 |
2010-02-23 | Fix various code issues discovered by cppcheck. | David Robillard | 7 | -18/+12 |
2010-02-20 | Reset PropertiesWindow on hide (fix crashes when modifying objects formerly s... | David Robillard | 2 | -6/+17 |
2010-02-20 | Heavy overhaul of buffer management and polyphony. | David Robillard | 5 | -8/+11 |
2010-02-18 | Use property_visible instead of set_visible which is apparently missing from ... | David Robillard | 1 | -5/+5 |
2010-02-14 | Ssshh. | David Robillard | 1 | -3/+0 |
2010-02-14 | Toggle sensitivity of voices spinbutton according to radio buttons. | David Robillard | 2 | -21/+6 |
2010-02-14 | Merge LoadPatchWindow and LoadSubpatchWindow. | David Robillard | 13 | -576/+203 |
2010-02-14 | Set unique keyboard mnemonics for widgets. | David Robillard | 2 | -86/+31 |
2010-02-14 | Fix plugin and subpatch name offsets. | David Robillard | 2 | -13/+7 |
2010-02-14 | Fix loading of subpatches. | David Robillard | 8 | -302/+332 |
2010-02-14 | Remove voice specific control setting. | David Robillard | 4 | -153/+5 |
2010-02-13 | Learn and remove bindings exclusively through property interface. | David Robillard | 4 | -1/+30 |
2010-02-13 | Make preset menu work when clicking items (previously only worked when pressi... | David Robillard | 2 | -11/+27 |
2010-02-07 | Show type (LV2, LADSPA, etc) label in plugin window rather than URI. | David Robillard | 2 | -15/+16 |
2010-02-04 | Consistent name (property_changed) for ObjectModel::signal_property handlers. | David Robillard | 10 | -19/+19 |
2010-02-04 | Follow lv2:name for nodes as well (when human names are visible). | David Robillard | 1 | -3/+13 |
2010-02-04 | Change patch port label when human name changes (e.g. update label when chang... | David Robillard | 3 | -10/+15 |
2010-02-04 | Use std::string::empty where possible (faster, and less prone to C string err... | David Robillard | 6 | -10/+10 |
2010-02-03 | Make human names work with LADSPA plugins as well (fix ticket #477). | David Robillard | 1 | -9/+14 |
2010-02-03 | Bind ports with lv2:portProperty lv2:toggled specially (on iff value >= half). | David Robillard | 1 | -3/+3 |
2010-02-03 | Comprehensive use of cached URIs and more advanced Value (Atom) system. | David Robillard | 8 | -39/+58 |
2010-02-02 | Use Glib string interning (quarks) to make Path/URI operator== very fast. | David Robillard | 24 | -151/+233 |
2010-02-02 | Remove set_port_value from CommonInterface (replaced with set_property(path, ... | David Robillard | 3 | -5/+6 |
2010-02-01 | Fix leaks and an iterator error found by cppcheck. | David Robillard | 2 | -2/+6 |
2010-02-01 | Use consistent and more globally unique inclusion guards. | David Robillard | 33 | -100/+99 |
2010-01-30 | Tidy. | David Robillard | 1 | -2/+2 |
2010-01-29 | Improved/quicker/easier handling of control port ranges. | David Robillard | 11 | -35/+132 |
2010-01-29 | Magic MIDI binding via special ingen_control port. | David Robillard | 7 | -25/+30 |
2010-01-28 | Shrink code (generic Control::enable and Control::disable by iterating over b... | David Robillard | 2 | -63/+20 |
2010-01-28 | Use ingen-ui for prefix instead of ingenuity. | David Robillard | 6 | -22/+22 |
2010-01-28 | Trim cruft. | David Robillard | 1 | -8/+1 |
2010-01-28 | Ssshhh. | David Robillard | 1 | -1/+0 |
2010-01-28 | Universal properties window. | David Robillard | 15 | -746/+537 |
2010-01-22 | Use FlowCanvas centering code. | David Robillard | 1 | -6/+2 |
2010-01-18 | Make path and URI selectable in node properties window (fix ticket #473). | David Robillard | 1 | -0/+6 |
2010-01-07 | Quit cleanly from connect dialog when not connected to engine. | David Robillard | 6 | -72/+50 |
2010-01-07 | Tidy. | David Robillard | 3 | -88/+2 |