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
/
ConnectWindow.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-23
Use lowercase namespace names
David Robillard
1
-12
/
+12
2018-01-22
Speed up animation and update GUI at 30Hz
David Robillard
1
-1
/
+1
2018-01-22
Only enqueue messages when the engine is remote
David Robillard
1
-6
/
+7
2018-01-21
Add URI class and remove use of Raul::URI
David Robillard
1
-12
/
+12
2017-12-25
Use std::move to potentially avoid copying
David Robillard
1
-3
/
+3
2017-12-25
Remove superfluous using namespace declarations
David Robillard
1
-3
/
+2
2017-12-25
Always use braces
David Robillard
1
-8
/
+15
2017-12-25
Use nullptr
David Robillard
1
-15
/
+15
2017-12-24
Clean up includes in public headers
David Robillard
1
-1
/
+1
2017-12-16
Add Message struct and remove tons of interface boilerplate
David Robillard
1
-2
/
+13
2017-12-16
Clean up includes
David Robillard
1
-2
/
+1
2017-12-16
Use unbounded queue for client signals
David Robillard
1
-1
/
+1
2017-02-15
Move static path stuff to its own header
David Robillard
1
-1
/
+1
2016-10-14
Don't request plugins until necessary
David Robillard
1
-2
/
+0
2016-08-17
Rename main graph and control/notify ports
David Robillard
1
-1
/
+1
2015-10-02
Don't connect twice to server on initial load.
David Robillard
1
-1
/
+11
2015-08-29
Fix crash when clicking activate before connection.
David Robillard
1
-0
/
+13
2015-05-25
Use ingen:/ as base URI on the wire.
David Robillard
1
-1
/
+1
2015-04-04
Fix whitespace.
David Robillard
1
-5
/
+5
2015-04-04
Update copyright dates.
David Robillard
1
-1
/
+1
2015-03-16
Fix launching GUI with no engine.
David Robillard
1
-100
/
+149
2015-02-08
Server-side copy paste with LV2 state support.
David Robillard
1
-1
/
+1
2014-02-02
Disable responses in the usual case where the UI doesn't care.
David Robillard
1
-1
/
+1
2014-01-24
Update for latest LV2 Atom Object simplifications.
David Robillard
1
-2
/
+19
2013-01-12
Remove Raul::SharedPtr and switch to std::shared_ptr.
David Robillard
1
-8
/
+8
2013-01-11
Use type safe enumerations.
David Robillard
1
-10
/
+10
2012-12-23
Use more sensible URI scheme for Ingen paths.
David Robillard
1
-6
/
+6
2012-12-21
Fix UI operation via socket.
David Robillard
1
-1
/
+1
2012-08-19
GraphObject => Node
David Robillard
1
-1
/
+1
2012-08-19
Patch => Graph
David Robillard
1
-5
/
+5
2012-08-17
Implement real logging system, LV2 log extension support, and purge evil/ugly...
David Robillard
1
-5
/
+5
2012-08-16
Remove all 'using namespace Raul'.
David Robillard
1
-2
/
+1
2012-08-14
Update for latest Raul.
David Robillard
1
-18
/
+19
2012-08-12
Use ingen:root as the path for the root patch, opening up path space for engi...
David Robillard
1
-1
/
+1
2012-07-31
Merge Ingen::Shared namespace into Ingen namespace and core libingen library.
David Robillard
1
-4
/
+4
2012-05-14
Remove useless abs and fix compilation error on some platforms (fix ticket #8...
David Robillard
1
-1
/
+1
2012-05-13
Initialize all members on construction.
David Robillard
1
-0
/
+13
2012-05-11
Avoid including gtkmm.h
David Robillard
1
-0
/
+2
2012-05-11
Lint.
David Robillard
1
-17
/
+17
2012-05-11
Use more reasonable names for the world's interface and engine (if present).
David Robillard
1
-29
/
+28
2012-05-10
Use SharedPtr references to Interfaces to keep things sane.
David Robillard
1
-4
/
+11
2012-05-10
Don't double initialize Jack when running ingen -eg
David Robillard
1
-5
/
+4
2012-05-09
Remove old HTTP and OSC stuff.
David Robillard
1
-13
/
+4
2012-03-27
Switch to AGPL3+.
David Robillard
1
-16
/
+15
2012-03-16
Preliminary work towards native LV2 UI.
David Robillard
1
-1
/
+1
2012-03-16
Remove ping() from interface, just use a get instead.
David Robillard
1
-3
/
+2
2012-03-16
Merge ClientInterface and ServerInterface.
David Robillard
1
-5
/
+4
2012-03-16
Remove activity from interface and use set_property() instead.
David Robillard
1
-2
/
+3
2012-03-12
Centralise atom creation in forge object.
David Robillard
1
-35
/
+42
2012-03-12
Unify event response mechanism and make it more appropriate for wire transmis...
David Robillard
1
-2
/
+2
[next]