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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-05
Fix subpatch creation (fix #826).
David Robillard
7
-23
/
+25
2012-04-05
Remove use of Glibmm variant wrapper which is inexplicably recent (fix #827).
David Robillard
2
-7
/
+4
2012-04-05
Fix wonky controls when plugin GUI is open (fix #822).
David Robillard
1
-6
/
+9
2012-03-27
Tidy.
David Robillard
1
-4
/
+8
2012-03-27
Fix load plugin window.
David Robillard
1
-4
/
+8
2012-03-27
Squeeze blank lines.
David Robillard
3
-3
/
+0
2012-03-27
Delete trailing whitespace.
David Robillard
1
-1
/
+1
2012-03-27
Switch to AGPL3+.
David Robillard
64
-1024
/
+960
2012-03-26
Update for latest LV2.
David Robillard
1
-2
/
+2
2012-03-25
Update for latest atom extension.
David Robillard
4
-5
/
+5
2012-03-20
Show entire UI (with menu and status bar) for LV2 UI.
David Robillard
3
-4
/
+20
2012-03-19
Partially functioning communication between Ingen LV2 plugin and UI.
David Robillard
21
-120
/
+152
2012-03-16
Preliminary work towards native LV2 UI.
David Robillard
14
-772
/
+1148
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
25
-38
/
+36
2012-03-16
Remove activity from interface and use set_property() instead.
David Robillard
2
-3
/
+6
2012-03-15
Remove weird "include" directory and use standard style ("ingen" directory in...
David Robillard
1
-2
/
+2
2012-03-12
Centralise atom creation in forge object.
David Robillard
21
-100
/
+141
2012-03-12
Unify event response mechanism and make it more appropriate for wire transmis...
David Robillard
4
-8
/
+11
2012-03-12
Make port controls actually do something.
David Robillard
2
-37
/
+36
2012-03-11
Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat.
David Robillard
3
-6
/
+8
2012-03-11
Fix crash when showing port properties window.
David Robillard
1
-0
/
+1
2012-03-10
Rename ingen:canvas-x and ingen:canvas-y to ingen:canvasX and ingen:canvasY t...
David Robillard
6
-30
/
+30
2012-03-10
Delete trailing whitespace.
David Robillard
2
-3
/
+3
2012-01-18
Use consistent *_config.h rather than *-config.h.
David Robillard
5
-5
/
+5
2012-01-14
Replace some non-portable stuff with glib equivalents.
David Robillard
3
-11
/
+2
2011-12-23
Use source port colour for connection colour.
David Robillard
1
-2
/
+1
2011-12-18
Use opaque port colours.
David Robillard
1
-6
/
+6
2011-12-10
Fix event handling.
David Robillard
2
-2
/
+5
2011-12-08
Clean up port event stuff.
David Robillard
3
-9
/
+35
2011-12-08
Make canvas direction a property.
David Robillard
1
-2
/
+2
2011-12-08
Fix node moving (inform user via "moved" signal).
David Robillard
6
-12
/
+12
2011-12-07
Fix event handling.
David Robillard
1
-0
/
+7
2011-12-07
Remove cruft from public API.
David Robillard
3
-10
/
+3
2011-12-06
FlowCanvas's successor is hereby dubbed Ganv.
David Robillard
14
-69
/
+67
2011-12-06
Death to Module.cpp.
David Robillard
3
-14
/
+6
2011-12-05
Move event handling down to C level.
David Robillard
3
-6
/
+12
2011-12-04
Move module port management stuff down to C level.
David Robillard
1
-1
/
+1
2011-12-04
Move module ports down to C level.
David Robillard
2
-6
/
+6
2011-12-04
Remove redundant _canvas field from Item.
David Robillard
2
-4
/
+4
2011-12-03
Don't expose canvas data structures.
David Robillard
6
-46
/
+60
2011-12-02
Joinable => Node.
David Robillard
4
-12
/
+12
2011-12-02
Node => Circle.
David Robillard
1
-2
/
+2
2011-12-02
Remove Shape::store_location() in favour of Joinable::signal_moved.
David Robillard
2
-0
/
+6
2011-12-02
Connection => Edge.
David Robillard
4
-7
/
+7
2011-12-02
Ellipse => Node.
David Robillard
1
-1
/
+1
2011-12-01
Move color stuff down to C level.
David Robillard
3
-6
/
+3
2011-12-01
Use consistent property wrappers for x and y coordinates.
David Robillard
3
-10
/
+10
2011-12-01
Fix compilation.
David Robillard
7
-13
/
+13
2011-12-01
Remove menu stuff from FlowCanvas.
David Robillard
6
-2
/
+21
[next]