Age | Commit message (Expand) | Author | Files | Lines |
2008-08-19 | Slightly more reliable OSC comms. Still not really up to the task of receivi... | David Robillard | 1 | -9/+4 |
2008-08-19 | Preliminary connecting via HTTP in Gtk client. | David Robillard | 1 | -8/+18 |
2008-08-19 | Remove weird virtual inheritance interface overlay thing from client in favou... | David Robillard | 1 | -19/+8 |
2008-08-16 | Fix ingen -c | David Robillard | 1 | -5/+8 |
2008-08-16 | Factor out common store functionality. | David Robillard | 1 | -1/+1 |
2008-08-16 | Reorganize two 'store' implementations, move header to shared module (prepare... | David Robillard | 1 | -1/+1 |
2008-08-14 | Don't load engine module twice. | David Robillard | 1 | -17/+14 |
2008-08-14 | Don't present (or even load widgets from XML) connection window until some ti... | David Robillard | 1 | -56/+112 |
2008-08-14 | Shave some more time off startup (send commands off before updating GUI thing... | David Robillard | 1 | -20/+22 |
2008-08-14 | Don't wait for plugins from ingen, show root patch window as soon as possible... | David Robillard | 1 | -40/+16 |
2008-07-28 | Simply global memory management crap by using shared_ptr in the World struct ... | David Robillard | 1 | -29/+30 |
2008-05-20 | Fix various problems with control port values. | David Robillard | 1 | -0/+2 |
2007-10-11 | Show 'Loading plugins' instead of the more confusing 'Receiving plugins' in c... | David Robillard | 1 | -1/+1 |
2007-10-11 | Fix initial state of radio buttons in connect window when running ingen -eg. | David Robillard | 1 | -46/+13 |
2007-10-11 | Fix Gtk rendering corruption problems when running monolithic (internal engine). | David Robillard | 1 | -24/+23 |
2007-09-24 | Avoid thread creation and glade stuff on module/port creation (defer until me... | David Robillard | 1 | -11/+9 |
2007-09-20 | Rename C++ signals to cleaner Gtkmm convention. | David Robillard | 1 | -1/+1 |
2007-08-09 | Realtime safe parallel graph execution, e.g. run with ingen -e -p 3 for 3 con... | David Robillard | 1 | -2/+2 |
2007-08-08 | Added individial building stuff for flowcanvas, raul, patchage. | David Robillard | 1 | -2/+3 |
2007-08-01 | Clean up engine/client interfaces. | David Robillard | 1 | -12/+7 |
2007-08-01 | More SWIGification. Engine->Client calls/messages implemented... and segfaul... | David Robillard | 1 | -3/+4 |
2007-07-31 | SWIG building fixes. | David Robillard | 1 | -10/+24 |
2007-07-29 | Build system fixes, building from top level doesn't recursively configure slv... | David Robillard | 1 | -1/+1 |
2007-07-25 | Set signal emission timeout frequencer to a saner value. | David Robillard | 1 | -4/+4 |
2007-07-25 | Fix running with ingen -eg. | David Robillard | 1 | -2/+3 |
2007-07-24 | Scrapped ClientKey in favour of a URI string (towards a simpler closer-to-str... | David Robillard | 1 | -2/+1 |
2007-07-24 | Consistently rename all C++ files .cpp/.hpp. | David Robillard | 1 | -16/+16 |
2007-07-24 | Removed recursive autohell, except for SLv2. | David Robillard | 1 | -1/+1 |
2007-06-24 | Fix running GUI with internal engine and direct interface (i.e. no OSC) with ... | David Robillard | 1 | -3/+0 |
2007-05-04 | Work on internal engine + GUI (still some problems). | David Robillard | 1 | -33/+61 |
2007-05-04 | Made engine, serialisation, client library, and GUI all dynamically loaded mo... | David Robillard | 1 | -0/+426 |