summaryrefslogtreecommitdiffstats
path: root/src/Patchage.cpp
AgeCommit message (Collapse)AuthorFilesLines
2008-01-06Use named (themeable) icon for all window icons, desktop menu entry, and ↵David Robillard1-0/+3
about dialog (when installed). git-svn-id: http://svn.drobilla.net/lad/patchage@1016 a436a847-0d15-0410-975c-d299462d15a1
2008-01-06Install icon to standard (themeable) location.David Robillard1-0/+2
git-svn-id: http://svn.drobilla.net/lad/patchage@1013 a436a847-0d15-0410-975c-d299462d15a1
2008-01-05Replace messages pain (which was being annoying...) with a separate window.David Robillard1-79/+39
git-svn-id: http://svn.drobilla.net/lad/patchage@1009 a436a847-0d15-0410-975c-d299462d15a1
2008-01-02Fix canvas scroll buttons.David Robillard1-0/+3
git-svn-id: http://svn.drobilla.net/lad/patchage@1007 a436a847-0d15-0410-975c-d299462d15a1
2008-01-02Remove cruft.David Robillard1-17/+0
git-svn-id: http://svn.drobilla.net/lad/patchage@1006 a436a847-0d15-0410-975c-d299462d15a1
2008-01-02Added back retarded "do the winndow manager's job" code.David Robillard1-0/+28
git-svn-id: http://svn.drobilla.net/lad/patchage@1005 a436a847-0d15-0410-975c-d299462d15a1
2008-01-02Refresh after connecting to Alsa, so ports show up immediately.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/patchage@1002 a436a847-0d15-0410-975c-d299462d15a1
2007-12-31Clean up and remove useless code in FlowCanvas.David Robillard1-2/+1
git-svn-id: http://svn.drobilla.net/lad/patchage@998 a436a847-0d15-0410-975c-d299462d15a1
2007-12-27Fix compilation.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/patchage@996 a436a847-0d15-0410-975c-d299462d15a1
2007-12-20Use fancy Widget class for Glade widgets.David Robillard1-141/+134
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 Robillard1-69/+17
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 Robillard1-51/+66
More tidying. git-svn-id: http://svn.drobilla.net/lad/patchage@987 a436a847-0d15-0410-975c-d299462d15a1
2007-12-19Remove old/useless code.David Robillard1-97/+8
Tidy. git-svn-id: http://svn.drobilla.net/lad/patchage@986 a436a847-0d15-0410-975c-d299462d15a1
2007-08-05Clean up toolbar.David Robillard1-5/+6
git-svn-id: http://svn.drobilla.net/lad/patchage@676 a436a847-0d15-0410-975c-d299462d15a1
2007-08-05Improve startup time threefold.David Robillard1-9/+17
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 Robillard1-6/+6
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 Robillard1-1/+1
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-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-9/+9
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 Robillard1-1/+1
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-05More memory consumption reduction.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/patchage@579 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-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-08Use new Jack connection notifications instead of a full refresh (huge ↵David Robillard1-6/+0
performance improvement). git-svn-id: http://svn.drobilla.net/lad/patchage@536 a436a847-0d15-0410-975c-d299462d15a1
2007-06-08Monitor/change ALSA connections without refreshing entire canvas (much faster).David Robillard1-12/+22
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 Robillard1-3/+3
git-svn-id: http://svn.drobilla.net/lad/patchage@529 a436a847-0d15-0410-975c-d299462d15a1
2007-04-07Removed aclocal.m4 from repository.David Robillard1-1/+1
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 Robillard1-0/+11
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 Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/patchage@405 a436a847-0d15-0410-975c-d299462d15a1
2007-04-06GUI pimpifications.David Robillard1-24/+27
git-svn-id: http://svn.drobilla.net/lad/patchage@401 a436a847-0d15-0410-975c-d299462d15a1
2007-04-06LASH project saving/restoring.David Robillard1-19/+38
git-svn-id: http://svn.drobilla.net/lad/patchage@400 a436a847-0d15-0410-975c-d299462d15a1
2007-03-31Random exception changes (voodoo debugging for certain broke-ass gentoo ↵David Robillard1-6/+1
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 Robillard1-3/+3
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-02(So far failed) attemps to get patchage messages pane closed on launch.David Robillard1-5/+8
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 Robillard1-0/+13
git-svn-id: http://svn.drobilla.net/lad/patchage@307 a436a847-0d15-0410-975c-d299462d15a1
2007-02-08Circular nodes in FlowCanvas, related necessary redesign work and changes ↵David Robillard1-2/+5
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 Robillard1-2/+3
git-svn-id: http://svn.drobilla.net/lad/patchage@288 a436a847-0d15-0410-975c-d299462d15a1
2007-02-07Mad sed-fu for consistent private member naming.David Robillard1-252/+252
git-svn-id: http://svn.drobilla.net/lad/patchage@286 a436a847-0d15-0410-975c-d299462d15a1
2007-01-22Added atomic int/pointer classes to Raul.David Robillard1-3/+7
Added multi-writer queue to Raul. Renamed Queue SRSWQueue (single-reader single-writer). Updated patchage/ingen for Raul changes. git-svn-id: http://svn.drobilla.net/lad/patchage@264 a436a847-0d15-0410-975c-d299462d15a1
2007-01-15Fix potential crash on module removal.David Robillard1-1/+2
Don't "pretend" to set Jack buffer size when change fails. git-svn-id: http://svn.drobilla.net/lad/patchage@260 a436a847-0d15-0410-975c-d299462d15a1
2007-01-14Replaced useless sample rate combobox with a label.David Robillard1-7/+11
git-svn-id: http://svn.drobilla.net/lad/patchage@258 a436a847-0d15-0410-975c-d299462d15a1
2007-01-14Follow Jack port creation/destruction.David Robillard1-1/+29
git-svn-id: http://svn.drobilla.net/lad/patchage@257 a436a847-0d15-0410-975c-d299462d15a1
2007-01-01Jack toolbar, modification of Jack buffer size on the fly.David Robillard1-2/+212
git-svn-id: http://svn.drobilla.net/lad/patchage@226 a436a847-0d15-0410-975c-d299462d15a1
2006-11-11Fixes for the previous fixes :)David Robillard1-1/+3
git-svn-id: http://svn.drobilla.net/lad/patchage@201 a436a847-0d15-0410-975c-d299462d15a1
2006-11-11Fixes for building without ALSA (eg on OSX)David Robillard1-1/+5
git-svn-id: http://svn.drobilla.net/lad/patchage@200 a436a847-0d15-0410-975c-d299462d15a1
2006-10-17Preliminary Jack transport control.David Robillard1-2/+9
git-svn-id: http://svn.drobilla.net/lad/patchage@187 a436a847-0d15-0410-975c-d299462d15a1
2006-10-16ExpanderPane fix.David Robillard1-0/+5
git-svn-id: http://svn.drobilla.net/lad/patchage@179 a436a847-0d15-0410-975c-d299462d15a1
2006-10-16Magic flashy PaneExpander(TM) 2.0.David Robillard1-8/+68
git-svn-id: http://svn.drobilla.net/lad/patchage@178 a436a847-0d15-0410-975c-d299462d15a1
2006-10-16Minor flowcanvas visual touchups.David Robillard1-2/+16
Work at completing Ingen serialization (connections still aren't right). Patchage Jack command line configuration (via ~/.jackdrc) git-svn-id: http://svn.drobilla.net/lad/patchage@177 a436a847-0d15-0410-975c-d299462d15a1
2006-10-14Message pane togglingDavid Robillard1-0/+14
git-svn-id: http://svn.drobilla.net/lad/patchage@168 a436a847-0d15-0410-975c-d299462d15a1
2006-10-14Fixed initial visibilityDavid Robillard1-6/+7
git-svn-id: http://svn.drobilla.net/lad/patchage@167 a436a847-0d15-0410-975c-d299462d15a1