Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-05 | Fix Cocoa in Qt5 compilation | David Robillard | 1 | -2/+2 | |
2019-04-21 | Switch to using a submodule for autowaf | David Robillard | 1 | -1/+1 | |
2019-04-21 | Update autowaf | David Robillard | 1 | -19/+17 | |
2019-04-14 | Use modern LV2 includes | David Robillard | 1 | -1/+1 | |
2019-03-17 | Update autowaf and adapt to new API | David Robillard | 1 | -5/+3 | |
2019-03-17 | Squashed 'waflib/' changes from 915dcb1..e7a29b6 | David Robillard | 1 | -420/+0 | |
e7a29b6 Upgrade to waf 2.0.15 8280f9d Add command for running executables from the build directory 8073c1a Make make_simple_dox() safe in case of exception 70d03b8 Avoid use of global counter hacks for configuration display b7d689a Rewrite test framework 94deadf Automatically add options and move add_flags() to options context f4259ee Reduce system include path noise 927b608 Automatically display configuration header c44b8f3 Set line justification from a constant in the wscript a48e26f Automatically detect if wscript has a test hook ef66724 Save runtime variables in the environment 63bcbcd Clean up TestContext b1d9505 Add ExecutionContext for setting runtime environment 387c1df Add show_diff() and test_file_equals() utilities 29d4d29 Fix in-tree library paths 9fde01f Add custom configuration context 6d3612f Add lib_path_name constant git-subtree-dir: waflib git-subtree-split: e7a29b6b9b2f842314244c23c14d8f8f560904e1 | |||||
2019-02-19 | Add support for min_size and base_size in XSizeHints | brummer10 | 1 | -1/+1 | |
This allows a plugin UI to be shown with a default size but be resizable to a smaller size, within limits, afterwards. | |||||
2018-12-20 | Suil 0.10.2v0.10.2 | David Robillard | 1 | -1/+1 | |
2018-12-20 | Move README to README.md | David Robillard | 1 | -1/+1 | |
2018-09-16 | Clean up wscript | David Robillard | 1 | -21/+19 | |
2018-01-16 | Explicitly set language version | David Robillard | 1 | -0/+1 | |
2018-01-03 | Fix configuration with Python 3 | David Robillard | 1 | -1/+0 | |
2017-12-29 | Use clang-tidy for linting | David Robillard | 1 | -1/+16 | |
2017-12-29 | Upgrade to waf 2.0.3 | David Robillard | 1 | -4/+5 | |
2017-12-16 | Update waf | David Robillard | 1 | -3/+0 | |
2017-12-16 | Add support for Cocoa in Qt5 | David Robillard | 1 | -1/+18 | |
2017-12-16 | Tidy up configure output | David Robillard | 1 | -1/+4 | |
2017-10-04 | Remove X11 dependency for gtk2 in qt5 | David Robillard | 1 | -1/+2 | |
2017-10-03 | Suil 0.10.0v0.10.0 | David Robillard | 1 | -1/+1 | |
2017-10-03 | Add release and upload commands | David Robillard | 1 | -3/+8 | |
2017-10-03 | Clean up wscript | David Robillard | 1 | -31/+23 | |
2017-08-06 | Only enable C++11 mode if Qt5 is in use | David Robillard | 1 | -0/+1 | |
2017-08-06 | Fix building with X11 against custom LV2 install path | David Robillard | 1 | -1/+1 | |
2017-03-20 | Fix build without X11 | David Robillard | 1 | -1/+1 | |
2017-03-18 | Add suil_init() | David Robillard | 1 | -1/+16 | |
This allows the actual host argc and argv to be passed to QApplication if it is created by Suil (for Qt in non-Qt cases), and initializes X11 threads to fix Qt5 in Gtk2. | |||||
2017-03-17 | Remove X11 hackery and use Qt5 facilities to embed Gtk | David Robillard | 1 | -6/+2 | |
2017-02-27 | Update waf and fix C++11 flags | David Robillard | 1 | -4/+2 | |
2017-02-26 | Add preliminary Qt5 in Gtk2 support | David Robillard | 1 | -8/+40 | |
This crashes virtually all of the time in straight Gtk hosts unless XInitThreads is called before any Gtk functions. A portable solution to this is needed, but I have no idea what that might be. | |||||
2016-12-10 | Add support for X11 in Gtk3 | David Robillard | 1 | -1/+30 | |
2016-09-19 | Suil 0.8.4v0.8.4 | David Robillard | 1 | -2/+2 | |
2016-09-05 | Add project tag to release posts | David Robillard | 1 | -1/+1 | |
2016-08-17 | Add target for generating release announcements | David Robillard | 1 | -0/+12 | |
2015-09-13 | Require LV2 1.6.0. | David Robillard | 1 | -13/+11 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5727 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-09-12 | Add Gtk2 and X11 in Qt5 wrappers. | David Robillard | 1 | -3/+41 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5725 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-05-14 | Only report suil_ui_supported() if necessary wrapper is compiled in. | David Robillard | 1 | -5/+22 | |
Fixes issue #1045. git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5679 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-14 | Various Windows fixes (patches from Robin Gareus). | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5556 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-01-18 | Fix LV2 1.6.0 features (idle, show). | David Robillard | 1 | -7/+7 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5521 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-12-18 | Upgrade to waf 1.8.5. | David Robillard | 1 | -12/+10 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5496 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-10-29 | Fix compilation with -Wl,--no-undefined (fix #981). | David Robillard | 1 | -2/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5476 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-10-29 | Add Cocoa in Gtk wrapper (patch from Robin Gareus) (fix #988). | David Robillard | 1 | -0/+20 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5475 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-10-05 | Configure based on compiler target OS for cross-compilation. | David Robillard | 1 | -4/+4 | |
Only add -dl to pkg-config file for appropriate platforms. Fix #986. git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5472 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-08-08 | Suil 0.8.2.v0.8.2 | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5436 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-07-13 | Add configure options to disable all Gtk or Qt support (fix #952). | David Robillard | 1 | -12/+19 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5411 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-02-08 | Fix embedding several Qt UIs in Gtk (apply #961). | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5335 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-04 | Suil 0.8.0v0.8.0 | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5265 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-12-25 | Load waf modules before everything else so CFLAGS and friends are correct ↵ | David Robillard | 1 | -1/+1 | |
(oops). git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5204 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-12-25 | Add suil_instance_get_handle (patch from Rui Nuno Capela) (#925). | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5201 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-12-25 | Don't call suil_instance_extension_data from modules (fix #926). | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5200 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-09-17 | Suil 0.6.16.v0.6.16 | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5160 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-08-10 | Fix suil_instance_extension_data() for UIs with NULL extension_data (fix #924). | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5154 a436a847-0d15-0410-975c-d299462d15a1 |