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
2017-12-25
Use auto for iterators
David Robillard
7
-20
/
+19
2017-12-25
Use std::move to potentially avoid copying
David Robillard
6
-14
/
+14
2017-12-25
Remove superfluous using namespace declarations
David Robillard
20
-58
/
+27
2017-12-25
Always use braces
David Robillard
20
-111
/
+212
2017-12-25
Use nullptr
David Robillard
23
-98
/
+98
2017-12-25
Fix inconsistent parameter names
David Robillard
13
-31
/
+31
2017-12-25
Remove trivial destructors and use default where possible
David Robillard
2
-5
/
+0
2017-12-24
Clean up includes in public headers
David Robillard
7
-1
/
+8
2017-12-16
Move sequence numbers into messages and simplify interfaces
David Robillard
1
-1
/
+1
2017-12-16
Add Message struct and remove tons of interface boilerplate
David Robillard
6
-28
/
+47
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-12-16
Clean up waf options
David Robillard
1
-2
/
+3
2017-03-20
Fix round-trip preservation of property contexts
David Robillard
3
-10
/
+14
2017-03-20
Cleanup: Trim boost headers and unnecessary configure checks
David Robillard
2
-2
/
+2
2017-03-19
Shrink status bar text and fix initial DSP load display
David Robillard
2
-10
/
+3
2017-03-18
Use new suil init API to fix Qt5 plugin UIs
David Robillard
1
-0
/
+3
2017-02-27
Update glade file
David Robillard
1
-122
/
+19
2017-02-26
Fix filtering by type in plugin selector
David Robillard
2
-3
/
+7
2017-02-18
Kludge around broken clipboard on MacOS
David Robillard
1
-1
/
+5
2017-02-18
Improve parallel analysis and execution algorithms
David Robillard
1
-2
/
+3
2017-02-15
Move Properties out of Resource
David Robillard
23
-89
/
+86
2017-02-15
Move static path stuff to its own header
David Robillard
7
-15
/
+15
2016-12-04
Fix initialization order warning
David Robillard
1
-1
/
+1
2016-10-29
Remove useless warning
David Robillard
1
-1
/
+0
2016-10-29
Fix minor memory issues
David Robillard
1
-0
/
+1
2016-10-14
Don't request plugins until necessary
David Robillard
1
-2
/
+0
2016-10-14
Fix initial display of embedded GUIs
David Robillard
2
-1
/
+26
2016-10-14
Simplify port model code
David Robillard
3
-31
/
+26
2016-10-06
Add plugin state saving
David Robillard
2
-10
/
+23
2016-10-02
Fix status bar text for subgraph ports
David Robillard
1
-3
/
+4
2016-10-02
Fix saving and loading subgraphs
David Robillard
1
-1
/
+1
2016-10-02
Fix whitespace
David Robillard
2
-1
/
+2
2016-10-02
Fix display of initial port values
David Robillard
2
-1
/
+9
2016-10-02
Fix unit test responses and ensure events succeed
David Robillard
1
-1
/
+1
2016-10-02
Show audio and load information in status line
David Robillard
6
-44
/
+170
2016-10-02
Replace Delay internal with simpler BlockDelay
David Robillard
5
-7
/
+50
2016-10-01
Fix flushing many message window lines at once
David Robillard
1
-15
/
+17
2016-09-18
Fix undo of large pastes
David Robillard
1
-0
/
+4
2016-09-18
Add fancy communication logging
David Robillard
2
-0
/
+26
2016-09-11
Use URIDs for prototypes
David Robillard
3
-10
/
+6
2016-08-17
Rename main graph and control/notify ports
David Robillard
3
-7
/
+7
2016-08-01
Show colorized log output in messages window
David Robillard
4
-19
/
+117
2016-07-30
Add undo support
David Robillard
4
-3
/
+55
2016-07-29
Use more terse patch:Put for canvas positions
David Robillard
3
-31
/
+10
2016-07-29
Remove Forge dependency from AtomReader
David Robillard
1
-1
/
+0
2016-03-14
Add key binding for moving to parent graph
David Robillard
3
-3
/
+31
2016-03-14
Fix context menu position when using keyboard
David Robillard
2
-17
/
+31
2016-03-14
Update external graph ports when name is changed
David Robillard
1
-4
/
+4
2016-03-14
Enable graph port menu items in external view
David Robillard
2
-7
/
+8
[next]