summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-09-12Fix module loading in static build.David Robillard7-13/+14
2012-09-11Update to r85/autowaf (Fix pkg-config dependencies when not using --pardebug).David Robillard1-0/+0
2012-09-10Load debug version of modules if built with --pardebug.David Robillard1-4/+11
2012-09-10Update to r83/autowaf (Fix mandatory pkg-config checks).David Robillard1-0/+0
2012-09-10Support building against parallel debuggable libraries via pkg-config.David Robillard2-20/+12
2012-09-09Disable timestamps in HTML documentation for reproducible build (fix #856).David Robillard2-3/+4
2012-08-13Don't use GCC only warnings flags on clang.David Robillard1-0/+0
2012-08-10Upgrade to r75/autowaf (enable stricter compiler flags).David Robillard1-0/+0
2012-08-09Fix Windows build.David Robillard3-1/+6
2012-08-09Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...David Robillard3-3/+21
2012-08-09Fix static stuff.David Robillard1-2/+4
2012-08-08Add --no-shared option to avoid building shared libraries.David Robillard1-14/+19
2012-08-08Update to r74/autowaf (Add autowaf.set_c99_mode()).David Robillard2-8/+6
2012-08-08Clean up wscript files.David Robillard1-15/+15
2012-08-07Support building Suil as a static library.David Robillard1-1/+20
2012-08-06Update to r73/autowaf (Windows path fixes).David Robillard1-0/+0
2012-08-05Update to waf 1.7.2.David Robillard1-0/+0
2012-08-04Fix doxygen HTML output.David Robillard1-2/+2
2012-08-04Update to waf 1.7.1.David Robillard1-0/+0
2012-08-03Fix compilation with MSVC.David Robillard5-17/+29
2012-08-03Use more portable defines instead of -D in CFLAGS.David Robillard1-3/+9
2012-08-03Don't build x11_in_gtk2 unless gtk+-x11-2.0 is available.David Robillard2-12/+14
2012-08-03Explicitly forward keyboard events to X11 UIs in Gtk.David Robillard2-13/+30
2012-08-03Fix memory errors introduced in r4603.David Robillard1-1/+1
2012-08-03Support for embedding native Windows UIs in Gtk2.David Robillard4-7/+191
2012-08-02Replace host provided features that match Suil implemented features, ratherDavid Robillard6-19/+31
2012-08-02Clean up wscript files.David Robillard1-1/+1
2012-07-18Gracefully handle UIs with no port_event method (fix #846).David Robillard2-5/+13
2012-07-09Suil 0.6.4.v0.6.4David Robillard2-3/+3
2012-07-09Update to r72/autowaf (don't run ldconfig when destdir is given as an option).David Robillard1-0/+0
2012-07-09Improve documentation style.David Robillard4-2/+197
2012-07-09Improve README.David Robillard1-8/+5
2012-07-09Factor out documentation fixup stuff to autowaf.David Robillard4-24/+6
2012-07-09Sshh.David Robillard1-1/+1
2012-07-09Update Doxygen stuff and improve/simplify documentation style.David Robillard3-331/+416
2012-07-09Add proper documentation for suil_instance_port_event().David Robillard1-0/+13
2012-07-09Add blurb about toolkit dependencies.David Robillard1-0/+3
2012-07-09Improve INSTALL file.David Robillard1-17/+41
2012-07-09Fix whitespace.David Robillard1-2/+2
2012-07-08Update to r69/autowaf (fix Python3 compatibility).David Robillard1-0/+0
2012-07-02Correctly handle resizing for Gtk2 in Qt4.David Robillard3-1/+26
2012-06-30Fix typo in suil_ui_supported() documentation (fix #839).David Robillard2-1/+7
2012-05-25Suil 0.6.2.v0.6.2David Robillard2-4/+4
2012-05-24Allow run-time configuation of module directory via environment variable SUIL...David Robillard3-3/+14
2012-05-20Update to r68/autowaf.David Robillard1-0/+0
2012-05-13Gracefully handle instance allocation failure.David Robillard1-1/+7
2012-05-11Fix suil_instance_free to avoid a double free when the wrapper has already de...David Robillard2-4/+8
2012-05-10Fix compilation on platforms that don't support -Wl,-z,-nodeleteDavid Robillard1-5/+10
2012-04-24Update NEWS.David Robillard1-1/+2
2012-04-24Link GTK wrappers with nodelete flag to avoid multiple glib type registration...David Robillard1-2/+4