summaryrefslogtreecommitdiffstats
path: root/src/gui/RenameWindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-12-25Remove superfluous using namespace declarationsDavid Robillard1-8/+6
2017-12-24Clean up includes in public headersDavid Robillard1-0/+1
2017-02-15Move static path stuff to its own headerDavid Robillard1-1/+1
2015-09-04Fix various atom conversion issues.David Robillard1-1/+2
2015-04-04Update copyright dates.David Robillard1-1/+1
2014-08-30Fix renaming symbol and label at the same time.David Robillard1-6/+6
2014-08-09Fix GUI updates after operations by emulating set feedback.David Robillard1-3/+3
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-6/+6
2013-02-02More generic Atom class.David Robillard1-2/+2
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-2/+2
2012-08-19GraphObject => NodeDavid Robillard1-1/+1
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard1-1/+0
2012-08-16Remove all 'using namespace Raul'.David Robillard1-11/+10
2012-08-14Replace use of old Raul Table stuff with std::map.David Robillard1-3/+0
2012-08-14Update for latest Raul.David Robillard1-8/+6
2012-08-12Use ingen:root as the path for the root patch, opening up path space for engi...David Robillard1-3/+3
2012-08-12Stricter symbol construction and conversion.David Robillard1-3/+3
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-2/+1
2012-05-11Use more reasonable names for the world's interface and engine (if present).David Robillard1-2/+2
2012-05-10LV2URIMap => URIMap.David Robillard1-3/+2
2012-04-28Remove using declarations from headers.David Robillard1-0/+3
2012-04-23Fire signal and update GUI correctly when renaming ports.David Robillard1-1/+2
2012-04-23Use URI defines where possible.David Robillard1-1/+1
2012-03-27Switch to AGPL3+.David Robillard1-16/+15
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-1/+1
2012-03-16Merge ClientInterface and ServerInterface.David Robillard1-1/+1
2012-03-12Centralise atom creation in forge object.David Robillard1-1/+3
2011-10-22De-singleton-ify GUI.David Robillard1-4/+4
2011-10-21Move more headers to shared include directory.David Robillard1-1/+1
2011-10-21Separate URIs from LV2URIMap.David Robillard1-1/+1
2011-05-24Move appropriate client headers to public include directory.David Robillard1-3/+6
2011-05-20Remove dependency on glade and glademm (migrate to GtkBuilder).David Robillard1-7/+7
2011-05-13Make models const in client code.David Robillard1-8/+13
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard1-1/+1
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-7/+0
2011-04-13Consistent local or installed includes for interface headers.David Robillard1-1/+1
2010-12-15Fix broken disabling of rename window OK button (fix ticket #502).David Robillard1-18/+5
2010-09-04My name is David. :)David Robillard1-1/+1
2010-02-04Use std::string::empty where possible (faster, and less prone to C string err...David Robillard1-2/+2
2010-02-03Comprehensive use of cached URIs and more advanced Value (Atom) system.David Robillard1-4/+6
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard1-10/+13
2009-12-30Fix renaming (fix ticket #458).David Robillard1-26/+43
2009-11-16Make all windows respond to ctrl+w.David Robillard1-1/+1
2009-05-27Rename 'destroy' 'delete' ('del' in code) (WebDAV DELETE).David Robillard1-1/+1
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-4/+4
2009-05-13The great ID refactoring of 2009.David Robillard1-1/+2
2009-05-12Bring EngineInterface and ClientInterface closer together.David Robillard1-1/+1
2008-12-03Don't allow renaming to the same name (fix ticket #282).David Robillard1-2/+4