Age | Commit message (Expand) | Author | Files | Lines |
2011-08-23 | Upgrade to waf 1.6.7 and autowaf r50 | David Robillard | 1 | -0/+0 |
2011-08-20 | Fix compilation of Jack DBus driver (probably doesn't work correctly, though). | David Robillard | 2 | -58/+38 |
2011-07-25 | Build against new versioned flowcanvas library. | David Robillard | 1 | -2/+2 |
2011-07-07 | Upgrade to waf 1.6.6 | David Robillard | 2 | -2/+3 |
2011-07-04 | Simplify FlowCanvas menu API, and fix crashing Ingen menus (ticket #721). | David Robillard | 2 | -7/+15 |
2011-06-20 | Fix crashes on jack client exit. | David Robillard | 3 | -4/+14 |
2011-06-19 | Remove module from canvas when Jack clients exit. | David Robillard | 2 | -5/+3 |
2011-06-17 | Support C-+ as well as C-= for zoom in (for non-US keyboards with unshifted `... | David Robillard | 1 | -0/+1 |
2011-06-15 | Remove 'zoom full' menu item | David Robillard | 3 | -19/+0 |
2011-06-11 | Remove dead code. | David Robillard | 2 | -17/+0 |
2011-06-09 | Clean up show/hide (gnomecanvas items are visible by default). | David Robillard | 1 | -1/+0 |
2011-06-09 | Automatically resize modules at update time as necessary. | David Robillard | 5 | -38/+1 |
2011-06-09 | Fix support for multiple instances of alsa clients with the same name (never ... | David Robillard | 11 | -233/+197 |
2011-06-08 | Fix double-add of items to canvas (fixing rect select, among other things) | David Robillard | 1 | -2/+1 |
2011-06-07 | Avoid including gtkmm.h (which brings several megs of header into the compila... | David Robillard | 9 | -11/+46 |
2011-06-07 | Remove use of smart pointers in FlowCanvas entirely. | David Robillard | 14 | -189/+228 |
2011-06-06 | Use sane typedefs for collections. | David Robillard | 6 | -18/+16 |
2011-06-06 | Use a care pointer reference to containing module rather than boost::weak_ptr. | David Robillard | 7 | -14/+14 |
2011-06-04 | Update copyright date | David Robillard | 1 | -1/+1 |
2011-06-03 | Remove use of boost::enable_shared_from_this<Canvas>. | David Robillard | 3 | -15/+6 |
2011-06-03 | Better alignment of various class fields (save an insignificant amount of mem... | David Robillard | 5 | -21/+27 |
2011-06-03 | Don't include unused DBus.hpp for Jack+DBus. Tolerate cracked out Jack+DBus ... | David Robillard | 1 | -2/+3 |
2011-05-25 | Fix building documentation as part of recursive build. | David Robillard | 2 | -3/+3 |
2011-05-25 | Apply patch from Alessio Treglia in ticket #678. | David Robillard | 1 | -2/+1 |
2011-05-23 | Apply patch from pgiblox in ticket #693 to add --no-jack-session to patchage ... | David Robillard | 1 | -1/+5 |
2011-05-20 | Run session load script from within session directory (for relative paths). | David Robillard | 1 | -4/+7 |
2011-05-20 | Preliminary Jack session support in Patchage (as a session manager). | David Robillard | 6 | -11/+158 |
2011-05-20 | Use a (smaller, simpler) statusbar instead of a toolbar. | David Robillard | 5 | -276/+184 |
2011-05-20 | Fix compilation with LASH support enabled. | David Robillard | 2 | -3/+3 |
2011-05-20 | Remove dependency on glade and glademm (migrate to GtkBuilder). | David Robillard | 9 | -300/+241 |
2011-05-20 | Remove spurious leading blank line | David Robillard | 1 | -1/+0 |
2011-05-19 | Update waf (don't crash on waf test when lcov is unavailable) | David Robillard | 1 | -0/+0 |
2011-05-16 | Align configuration output precisely per-project | David Robillard | 1 | -0/+2 |
2011-04-28 | Update for new serd/sord/suil pkg-config names and versions | David Robillard | 1 | -0/+0 |
2011-04-22 | Fix Python whitespace (PEP8) | David Robillard | 1 | -186/+186 |
2011-04-22 | Upgrade to waf 1.6.4 and autowaf r43 | David Robillard | 1 | -0/+0 |
2011-04-22 | Upgrade to waf 1.6.4 | David Robillard | 1 | -0/+0 |
2011-04-16 | Update copyright headers | David Robillard | 40 | -51/+51 |
2011-04-16 | Squeeze blank lines and delete trailing whitespace. | David Robillard | 20 | -132/+16 |
2011-03-28 | Update waf (use standard LV2_PATH on Windows) | David Robillard | 1 | -0/+0 |
2011-03-27 | Update waf (working windows version) | David Robillard | 1 | -0/+0 |
2011-03-27 | Update waf | David Robillard | 1 | -0/+0 |
2011-03-27 | Update waf to use gnu_dirs tool and use dir vars more sanely. | David Robillard | 1 | -0/+0 |
2011-03-27 | Fix typo. | David Robillard | 1 | -1/+1 |
2011-03-21 | Bump Raul dependency to 0.7.0 (fix ticket #662). | David Robillard | 1 | -1/+1 |
2011-03-16 | Font-based sizing (implement ticket #374). | David Robillard | 4 | -1/+75 |
2011-03-16 | Update for new waf/autowaf. | David Robillard | 1 | -3/+3 |
2011-03-15 | Add INSTALL and waf files. | David Robillard | 2 | -0/+35 |
2011-03-15 | Remove autowaf external (broken intermediary revision). | David Robillard | 3 | -25/+26 |
2011-03-06 | Python 2/3: Use print('') instead of print() to print empty lines. | David Robillard | 1 | -1/+1 |