Age | Commit message (Expand) | Author | Files | Lines |
2012-11-14 | Support reparenting Gtk-in-Qt UIs. | David Robillard | 2 | -6/+48 |
2012-09-24 | Fix suil_dlfunc on Windows (fix ticket #860). | David Robillard | 1 | -1/+4 |
2012-09-13 | Update to r87/autowaf (Build debuggable library with PDB file under MSVC with... | David Robillard | 1 | -0/+0 |
2012-09-13 | Update to r86/autowaf (Fix pkg-config checking with --pardebug). | David Robillard | 1 | -0/+0 |
2012-09-12 | Fix module loading in static build. | David Robillard | 7 | -13/+14 |
2012-09-11 | Update to r85/autowaf (Fix pkg-config dependencies when not using --pardebug). | David Robillard | 1 | -0/+0 |
2012-09-10 | Load debug version of modules if built with --pardebug. | David Robillard | 1 | -4/+11 |
2012-09-10 | Update to r83/autowaf (Fix mandatory pkg-config checks). | David Robillard | 1 | -0/+0 |
2012-09-10 | Support building against parallel debuggable libraries via pkg-config. | David Robillard | 2 | -20/+12 |
2012-09-09 | Disable timestamps in HTML documentation for reproducible build (fix #856). | David Robillard | 2 | -3/+4 |
2012-08-13 | Don't use GCC only warnings flags on clang. | David Robillard | 1 | -0/+0 |
2012-08-10 | Upgrade to r75/autowaf (enable stricter compiler flags). | David Robillard | 1 | -0/+0 |
2012-08-09 | Fix Windows build. | David Robillard | 3 | -1/+6 |
2012-08-09 | Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis... | David Robillard | 3 | -3/+21 |
2012-08-09 | Fix static stuff. | David Robillard | 1 | -2/+4 |
2012-08-08 | Add --no-shared option to avoid building shared libraries. | David Robillard | 1 | -14/+19 |
2012-08-08 | Update to r74/autowaf (Add autowaf.set_c99_mode()). | David Robillard | 2 | -8/+6 |
2012-08-08 | Clean up wscript files. | David Robillard | 1 | -15/+15 |
2012-08-07 | Support building Suil as a static library. | David Robillard | 1 | -1/+20 |
2012-08-06 | Update to r73/autowaf (Windows path fixes). | David Robillard | 1 | -0/+0 |
2012-08-05 | Update to waf 1.7.2. | David Robillard | 1 | -0/+0 |
2012-08-04 | Fix doxygen HTML output. | David Robillard | 1 | -2/+2 |
2012-08-04 | Update to waf 1.7.1. | David Robillard | 1 | -0/+0 |
2012-08-03 | Fix compilation with MSVC. | David Robillard | 5 | -17/+29 |
2012-08-03 | Use more portable defines instead of -D in CFLAGS. | David Robillard | 1 | -3/+9 |
2012-08-03 | Don't build x11_in_gtk2 unless gtk+-x11-2.0 is available. | David Robillard | 2 | -12/+14 |
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 | 4 | -7/+191 |
2012-08-02 | Replace host provided features that match Suil implemented features, rather | David Robillard | 6 | -19/+31 |
2012-08-02 | Clean up wscript files. | David Robillard | 1 | -1/+1 |
2012-07-18 | Gracefully handle UIs with no port_event method (fix #846). | David Robillard | 2 | -5/+13 |
2012-07-09 | Suil 0.6.4.v0.6.4 | David Robillard | 2 | -3/+3 |
2012-07-09 | Update to r72/autowaf (don't run ldconfig when destdir is given as an option). | David Robillard | 1 | -0/+0 |
2012-07-09 | Improve documentation style. | David Robillard | 4 | -2/+197 |
2012-07-09 | Improve README. | David Robillard | 1 | -8/+5 |
2012-07-09 | Factor out documentation fixup stuff to autowaf. | David Robillard | 4 | -24/+6 |
2012-07-09 | Sshh. | David Robillard | 1 | -1/+1 |
2012-07-09 | Update Doxygen stuff and improve/simplify documentation style. | David Robillard | 3 | -331/+416 |
2012-07-09 | Add proper documentation for suil_instance_port_event(). | David Robillard | 1 | -0/+13 |
2012-07-09 | Add blurb about toolkit dependencies. | David Robillard | 1 | -0/+3 |
2012-07-09 | Improve INSTALL file. | David Robillard | 1 | -17/+41 |
2012-07-09 | Fix whitespace. | David Robillard | 1 | -2/+2 |
2012-07-08 | Update to r69/autowaf (fix Python3 compatibility). | David Robillard | 1 | -0/+0 |
2012-07-02 | Correctly handle resizing for Gtk2 in Qt4. | David Robillard | 3 | -1/+26 |
2012-06-30 | Fix typo in suil_ui_supported() documentation (fix #839). | David Robillard | 2 | -1/+7 |
2012-05-25 | Suil 0.6.2.v0.6.2 | David Robillard | 2 | -4/+4 |
2012-05-24 | Allow run-time configuation of module directory via environment variable SUIL... | David Robillard | 3 | -3/+14 |
2012-05-20 | Update to r68/autowaf. | David Robillard | 1 | -0/+0 |
2012-05-13 | Gracefully handle instance allocation failure. | David Robillard | 1 | -1/+7 |