summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-07-09Improve documentation style.David Robillard4-2/+197
2012-07-09Improve README.David Robillard1-8/+5
2012-07-09Factor out documentation fixup stuff to autowaf.David Robillard4-24/+6
2012-07-09Sshh.David Robillard1-1/+1
2012-07-09Update Doxygen stuff and improve/simplify documentation style.David Robillard3-331/+416
2012-07-09Add proper documentation for suil_instance_port_event().David Robillard1-0/+13
2012-07-09Add blurb about toolkit dependencies.David Robillard1-0/+3
2012-07-09Improve INSTALL file.David Robillard1-17/+41
2012-07-09Fix whitespace.David Robillard1-2/+2
2012-07-08Update to r69/autowaf (fix Python3 compatibility).David Robillard1-0/+0
2012-07-02Correctly handle resizing for Gtk2 in Qt4.David Robillard3-1/+26
2012-06-30Fix typo in suil_ui_supported() documentation (fix #839).David Robillard2-1/+7
2012-05-25Suil 0.6.2.v0.6.2David Robillard2-4/+4
2012-05-24Allow run-time configuation of module directory via environment variable SUIL...David Robillard3-3/+14
2012-05-20Update to r68/autowaf.David Robillard1-0/+0
2012-05-13Gracefully handle instance allocation failure.David Robillard1-1/+7
2012-05-11Fix suil_instance_free to avoid a double free when the wrapper has already de...David Robillard2-4/+8
2012-05-10Fix compilation on platforms that don't support -Wl,-z,-nodeleteDavid Robillard1-5/+10
2012-04-24Update NEWS.David Robillard1-1/+2
2012-04-24Link GTK wrappers with nodelete flag to avoid multiple glib type registration...David Robillard1-2/+4
2012-04-24Fix crashes when wrapper widget is destroyed by toolkit before suil cleanupDavid Robillard7-31/+79
2012-04-18Update documentation stuff.David Robillard3-4/+20
2012-04-18Update NEWS.David Robillard1-1/+2
2012-04-18Bump dependency versions.David Robillard1-1/+1
2012-04-18ChangeLog => NEWS.David Robillard1-0/+0
2012-04-18Bump version, update ChangeLog.David Robillard2-7/+7
2012-04-13Add missing LV2 build flags.David Robillard1-4/+4
2012-04-12Use URI defines from LV2 headers where possible.David Robillard1-1/+1
2012-04-12Implement UI features again, this time with genuine workiness!David Robillard3-30/+33
2012-04-11Fix a crash. Apparently.David Robillard1-1/+1
2012-04-11Add suil_host_set_touch_func.David Robillard9-115/+150
2012-04-10Fix resize feature URI.David Robillard1-1/+1
2012-04-10Fix resize feature URI.David Robillard1-1/+1
2012-03-27Squeeze blank lines.David Robillard1-1/+0
2012-03-27Delete trailing whitespace.David Robillard4-7/+7
2012-03-26Update for latest UI extension.David Robillard2-2/+2
2012-03-26Update for latest LV2.David Robillard4-27/+9
2012-03-21Implement resize extension automatically at the wrapper level.David Robillard5-8/+60
2012-03-20Fix broken initialisation of features array.David Robillard2-6/+8
2012-02-02Update to r65/autowaf and waf-1.6.10.David Robillard1-0/+0
2012-02-01Update to r64/autowaf.David Robillard1-0/+0
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard4-4/+4
2012-01-18Lint.David Robillard7-28/+14
2012-01-16Use correct WIN32 define.David Robillard2-2/+2
2012-01-16Update to r63/autowafDavid Robillard1-0/+0
2012-01-16Update to r62/autowaf.David Robillard1-0/+0
2012-01-04Fix errors on clode with Qt4 in Gtk2 wrapper.David Robillard2-14/+29
2011-12-28Use ui:parent instead of http://example.org/winid.David Robillard4-3/+4
2011-12-10Initialize wrapper field.David Robillard1-0/+1
2011-12-10Rework module interface to support modules that need to pass features.David Robillard6-137/+205