index
:
suil.git
main
meson
Suil GUI embedding library
d@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
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
2011-03-28
Fix Windows build.
David Robillard
2
-2
/
+8
2011-03-17
Switch Suil to 2-clause BSD license.
David Robillard
4
-64
/
+96
2011-03-04
Gtk2-in-QT4 resize patch from Rui.
David Robillard
1
-2
/
+6
2011-02-26
Show plug before embedding in Qt. Gtk UIs working in svn QTractor.
David Robillard
1
-0
/
+2
2011-02-26
Fix suil_wrap signature.
David Robillard
1
-5
/
+5
2011-02-26
Gracefully handle missing module symbols.
David Robillard
1
-1
/
+8
2011-02-26
Fix wrap function name.
David Robillard
1
-3
/
+3
2011-02-24
Make Suil exclusively deal with instantiating (not choosing) UIs.
David Robillard
3
-160
/
+42
2011-02-23
Gtk2 in Qt4 embedding (untested).
David Robillard
1
-24
/
+5
2011-02-23
Support for wrapping Qt4 UIs for Gtk2 hosts and vice versa via modules.
David Robillard
4
-17
/
+334
2011-02-22
Implement sane UI selection logic and separate it from instantiation.
David Robillard
3
-37
/
+112
2011-02-22
Fix headers.
David Robillard
2
-2
/
+2
2011-02-22
Initial UI instance implementation.
David Robillard
3
-0
/
+230
[next]