summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-12-20Use fancy Widget class for Glade widgets.David Robillard7-244/+274
Somewhat consistently rename glade widgets. Fix about dialog program name, icon (when run from source tree), and close button. git-svn-id: http://svn.drobilla.net/lad/patchage@989 a436a847-0d15-0410-975c-d299462d15a1
2007-12-20Use fancy GladeFile class.David Robillard7-153/+113
Remove silly Patchage-as-window-manager crap. Less LOC. git-svn-id: http://svn.drobilla.net/lad/patchage@988 a436a847-0d15-0410-975c-d299462d15a1
2007-12-19Fix compiltion.David Robillard4-60/+78
More tidying. git-svn-id: http://svn.drobilla.net/lad/patchage@987 a436a847-0d15-0410-975c-d299462d15a1
2007-12-19Remove old/useless code.David Robillard2-100/+9
Tidy. git-svn-id: http://svn.drobilla.net/lad/patchage@986 a436a847-0d15-0410-975c-d299462d15a1
2007-12-19Tidy.David Robillard1-24/+15
git-svn-id: http://svn.drobilla.net/lad/patchage@985 a436a847-0d15-0410-975c-d299462d15a1
2007-12-19Follow ALSA changes, in a kludgey ridiculously slow way.David Robillard3-4/+8
git-svn-id: http://svn.drobilla.net/lad/patchage@984 a436a847-0d15-0410-975c-d299462d15a1
2007-12-19Fix some ALSA clients/ports not showing up.David Robillard1-17/+12
git-svn-id: http://svn.drobilla.net/lad/patchage@983 a436a847-0d15-0410-975c-d299462d15a1
2007-12-04Remove old crap placeholder icon.David Robillard2-59/+1
git-svn-id: http://svn.drobilla.net/lad/patchage@945 a436a847-0d15-0410-975c-d299462d15a1
2007-12-04Added icons, courtesy Lapo Calamandre.David Robillard9-2/+2591
git-svn-id: http://svn.drobilla.net/lad/patchage@944 a436a847-0d15-0410-975c-d299462d15a1
2007-09-22LV2 UI extension updates.David Robillard1-2/+0
LV2 GUI support in ingen. git-svn-id: http://svn.drobilla.net/lad/patchage@763 a436a847-0d15-0410-975c-d299462d15a1
2007-09-21Show context menu for patch ports when clicking on anonymous module, as well ↵David Robillard1-9/+3
as actual port. git-svn-id: http://svn.drobilla.net/lad/patchage@746 a436a847-0d15-0410-975c-d299462d15a1
2007-08-08Added individial building stuff for flowcanvas, raul, patchage.David Robillard2-0/+200
git-svn-id: http://svn.drobilla.net/lad/patchage@684 a436a847-0d15-0410-975c-d299462d15a1
2007-08-05Clean up toolbar.David Robillard3-1269/+896
git-svn-id: http://svn.drobilla.net/lad/patchage@676 a436a847-0d15-0410-975c-d299462d15a1
2007-08-05Improve startup time threefold.David Robillard3-9/+20
git-svn-id: http://svn.drobilla.net/lad/patchage@675 a436a847-0d15-0410-975c-d299462d15a1
2007-07-29Fix splitting/joining of modules in the slowest, hackiest way possible (fix ↵David Robillard3-9/+10
ticket 62). git-svn-id: http://svn.drobilla.net/lad/patchage@652 a436a847-0d15-0410-975c-d299462d15a1
2007-07-29Build system fixes, building from top level doesn't recursively configure ↵David Robillard10-10/+10
slv2, but slv2 is still independently packageable/buildable. Think I've finally figured out how to do recursive autohell without resorting to suicide... git-svn-id: http://svn.drobilla.net/lad/patchage@650 a436a847-0d15-0410-975c-d299462d15a1
2007-07-25Distcheck fixes.David Robillard1-12/+12
Fix LV2 plugin building. Hopefully actually link against local libraries for real this time honest. Fix building w/o SLV2. Though why, I don't know ;). git-svn-id: http://svn.drobilla.net/lad/patchage@627 a436a847-0d15-0410-975c-d299462d15a1
2007-07-25Avoid some canvas text measuring overhead in Patchage (module resizing).David Robillard7-27/+91
Fix duplex Alsa Sequencer ports (fix ticket 12). git-svn-id: http://svn.drobilla.net/lad/patchage@617 a436a847-0d15-0410-975c-d299462d15a1
2007-07-24Possibly fix overlapping MIDI ports (fix ticket 10).David Robillard3-17/+12
git-svn-id: http://svn.drobilla.net/lad/patchage@616 a436a847-0d15-0410-975c-d299462d15a1
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard19-77/+68
Fix (some) inclusion guard names to not clash with other libs. git-svn-id: http://svn.drobilla.net/lad/patchage@613 a436a847-0d15-0410-975c-d299462d15a1
2007-07-24Removed recursive autohell, except for SLv2.David Robillard8-151/+7
Always build against local copies, hopefully fixing broken compilation against outdated system versions. git-svn-id: http://svn.drobilla.net/lad/patchage@610 a436a847-0d15-0410-975c-d299462d15a1
2007-07-11Fix building w/o Alsa.David Robillard2-1/+6
git-svn-id: http://svn.drobilla.net/lad/patchage@582 a436a847-0d15-0410-975c-d299462d15a1
2007-07-05More memory consumption reduction.David Robillard9-69/+61
git-svn-id: http://svn.drobilla.net/lad/patchage@579 a436a847-0d15-0410-975c-d299462d15a1
2007-07-04Decrease driver event queue size (drastically reduced memory consumption).David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/patchage@578 a436a847-0d15-0410-975c-d299462d15a1
2007-07-04Refresh on (re)connecting to aseq.David Robillard1-0/+2
git-svn-id: http://svn.drobilla.net/lad/patchage@577 a436a847-0d15-0410-975c-d299462d15a1
2007-07-04Check for recent enough LASH.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/patchage@575 a436a847-0d15-0410-975c-d299462d15a1
2007-07-03Refresh when (re)attaching to Jack.David Robillard1-0/+2
git-svn-id: http://svn.drobilla.net/lad/patchage@564 a436a847-0d15-0410-975c-d299462d15a1
2007-06-15Just use automake instead of automake-1.9, etc.David Robillard1-2/+2
Set default value for LV2 plugin controls. Set GUI control range to always include value. git-svn-id: http://svn.drobilla.net/lad/patchage@538 a436a847-0d15-0410-975c-d299462d15a1
2007-06-08Use new Jack connection notifications instead of a full refresh (huge ↵David Robillard10-45/+63
performance improvement). git-svn-id: http://svn.drobilla.net/lad/patchage@536 a436a847-0d15-0410-975c-d299462d15a1
2007-06-08Link against, and initialize, glib threads.David Robillard3-2/+5
git-svn-id: http://svn.drobilla.net/lad/patchage@533 a436a847-0d15-0410-975c-d299462d15a1
2007-06-08Removed Raul Mutex and Condition (redundant with glib).David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/patchage@532 a436a847-0d15-0410-975c-d299462d15a1
2007-06-08Monitor/change ALSA connections without refreshing entire canvas (much faster).David Robillard8-66/+162
Waiting on JACK to provide the notification to do the same.... git-svn-id: http://svn.drobilla.net/lad/patchage@531 a436a847-0d15-0410-975c-d299462d15a1
2007-06-06Nicer Flowcanvas naming.David Robillard11-80/+98
git-svn-id: http://svn.drobilla.net/lad/patchage@529 a436a847-0d15-0410-975c-d299462d15a1
2007-04-11Fix crash bug on Jack exit.David Robillard1-1/+7
git-svn-id: http://svn.drobilla.net/lad/patchage@434 a436a847-0d15-0410-975c-d299462d15a1
2007-04-07Removed aclocal.m4 from repository.David Robillard3-7379/+3
Possible fix for crash bug without LASH. git-svn-id: http://svn.drobilla.net/lad/patchage@410 a436a847-0d15-0410-975c-d299462d15a1
2007-04-07Fix for overly loopy connections over short distances.David Robillard4-17/+52
Auto-arrange support for modules/ports. Added auto-arrange to Patchage and Ingen. git-svn-id: http://svn.drobilla.net/lad/patchage@408 a436a847-0d15-0410-975c-d299462d15a1
2007-04-06Email address and FSF copyright address updates.David Robillard21-21/+21
git-svn-id: http://svn.drobilla.net/lad/patchage@405 a436a847-0d15-0410-975c-d299462d15a1
2007-04-06Icon fixes.David Robillard3-5/+5
git-svn-id: http://svn.drobilla.net/lad/patchage@402 a436a847-0d15-0410-975c-d299462d15a1
2007-04-06GUI pimpifications.David Robillard3-312/+153
git-svn-id: http://svn.drobilla.net/lad/patchage@401 a436a847-0d15-0410-975c-d299462d15a1
2007-04-06LASH project saving/restoring.David Robillard6-187/+183
git-svn-id: http://svn.drobilla.net/lad/patchage@400 a436a847-0d15-0410-975c-d299462d15a1
2007-04-05Selection related fixes.David Robillard1-2/+8
git-svn-id: http://svn.drobilla.net/lad/patchage@395 a436a847-0d15-0410-975c-d299462d15a1
2007-03-31Random exception changes (voodoo debugging for certain broke-ass gentoo ↵David Robillard3-13/+16
systems). git-svn-id: http://svn.drobilla.net/lad/patchage@386 a436a847-0d15-0410-975c-d299462d15a1
2007-03-12Removed name-based interface for FlowCanvas (using the view as a model = ↵David Robillard6-14/+49
evil), related performance improvements (especially for Machina). Updates for FlowCanvas API changes. Machina SMF import performance improvements (temporarily disabled node labels). git-svn-id: http://svn.drobilla.net/lad/patchage@356 a436a847-0d15-0410-975c-d299462d15a1
2007-03-11Fixed module context menu.David Robillard1-1/+3
git-svn-id: http://svn.drobilla.net/lad/patchage@350 a436a847-0d15-0410-975c-d299462d15a1
2007-03-10Turned off excessive autohell warnings.David Robillard1-3/+3
git-svn-id: http://svn.drobilla.net/lad/patchage@348 a436a847-0d15-0410-975c-d299462d15a1
2007-03-02(So far failed) attemps to get patchage messages pane closed on launch.David Robillard2-6/+10
Work towards action serialization in Machina. git-svn-id: http://svn.drobilla.net/lad/patchage@342 a436a847-0d15-0410-975c-d299462d15a1
2007-02-15Togglable Jack toolbar.David Robillard3-17/+43
git-svn-id: http://svn.drobilla.net/lad/patchage@307 a436a847-0d15-0410-975c-d299462d15a1
2007-02-09Removed data type stuff from SLV2.David Robillard1-2/+6
Reworked event system in FlowCanvas to use signals. Added straight connections and arrowheads to FlowCanvas, Ellipse fixes. git-svn-id: http://svn.drobilla.net/lad/patchage@293 a436a847-0d15-0410-975c-d299462d15a1
2007-02-08Circular nodes in FlowCanvas, related necessary redesign work and changes ↵David Robillard5-19/+30
for API update. Beginnings of a Machina GUI. git-svn-id: http://svn.drobilla.net/lad/patchage@290 a436a847-0d15-0410-975c-d299462d15a1
2007-02-07Updated FSF address, copyright dates where appropriate, etc.David Robillard21-42/+61
git-svn-id: http://svn.drobilla.net/lad/patchage@288 a436a847-0d15-0410-975c-d299462d15a1