summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2008-09-07Clean up glade widget names.David Robillard1-4/+4
git-svn-id: http://svn.drobilla.net/lad/patchage@1478 a436a847-0d15-0410-975c-d299462d15a1
2008-09-07Separate PortRef (now PortID) from PatchageEvent.David Robillard13-70/+106
git-svn-id: http://svn.drobilla.net/lad/patchage@1477 a436a847-0d15-0410-975c-d299462d15a1
2008-09-07Hide projects list when LASH is not available.David Robillard1-1/+3
git-svn-id: http://svn.drobilla.net/lad/patchage@1476 a436a847-0d15-0410-975c-d299462d15a1
2008-08-22Fix initial state of (View->Projects) menu item.David Robillard1-0/+3
Deactivate and desensitize (View->Projects) menu item when LASH D-BUS support isn't present. git-svn-id: http://svn.drobilla.net/lad/patchage@1463 a436a847-0d15-0410-975c-d299462d15a1
2008-08-22Lash D-Bus support and projects list from LADI Patchage, with ↵David Robillard27-726/+2691
improvements/cleanup/sanification/etc. Remove liblash stuff (meh, what the hell... here's to new beginnings). Enable/disable/hide/etc patchage widgets better based on available (compiled in) functionality. git-svn-id: http://svn.drobilla.net/lad/patchage@1462 a436a847-0d15-0410-975c-d299462d15a1
2008-08-02Format split/location code from Nedko for consistency.David Robillard2-48/+40
Make coordinates valid over all possible values (including -1). git-svn-id: http://svn.drobilla.net/lad/patchage@1318 a436a847-0d15-0410-975c-d299462d15a1
2008-08-02Apply module split restoration patch from Nedko.David Robillard3-56/+117
git-svn-id: http://svn.drobilla.net/lad/patchage@1317 a436a847-0d15-0410-975c-d299462d15a1
2008-07-10Fix patchage/raul building without jack.David Robillard4-11/+50
git-svn-id: http://svn.drobilla.net/lad/patchage@1291 a436a847-0d15-0410-975c-d299462d15a1
2008-07-10Fix compilation on (some installations of) gcc 4.3.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/patchage@1290 a436a847-0d15-0410-975c-d299462d15a1
2008-06-10Fix handling of clients with duplex alsa ports and jack ports (force split).David Robillard1-9/+25
Fixes ticket #140. git-svn-id: http://svn.drobilla.net/lad/patchage@1267 a436a847-0d15-0410-975c-d299462d15a1
2008-06-09Cleanup/shrink code.David Robillard1-235/+175
git-svn-id: http://svn.drobilla.net/lad/patchage@1260 a436a847-0d15-0410-975c-d299462d15a1
2008-06-09Fix creation of new ports on split modules (fixes ticket #144).David Robillard1-9/+23
git-svn-id: http://svn.drobilla.net/lad/patchage@1257 a436a847-0d15-0410-975c-d299462d15a1
2008-06-09Code formatting cleanups.David Robillard1-15/+16
git-svn-id: http://svn.drobilla.net/lad/patchage@1256 a436a847-0d15-0410-975c-d299462d15a1
2008-06-09Fix unresized modules when first connecting to Alsa Sequencer.David Robillard1-1/+13
git-svn-id: http://svn.drobilla.net/lad/patchage@1243 a436a847-0d15-0410-975c-d299462d15a1
2008-06-09Scroll canvas with arrow keys.David Robillard4-4/+22
git-svn-id: http://svn.drobilla.net/lad/patchage@1242 a436a847-0d15-0410-975c-d299462d15a1
2008-05-01Apply Jack D-Bus improvements from nedko.David Robillard2-24/+203
git-svn-id: http://svn.drobilla.net/lad/patchage@1192 a436a847-0d15-0410-975c-d299462d15a1
2008-05-01GCC 4.3 fixes.David Robillard2-5/+5
git-svn-id: http://svn.drobilla.net/lad/patchage@1191 a436a847-0d15-0410-975c-d299462d15a1
2008-03-19Fix building w/o Alsa.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/patchage@1173 a436a847-0d15-0410-975c-d299462d15a1
2008-03-16Yet more Patchage D-Bus fixes.David Robillard3-13/+10
git-svn-id: http://svn.drobilla.net/lad/patchage@1172 a436a847-0d15-0410-975c-d299462d15a1
2008-03-16Fix Jack D-Bus stuff.David Robillard3-3/+3
git-svn-id: http://svn.drobilla.net/lad/patchage@1170 a436a847-0d15-0410-975c-d299462d15a1
2008-03-16Fix inclusion guards.David Robillard14-43/+42
git-svn-id: http://svn.drobilla.net/lad/patchage@1168 a436a847-0d15-0410-975c-d299462d15a1
2008-03-16Add Jack D-Bus driver (from Nedko).David Robillard11-32/+1326
git-svn-id: http://svn.drobilla.net/lad/patchage@1167 a436a847-0d15-0410-975c-d299462d15a1
2008-02-24Rework event handling slightly for jack dbus driver.David Robillard3-12/+12
git-svn-id: http://svn.drobilla.net/lad/patchage@1162 a436a847-0d15-0410-975c-d299462d15a1
2008-02-23Plug several memory leaks.David Robillard4-9/+21
Reduce Patchage memory consumption (shrink (stupid) alsa thread stack size). git-svn-id: http://svn.drobilla.net/lad/patchage@1161 a436a847-0d15-0410-975c-d299462d15a1
2008-02-23Trim some unnecessary widgets.David Robillard3-241/+81
git-svn-id: http://svn.drobilla.net/lad/patchage@1160 a436a847-0d15-0410-975c-d299462d15a1
2008-02-23Rearrange event port referencing stuff to make a bit more sense.David Robillard9-128/+99
git-svn-id: http://svn.drobilla.net/lad/patchage@1159 a436a847-0d15-0410-975c-d299462d15a1
2008-02-23Fix drawing issues on refresh.David Robillard2-14/+6
git-svn-id: http://svn.drobilla.net/lad/patchage@1158 a436a847-0d15-0410-975c-d299462d15a1
2008-02-22Fix window size/positioning.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/patchage@1156 a436a847-0d15-0410-975c-d299462d15a1
2008-02-22Fix zoom font sizes (kinda).David Robillard2-3/+3
Fix patchage window position/size restoration idiocy (maybe). git-svn-id: http://svn.drobilla.net/lad/patchage@1155 a436a847-0d15-0410-975c-d299462d15a1
2008-02-22FlowCanvas performance improvements.David Robillard2-5/+9
git-svn-id: http://svn.drobilla.net/lad/patchage@1154 a436a847-0d15-0410-975c-d299462d15a1
2008-02-22Minor refresh/initial display speedups.David Robillard5-57/+47
Show window immediately (i.e. don't wait for driving attaching). git-svn-id: http://svn.drobilla.net/lad/patchage@1153 a436a847-0d15-0410-975c-d299462d15a1
2008-02-20Support jack client de-registration event.David Robillard4-3/+52
git-svn-id: http://svn.drobilla.net/lad/patchage@1152 a436a847-0d15-0410-975c-d299462d15a1
2008-02-17Remove Jack API dependence from PatchageEvent.David Robillard8-116/+196
git-svn-id: http://svn.drobilla.net/lad/patchage@1151 a436a847-0d15-0410-975c-d299462d15a1
2008-02-17Add --help and -A/--no-alsa command line options (patch from nedko w/ ↵David Robillard2-1/+18
modifications). git-svn-id: http://svn.drobilla.net/lad/patchage@1150 a436a847-0d15-0410-975c-d299462d15a1
2008-02-09Use Raul::TimeStamp (LV2 compatible typed 32:32 fixed timestamp) everywhere.David Robillard1-0/+2
Fix initial size of Patchage messages window. Machina disabled for now (transitioning to generic timestamps). git-svn-id: http://svn.drobilla.net/lad/patchage@1133 a436a847-0d15-0410-975c-d299462d15a1
2008-01-27Fix typo.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/patchage@1115 a436a847-0d15-0410-975c-d299462d15a1
2008-01-09Insignificant patchage refresh performance improvement.David Robillard2-2/+0
Every little bit counts, and stuff. git-svn-id: http://svn.drobilla.net/lad/patchage@1045 a436a847-0d15-0410-975c-d299462d15a1
2008-01-09More patchage refresh performance improvements.David Robillard2-32/+20
git-svn-id: http://svn.drobilla.net/lad/patchage@1044 a436a847-0d15-0410-975c-d299462d15a1
2008-01-09More patchage refresh performance improvements.David Robillard1-18/+3
git-svn-id: http://svn.drobilla.net/lad/patchage@1042 a436a847-0d15-0410-975c-d299462d15a1
2008-01-09Patchage refresh performance improvementsDavid Robillard3-18/+6
git-svn-id: http://svn.drobilla.net/lad/patchage@1041 a436a847-0d15-0410-975c-d299462d15a1
2008-01-06Make about window transient of main window.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/patchage@1024 a436a847-0d15-0410-975c-d299462d15a1
2008-01-06Add tooltips for toolbar widgets.David Robillard1-28/+13
Add icon credit to about dialog. git-svn-id: http://svn.drobilla.net/lad/patchage@1023 a436a847-0d15-0410-975c-d299462d15a1
2008-01-06Tone down port colours a touch.David Robillard2-5/+4
git-svn-id: http://svn.drobilla.net/lad/patchage@1020 a436a847-0d15-0410-975c-d299462d15a1
2008-01-06Use colours derived from Tango-palette (de-candified, darkened).David Robillard1-4/+6
Use same port colours between Ingen and Patchage (though with different meanings). git-svn-id: http://svn.drobilla.net/lad/patchage@1019 a436a847-0d15-0410-975c-d299462d15a1
2008-01-06Use named (themeable) icon for all window icons, desktop menu entry, and ↵David Robillard2-4/+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 Robillard2-1/+3
git-svn-id: http://svn.drobilla.net/lad/patchage@1013 a436a847-0d15-0410-975c-d299462d15a1
2008-01-06More verbose LASH console output.David Robillard1-8/+6
git-svn-id: http://svn.drobilla.net/lad/patchage@1012 a436a847-0d15-0410-975c-d299462d15a1
2008-01-05Sync one-liner in README and about dialog.David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/lad/patchage@1010 a436a847-0d15-0410-975c-d299462d15a1
2008-01-05Replace messages pain (which was being annoying...) with a separate window.David Robillard3-145/+132
git-svn-id: http://svn.drobilla.net/lad/patchage@1009 a436a847-0d15-0410-975c-d299462d15a1
2008-01-02Make messages pane sensitive (for copy/paste).David Robillard1-3/+1
git-svn-id: http://svn.drobilla.net/lad/patchage@1008 a436a847-0d15-0410-975c-d299462d15a1