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
/
PropertiesWindow.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-17
Clean up includes and forward declarations
David Robillard
1
-1
/
+0
2023-09-23
Clean up includes and forward declarations
David Robillard
1
-0
/
+1
2023-09-22
Avoid potential null dereferences
David Robillard
1
-3
/
+6
2023-02-03
Suppress/fix new warnings in clang-tidy 15
David Robillard
1
-9
/
+9
2022-09-27
Use braced init lists to avoid repeating return types
David Robillard
1
-1
/
+1
2022-08-18
Fix include order
David Robillard
1
-1
/
+2
2022-08-18
Avoid "else" after "return", "break", and "continue"
David Robillard
1
-10
/
+25
2022-08-18
Use default member initialization
David Robillard
1
-1
/
+0
2022-08-18
Use auto when declaring iterators
David Robillard
1
-3
/
+4
2020-12-15
Clean up includes in gui
David Robillard
1
-3
/
+31
2020-12-14
Fix unnecessary parameter copying overhead
David Robillard
1
-2
/
+2
2020-12-14
Use "auto" to avoid redundancy
David Robillard
1
-9
/
+11
2020-12-14
Avoid "using namespace"
David Robillard
1
-1
/
+1
2020-08-02
Remove std::shared_ptr alias
David Robillard
1
-2
/
+3
2020-08-02
Fix double-promotion warnings
David Robillard
1
-2
/
+2
2019-12-08
Cleanup: Use "using" instead of "typedef" where appropriate
David Robillard
1
-1
/
+1
2019-03-09
Clean up includes and forward declarations
David Robillard
1
-10
/
+13
2019-03-09
Localise dependency on boost::format and improve logging API
David Robillard
1
-3
/
+3
2019-03-08
Pass World everywhere by reference
David Robillard
1
-21
/
+20
2018-09-23
Use lowercase namespace names
David Robillard
1
-19
/
+19
2018-01-21
Add URI class and remove use of Raul::URI
David Robillard
1
-24
/
+26
2018-01-21
Replace insert(make_pair(...)) with emplace
David Robillard
1
-7
/
+6
2017-12-25
Use auto for iterators
David Robillard
1
-2
/
+2
2017-12-25
Remove superfluous using namespace declarations
David Robillard
1
-2
/
+0
2017-12-25
Use nullptr
David Robillard
1
-3
/
+3
2017-02-15
Move Properties out of Resource
David Robillard
1
-4
/
+4
2016-09-11
Use URIDs for prototypes
David Robillard
1
-8
/
+4
2015-10-26
Use URIDs almost everywhere
David Robillard
1
-13
/
+8
2015-04-04
Update copyright dates.
David Robillard
1
-1
/
+1
2015-04-01
Support adding datatype properties.
David Robillard
1
-28
/
+87
2015-03-28
Unify value widgets in properties dialog.
David Robillard
1
-278
/
+207
2015-03-28
Improve properties window.
David Robillard
1
-44
/
+158
2015-02-07
Fix crash when properties window object goes away.
David Robillard
1
-0
/
+1
2014-08-09
Fix initial size of properties window.
David Robillard
1
-7
/
+6
2014-01-24
Fix various whitespace and formatting issues.
David Robillard
1
-20
/
+20
2013-11-01
Remove unused typedefs.
David Robillard
1
-1
/
+0
2013-06-09
Fix zero minimum for float property values (#895).
David Robillard
1
-2
/
+10
2013-06-09
Support removing properties from the properties dialog.
David Robillard
1
-7
/
+30
2013-02-23
Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.
David Robillard
1
-3
/
+3
2013-02-23
Move Atom implementation out of Raul so it can depend on LV2.
David Robillard
1
-8
/
+8
2013-02-02
More generic Atom class.
David Robillard
1
-6
/
+6
2013-02-02
Add option to enable/disable canvas animation (fix/avoid #879).
David Robillard
1
-1
/
+2
2013-01-12
Remove Raul::SharedPtr and switch to std::shared_ptr.
David Robillard
1
-2
/
+2
2013-01-12
Lint.
David Robillard
1
-1
/
+1
2013-01-11
Use range-based for loops where possible.
David Robillard
1
-18
/
+18
2013-01-11
C++11-safe conversions.
David Robillard
1
-1
/
+2
2013-01-08
Add support for URID ports.
David Robillard
1
-163
/
+36
2012-12-22
More sophisticated domain and range handling for properties dialog.
David Robillard
1
-51
/
+98
2012-12-21
Show properties with no domain in add selector of properties dialog.
David Robillard
1
-2
/
+3
2012-12-21
Provide access to properties window for Graphs from canvas menu.
David Robillard
1
-0
/
+4
[next]