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