summaryrefslogtreecommitdiffstats
path: root/src/libs/gui/App.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-08-19Slightly more reliable OSC comms. Still not really up to the task of receivi...David Robillard1-2/+11
2008-08-19Remove weird virtual inheritance interface overlay thing from client in favou...David Robillard1-1/+4
2008-08-18More copy/paste and serialisation work.David Robillard1-0/+2
2008-08-16Add missing Store.cpp.David Robillard1-24/+18
2008-08-16Factor out common store functionality.David Robillard1-2/+0
2008-08-16Reorganize two 'store' implementations, move header to shared module (prepare...David Robillard1-1/+1
2008-08-15Push serialiser down into core ('world').David Robillard1-13/+13
2008-08-13Remove old LASH stuff (wouldn't be useful in implementing the new LASH with t...David Robillard1-3/+0
2008-07-28Simply global memory management crap by using shared_ptr in the World struct ...David Robillard1-13/+9
2008-06-09Store information from patch properties window.David Robillard1-0/+1
2008-05-15Show error messages from engine in a pop-up dialog.David Robillard1-2/+15
2007-12-20Fix about dialog close button.David Robillard1-0/+9
2007-12-19Fix LV2 GUI embedding.David Robillard1-5/+8
2007-11-30Split redland C++ wrappers out from Raul.David Robillard1-1/+1
2007-10-26Apply module icons patch from larsl (with formatting/visual tweaks).David Robillard1-7/+32
2007-10-23Plugin icon cache and plugin icons in the plugin dialog, from larsl.David Robillard1-0/+19
2007-10-11Fix initial state of radio buttons in connect window when running ingen -eg.David Robillard1-23/+11
2007-10-11Fix Gtk rendering corruption problems when running monolithic (internal engine).David Robillard1-1/+14
2007-10-09Blink ports connected to outputs when output blinks.David Robillard1-0/+9
2007-10-08Reorganize modules module (heh) to make a bit more sense. But not much.David Robillard1-1/+3
2007-10-08Dynamically load Serialiser from serialisation module, make it actually work,...David Robillard1-5/+20
2007-10-08Fix serialization/connection bugs resulting from refactoring.David Robillard1-0/+1
2007-10-03Apply/tweak patch from larsl to apply matching style to embedded GUIs.David Robillard1-1/+20
2007-10-01Blink MIDI ports on message transmission.David Robillard1-3/+39
2007-09-24Avoid thread creation and glade stuff on module/port creation (defer until me...David Robillard1-1/+1
2007-09-20Fix RDF threading problems (random messy crashes on patch loading).David Robillard1-0/+2
2007-09-20Strip a bunch of old useless code.David Robillard1-4/+0
2007-08-01Clean up engine/client interfaces.David Robillard1-0/+2
2007-07-31SWIG building fixes.David Robillard1-1/+1
2007-07-30Shutdown cleanly (fix ticket 53).David Robillard1-0/+2
2007-07-29Build system fixes, building from top level doesn't recursively configure slv...David Robillard1-1/+1
2007-07-25Fix running with ingen -eg.David Robillard1-11/+17
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-20/+20
2007-07-24Removed recursive autohell, except for SLv2.David Robillard1-3/+3
2007-07-23Updated LV2 spec.David Robillard1-1/+1
2007-07-15Gracefully handle inability to load window icon (SVG).David Robillard1-2/+7
2007-07-03Fix running from source tree when Ingen is not installed at all (with set_dev...David Robillard1-1/+2
2007-05-04Work on internal engine + GUI (still some problems).David Robillard1-2/+5
2007-05-04Made engine, serialisation, client library, and GUI all dynamically loaded mo...David Robillard1-0/+260