Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-07-25 | Improve documentation. | David Robillard | 1 | -1/+2 | |
2015-03-16 | Add missing C defines for notification protocols. | Hanspeter Portner | 1 | -0/+4 | |
* add LV2_UI__PortProtocol * add LV2_UI__protocol * add LV2_UI__floatProtocol * add LV2_UI__peakProtocol | |||||
2015-02-20 | Add Qt5 UI type | falkTX | 1 | -0/+1 | |
2015-02-20 | Clean up whitespace. | David Robillard | 1 | -1/+1 | |
2014-11-25 | Single-page API documentation with unified style. | David Robillard | 1 | -2/+9 | |
2014-07-31 | Use Doxygen Markdown support for more human-readable doc comments. | David Robillard | 1 | -19/+22 | |
Minor improvements to UI documentation. | |||||
2014-05-14 | Add accidentally removed ui:updateRate. | David Robillard | 1 | -0/+1 | |
2014-05-08 | Add windowTitle property. | David Robillard | 1 | -2/+6 | |
2014-05-08 | Improve documentation. | David Robillard | 1 | -102/+93 | |
2014-02-09 | Add show interface so UIs can gracefully degrade to separate windows if ↵ | David Robillard | 1 | -1/+27 | |
hosts can not use their widget directly. | |||||
2014-01-04 | LV2 1.8.0 | David Robillard | 1 | -1/+1 | |
2013-12-09 | Fix LV2_UI_INVALID_PORT_INDEX identifier in documentation. | David Robillard | 1 | -1/+1 | |
2013-05-09 | Add ui:updateRate property. | David Robillard | 1 | -0/+1 | |
2013-03-19 | Add UI idle interface. | David Robillard | 1 | -0/+19 | |
2012-08-16 | Add missing LV2_SYMBOL_EXPORT declaration for lv2ui_descriptor prototype. | David Robillard | 1 | -0/+1 | |
2012-08-02 | Add C defines for ui:WindowsUI and ui:CocoaUI. | David Robillard | 1 | -0/+2 | |
2012-07-29 | Add ui:Gtk3UI. | David Robillard | 1 | -0/+1 | |
2012-04-12 | Add missing URI defines. | David Robillard | 1 | -0/+2 | |
2012-04-12 | Update doxygen markup. | David Robillard | 1 | -10/+10 | |
2012-04-11 | Update documentation and fix indentation. | David Robillard | 1 | -108/+88 | |
2012-04-11 | Make subscribe and unsubscribe extension parameters features again (better ↵ | David Robillard | 1 | -10/+12 | |
safe than sorry). | |||||
2012-04-06 | Add missing definition of ui:portSubscribe feature. | David Robillard | 1 | -0/+1 | |
2012-03-26 | Use the normal feature handle pattern for UI features. | David Robillard | 1 | -16/+41 | |
2012-03-23 | Duplicate new functionality in pui extension as features in the ui extension. | David Robillard | 1 | -70/+150 | |
2012-03-23 | Move UI resize functionality to UI extension. | David Robillard | 1 | -1/+48 | |
2012-02-08 | Rearrange tree so top level can be used as an include path for standard ↵ | David Robillard | 1 | -0/+247 | |
style LV2 includes. |