index
:
ingen.git
atom-cpp
fix-unused-parameter-warnings
groups
main
newparallel
nodeless
parallel
parallel-work
parameters
sequencefix
serd1
tasks
Ingen modular audio processor
d@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gui
/
App.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-23
Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.
David Robillard
1
-4
/
+4
2013-02-23
Move Atom implementation out of Raul so it can depend on LV2.
David Robillard
1
-3
/
+3
2013-02-02
More generic Atom class.
David Robillard
1
-1
/
+1
2013-01-12
Remove Raul::SharedPtr and switch to std::shared_ptr.
David Robillard
1
-11
/
+7
2013-01-11
Use type safe enumerations.
David Robillard
1
-1
/
+1
2013-01-08
Don't highlight fill colour on mouse hover.
David Robillard
1
-1
/
+1
2012-12-23
Use more sensible URI scheme for Ingen paths.
David Robillard
1
-1
/
+1
2012-11-22
Configuration file saving.
David Robillard
1
-1
/
+13
2012-11-21
GUI::Configuration => GUI::Style.
David Robillard
1
-7
/
+7
2012-11-18
Don't do top level Glib things if Glib is already initialized.
David Robillard
1
-4
/
+6
2012-11-18
Fix Plugin=>UI ring overflow handling.
David Robillard
1
-0
/
+10
2012-08-19
Patch => Graph
David Robillard
1
-8
/
+8
2012-08-18
Node => Block
David Robillard
1
-1
/
+1
2012-08-17
Implement real logging system, LV2 log extension support, and purge evil/ugly...
David Robillard
1
-9
/
+7
2012-08-16
Remove all 'using namespace Raul'.
David Robillard
1
-6
/
+4
2012-07-31
Merge Ingen::Shared namespace into Ingen namespace and core libingen library.
David Robillard
1
-5
/
+4
2012-07-26
Report subject with errors to client for more meaningful error messages.
David Robillard
1
-2
/
+6
2012-05-13
Handle exception by reference.
David Robillard
1
-1
/
+1
2012-05-11
Avoid including gtkmm.h
David Robillard
1
-0
/
+1
2012-05-11
Add missing includes.
David Robillard
1
-0
/
+1
2012-05-11
Use more reasonable names for the world's interface and engine (if present).
David Robillard
1
-9
/
+9
2012-05-10
Work towards translatable strings and a cleaner log interface.
David Robillard
1
-3
/
+3
2012-05-10
LV2URIMap => URIMap.
David Robillard
1
-4
/
+2
2012-05-10
Use SharedPtr references to Interfaces to keep things sane.
David Robillard
1
-1
/
+1
2012-05-01
Remove half baked control window stuff. The canvas is better anyway.
David Robillard
1
-1
/
+0
2012-04-28
Remove using declarations from headers.
David Robillard
1
-3
/
+7
2012-04-14
Update URIs.
David Robillard
1
-1
/
+1
2012-03-27
Switch to AGPL3+.
David Robillard
1
-16
/
+15
2012-03-25
Update for latest atom extension.
David Robillard
1
-1
/
+1
2012-03-19
Partially functioning communication between Ingen LV2 plugin and UI.
David Robillard
1
-2
/
+2
2012-03-16
Preliminary work towards native LV2 UI.
David Robillard
1
-2
/
+5
2012-03-16
Merge ClientInterface and ServerInterface.
David Robillard
1
-2
/
+2
2012-03-16
Remove activity from interface and use set_property() instead.
David Robillard
1
-1
/
+3
2012-03-12
Unify event response mechanism and make it more appropriate for wire transmis...
David Robillard
1
-4
/
+6
2012-03-11
Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat.
David Robillard
1
-1
/
+2
2012-01-14
Replace some non-portable stuff with glib equivalents.
David Robillard
1
-3
/
+1
2011-12-06
FlowCanvas's successor is hereby dubbed Ganv.
David Robillard
1
-1
/
+1
2011-12-02
Connection => Edge.
David Robillard
1
-1
/
+1
2011-12-01
Move color stuff down to C level.
David Robillard
1
-2
/
+2
2011-11-29
Remove libgnomecanvasmm dependency.
David Robillard
1
-2
/
+0
2011-11-27
Remove linear searching for connections.
David Robillard
1
-9
/
+0
2011-10-22
De-singleton-ify GUI.
David Robillard
1
-30
/
+40
2011-10-21
Clean up include paths.
David Robillard
1
-1
/
+1
2011-10-21
Move more headers to shared include directory.
David Robillard
1
-1
/
+1
2011-10-21
Separate URIs from LV2URIMap.
David Robillard
1
-1
/
+1
2011-10-21
Move World.hpp and Module.hpp to public include directory.
David Robillard
1
-1
/
+1
2011-10-21
Begin moving shared headers to public include directory.
David Robillard
1
-18
/
+22
2011-10-03
Remove static PortType enumeration from public/client side interface.
David Robillard
1
-3
/
+3
2011-09-23
Fix broken iterator use (memory errors on erase) in ResourceImpl::set_property.
David Robillard
1
-10
/
+11
2011-09-14
Support lv2:sampleRate controls (mostly) correctly.
David Robillard
1
-1
/
+27
[next]