summaryrefslogtreecommitdiffstats
path: root/src/gui/RenameWindow.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-29Always/explicitly focus text entry in rename window on present.David Robillard1-0/+9
2008-09-30Flatten ingen source directory heirarchy a bit.David Robillard1-0/+119