summaryrefslogtreecommitdiffstats
path: root/ingen
AgeCommit message (Expand)AuthorFilesLines
2015-02-07Demodularize socket stuff.David Robillard4-0/+220
2015-02-06Remove gthread dependency from engine.David Robillard1-5/+3
2014-08-08Use Markdown in doc comments for better source readability.David Robillard5-15/+20
2014-08-08Fix compilation with GCC 4.6.David Robillard1-2/+2
2014-03-31Fix running GUI remotely and as an LV2 plugin.David Robillard1-2/+1
2014-03-16Allow user to enable or disable sprung layout.David Robillard2-0/+2
2014-02-02Disable responses in the usual case where the UI doesn't care.David Robillard1-0/+1
2014-01-24Fix various whitespace and formatting issues.David Robillard14-44/+36
2014-01-24Order scale points by value (fix #951).David Robillard1-2/+1
2014-01-24Update for latest LV2 Atom Object simplifications.David Robillard2-2/+3
2014-01-18Consolidate URIs.David Robillard4-20/+63
2014-01-07Remove unused plugin icon stuff.David Robillard1-9/+3
2014-01-07Fix whitespace.David Robillard1-3/+3
2014-01-04Fix documentation pane.David Robillard1-1/+3
2013-12-27Implement lv2:prototype.David Robillard1-0/+2
2013-11-01Implement static UI port notifications (fix #935).David Robillard1-1/+4
2013-11-01Tidy.David Robillard1-5/+5
2013-08-20Remove vestigial Builder class.David Robillard1-49/+0
2013-06-09Support removing properties from the properties dialog.David Robillard2-0/+11
2013-06-09Fix crashes when comparing variable sized Atoms.David Robillard1-10/+12
2013-06-09Fix crufty comments.David Robillard1-3/+1
2013-06-08Specify rsz:minimumSize for main control ports.David Robillard1-0/+1
2013-05-31Fix Atom on 32-bit platforms (patch from Robin Gareus).David Robillard1-2/+2
2013-03-25Explicitly support bufsz block length features (fix #893).David Robillard1-0/+13
2013-02-24Don't send port values to UI for audio ports (fix Calf crash).David Robillard1-0/+1
2013-02-23Make Atom always have an LV2_Atom so it can be used in-place.David Robillard1-0/+166
2013-02-23Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.David Robillard1-4/+7
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard14-89/+120
2013-02-03Fix compilation with GCC 4.6.David Robillard1-0/+5
2013-02-02Tidy.David Robillard1-2/+2
2013-01-20Add missing include.David Robillard1-0/+1
2013-01-13Add missing file.David Robillard1-0/+51
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard17-171/+177
2013-01-12Lint.David Robillard1-1/+1
2013-01-11Use type safe enumerations.David Robillard12-53/+54
2013-01-10Update for latest changes to LV2 patch extension (compact patch:Set message).David Robillard1-0/+2
2013-01-09Load internal plugin data files and rework documentation code to work the sam...David Robillard1-1/+1
2013-01-08Add support for URID ports.David Robillard3-0/+5
2013-01-05Fix graph_type of BlockModel (fix copy and paste).David Robillard1-1/+1
2012-12-29"edge" => "arc".David Robillard7-30/+30
2012-12-23Use more sensible URI scheme for Ingen paths.David Robillard6-7/+8
2012-12-21Strip trailing whitespace.David Robillard1-1/+1
2012-12-21Gracefully ignore plugins which require unsupported features or have unknown ...David Robillard2-0/+5
2012-12-21Improved error handling in Python by loading error descriptions from data.David Robillard1-1/+1
2012-12-21Fix memory leaks.David Robillard1-3/+0
2012-11-22Configuration file saving.David Robillard1-9/+47
2012-11-21Trim dead code.David Robillard1-16/+0
2012-11-21Use atoms for option values.David Robillard1-91/+22
2012-11-21Configuration file support.David Robillard1-7/+30
2012-11-21Use translatable strings for command line error messages.David Robillard1-1/+1