Age | Commit message (Expand) | Author | Files | Lines |
2012-11-14 | Suil 0.6.6.v0.6.6 | David Robillard | 1 | -1/+1 |
2012-11-14 | Fix compilation error in last commit. | David Robillard | 1 | -6/+7 |
2012-11-14 | Support reparenting Gtk-in-Qt UIs. | David Robillard | 1 | -5/+46 |
2012-09-24 | Fix suil_dlfunc on Windows (fix ticket #860). | David Robillard | 1 | -1/+4 |
2012-09-12 | Fix module loading in static build. | David Robillard | 6 | -6/+6 |
2012-08-09 | Fix Windows build. | David Robillard | 2 | -0/+5 |
2012-08-09 | Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis... | David Robillard | 3 | -3/+21 |
2012-08-03 | Fix compilation with MSVC. | David Robillard | 3 | -6/+7 |
2012-08-03 | Don't build x11_in_gtk2 unless gtk+-x11-2.0 is available. | David Robillard | 1 | -1/+0 |
2012-08-03 | Explicitly forward keyboard events to X11 UIs in Gtk. | David Robillard | 2 | -13/+30 |
2012-08-03 | Fix memory errors introduced in r4603. | David Robillard | 1 | -1/+1 |
2012-08-03 | Support for embedding native Windows UIs in Gtk2. | David Robillard | 2 | -6/+174 |
2012-08-02 | Replace host provided features that match Suil implemented features, rather | David Robillard | 4 | -17/+27 |
2012-07-18 | Gracefully handle UIs with no port_event method (fix #846). | David Robillard | 1 | -5/+7 |
2012-07-09 | Fix whitespace. | David Robillard | 1 | -2/+2 |
2012-07-02 | Correctly handle resizing for Gtk2 in Qt4. | David Robillard | 1 | -0/+24 |
2012-05-24 | Allow run-time configuation of module directory via environment variable SUIL... | David Robillard | 1 | -3/+6 |
2012-05-13 | Gracefully handle instance allocation failure. | David Robillard | 1 | -1/+7 |
2012-05-11 | Fix suil_instance_free to avoid a double free when the wrapper has already de... | David Robillard | 2 | -4/+8 |
2012-04-24 | Fix crashes when wrapper widget is destroyed by toolkit before suil cleanup | David Robillard | 5 | -30/+71 |
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 | 7 | -114/+133 |
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 | 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 | 3 | -20/+7 |
2012-03-21 | Implement resize extension automatically at the wrapper level. | David Robillard | 4 | -8/+55 |
2012-03-20 | Fix broken initialisation of features array. | David Robillard | 2 | -6/+8 |
2012-01-18 | Use consistent *_config.h rather than *-config.h. | David Robillard | 3 | -3/+3 |
2012-01-18 | Lint. | David Robillard | 7 | -28/+14 |
2012-01-16 | Use correct WIN32 define. | David Robillard | 1 | -1/+1 |
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 | Clean up GObject stuff. | David Robillard | 2 | -106/+72 |
2011-11-07 | Remove use of non-portable _XOPEN_SOURCE and strdup. | David Robillard | 1 | -2/+0 |
2011-10-20 | Add missing files | David Robillard | 2 | -0/+184 |
2011-10-20 | Support embedding X11 UIs. | David Robillard | 2 | -3/+14 |
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 |
2011-06-01 | Fix GtkBuilder using (and likely other) Gtk UIs in Qt4 hosts that do not link... | David Robillard | 5 | -10/+35 |
2011-05-30 | Initialise Gtk when wrapped in Qt, and initialise GtkPlug with QX11EmbedConta... | David Robillard | 1 | -7/+6 |
2011-05-20 | Fix compilation with ancient versions of Gtk2 (fix ticket #655). | David Robillard | 1 | -0/+4 |
2011-04-28 | Don't hide pointers behind typedefs. | David Robillard | 5 | -41/+27 |
2011-04-22 | Switch to ISC license (legally equivalent to MIT license but with less obnoxi... | David Robillard | 5 | -103/+58 |
2011-04-22 | Remove UI instance API from SLV2 (apps should implement UIs via Suil now). | David Robillard | 3 | -24/+92 |
2011-04-16 | Squeeze blank lines and delete trailing whitespace. | David Robillard | 2 | -3/+1 |