Age | Commit message (Expand) | Author | Files | Lines |
2012-04-18 | Bump dependency versions. | David Robillard | 1 | -1/+1 |
2012-04-18 | ChangeLog => NEWS. | David Robillard | 1 | -0/+0 |
2012-04-18 | Bump version, update ChangeLog. | David Robillard | 2 | -7/+7 |
2012-04-13 | Add missing LV2 build flags. | David Robillard | 1 | -4/+4 |
2012-04-12 | Use URI defines from LV2 headers where possible. | David Robillard | 1 | -1/+1 |
2012-04-12 | Implement UI features again, this time with genuine workiness! | David Robillard | 3 | -30/+33 |
2012-04-11 | Fix a crash. Apparently. | David Robillard | 1 | -1/+1 |
2012-04-11 | Add suil_host_set_touch_func. | David Robillard | 9 | -115/+150 |
2012-04-10 | Fix resize feature URI. | David Robillard | 1 | -1/+1 |
2012-04-10 | Fix resize feature URI. | David Robillard | 1 | -1/+1 |
2012-03-27 | Squeeze blank lines. | David Robillard | 1 | -1/+0 |
2012-03-27 | Delete trailing whitespace. | David Robillard | 4 | -7/+7 |
2012-03-26 | Update for latest UI extension. | David Robillard | 2 | -2/+2 |
2012-03-26 | Update for latest LV2. | David Robillard | 4 | -27/+9 |
2012-03-21 | Implement resize extension automatically at the wrapper level. | David Robillard | 5 | -8/+60 |
2012-03-20 | Fix broken initialisation of features array. | David Robillard | 2 | -6/+8 |
2012-02-02 | Update to r65/autowaf and waf-1.6.10. | David Robillard | 1 | -0/+0 |
2012-02-01 | Update to r64/autowaf. | David Robillard | 1 | -0/+0 |
2012-01-18 | Use consistent *_config.h rather than *-config.h. | David Robillard | 4 | -4/+4 |
2012-01-18 | Lint. | David Robillard | 7 | -28/+14 |
2012-01-16 | Use correct WIN32 define. | David Robillard | 2 | -2/+2 |
2012-01-16 | Update to r63/autowaf | David Robillard | 1 | -0/+0 |
2012-01-16 | Update to r62/autowaf. | David Robillard | 1 | -0/+0 |
2012-01-04 | Fix errors on clode with Qt4 in Gtk2 wrapper. | David Robillard | 2 | -14/+29 |
2011-12-28 | Use ui:parent instead of http://example.org/winid. | David Robillard | 4 | -3/+4 |
2011-12-10 | Initialize wrapper field. | David Robillard | 1 | -0/+1 |
2011-12-10 | Rework module interface to support modules that need to pass features. | David Robillard | 6 | -137/+205 |
2011-12-10 | Fix long lines. | David Robillard | 1 | -15/+19 |
2011-12-10 | Clean up GObject stuff. | David Robillard | 2 | -106/+72 |
2011-11-26 | Use the more portable/correct lib instead of linkflags. | David Robillard | 1 | -4/+4 |
2011-11-24 | Update waf. | David Robillard | 1 | -0/+0 |
2011-11-07 | Remove use of non-portable _XOPEN_SOURCE and strdup. | David Robillard | 1 | -2/+0 |
2011-10-22 | Upgrade to r58/autowaf (Fix building against local libraries) | David Robillard | 1 | -0/+0 |
2011-10-20 | Add missing files | David Robillard | 2 | -0/+184 |
2011-10-20 | Support embedding X11 UIs. | David Robillard | 4 | -4/+34 |
2011-10-19 | Upgrade to r57/autowaf | David Robillard | 1 | -0/+0 |
2011-10-19 | Check for LV2 extensions via pkg-config (new style in LV2 SVN). | David Robillard | 1 | -3/+4 |
2011-10-15 | Fix man page installation directory (#781) | David Robillard | 1 | -0/+0 |
2011-10-15 | Use path variables in pkgconfig files (#782). | David Robillard | 2 | -0/+6 |
2011-09-27 | Load tools before autowaf.configure so e.g. --debug works correctly. | David Robillard | 1 | -3/+3 |
2011-09-27 | Avoid adding -std=c99 to command line repeatedly. | David Robillard | 1 | -1/+1 |
2011-09-17 | Upgrade to r52/autowaf | David Robillard | 1 | -0/+0 |
2011-08-23 | Upgrade to waf 1.6.7 and autowaf r50 | David Robillard | 1 | -0/+0 |
2011-08-23 | Upgrade to waf 1.6.7 and autowaf r50 | David Robillard | 1 | -0/+0 |
2011-07-18 | Fix configuration (ticket #727). | David Robillard | 1 | -0/+2 |
2011-07-07 | Upgrade to waf 1.6.6 | David Robillard | 2 | -2/+3 |
2011-06-14 | Use uppercase for pkg-config variables, matching environment variables. | David Robillard | 1 | -4/+4 |
2011-06-11 | Suil 0.4.4v0.4.4 | David Robillard | 2 | -3/+3 |
2011-06-11 | Make suil_host_free tolerate being called on NULL | David Robillard | 1 | -3/+5 |
2011-06-02 | Call gtk_init after loading Gtk2 library when wrapped in Qt4 hosts. | David Robillard | 1 | -1/+2 |