61 Commits (release-1.3.0)

Author SHA1 Message Date
Michael R Sweet 86688384ce Fix fltk-config --post - script wrapper for app bundle had broken dirname call. 15 years ago
engelsman e729fccaf9 added --prefix and --includedir flags to fltk-config (STR #2137) 15 years ago
engelsman db8d9893eb Fixed fltk-config to give --use on one line (STR #2408) 15 years ago
Matthias Melcher 167d767e0f Changed the copyright to 2009 for header files. Still todo: src and test directory. 17 years ago
Matthias Melcher 7180c24f3c STR #1962: I tried to fix the configuration scripts so that the image support libraries (fltk_jpeg fltk_png fltk_z) are linked in the same fashion as the fltk_image library. Please verify this fix. 17 years ago
Fabien Costantini 268ffc6ef2 Cairo increment 2: Finer cairo granularity, less deps, new fltk_cairo lib 17 years ago
Fabien Costantini d436a13198 STR#2028 new fix: replace ' by \" for the $compile var wrapping in fltk-config.in. 17 years ago
Michael R Sweet bfbfe8a7b2 Revert change for STR #2028, which is not correct. 17 years ago
Fabien Costantini 2718170bfd STR #2028 fix: single quotes changed to double quotes around the variable $compile to make it interpreted, Thanks alvin 17 years ago
Michael R Sweet 18b431e02c Make sure script double-quotes $0... 17 years ago
Michael R Sweet e9b9ec812d Use $@ for arguments passed to the bundled executable. 17 years ago
Michael R Sweet ba2e9f3375 Make --post create a basic Mac OS X application bundle with a shell script 17 years ago
Matthias Melcher ab406a8e79 STR 1875: fixed missing return value from 'fltk-config' for compiles that require a post run 17 years ago
Michael R Sweet 8f270ac7e3 Fix copy/paste error. 18 years ago
Michael R Sweet d76c1e8cd0 Remove unused variables. 18 years ago
Matthias Melcher b2e0a1b087 STR #1624: Added --optim option for fltk-config which returns all flags for compilation that are not returned by --cflags or --cxxflags. 18 years ago
Matthias Melcher 5add80de70 Added POSTBUILD changes for fltk-config.in which I forgot earlier 18 years ago
Michael R Sweet 31e948ed4b Update packaging files. 19 years ago
Michael R Sweet 47fb93aa3c Update pthreads configure test to work on more platforms. 19 years ago
Michael R Sweet 84fe87f472 Fix indentation of elements (STR #1549) 19 years ago
Michael R Sweet a4c2cbd49a Tweak gtk+ drawing of Fl_Choice. 19 years ago
Michael R Sweet eea2b38b34 Add --with-archflags option to configure script, and use it in the right 19 years ago
Michael R Sweet e6bbd2d525 Update copyrights. 20 years ago
Michael R Sweet bf7082f16c Fix fl_filename_list() bug (STR #1159) caused by changing of the ABI 20 years ago
Michael R Sweet 6936751308 Don't use readlink, it is non-standard. 20 years ago
Michael R Sweet c38c41a0c6 Fix typo in fltk-config script. 20 years ago
Michael R Sweet b04558b30d Revert --prefix. Until we have a valid use case, we WILL NOT add 20 years ago
Dejan Lekic d89e94ded2 Added --prefix flag as suggested by Ian McArthur. 20 years ago
Michael R Sweet 87a8b2d9c7 Add --cc and --cxx options to fltk-config, which show the compilers that 20 years ago
Michael R Sweet 3b659149e6 The fltk-config script now handles invocation via a symlink (STR 20 years ago
Michael R Sweet 9ac6934696 "test -e" is not portable, must use "test -f". 20 years ago
Michael R Sweet 743b0f984e The fltk-config script now supports running from a source 20 years ago
Michael R Sweet 1c399af444 Update source file headers with STR web page. 20 years ago
Michael R Sweet add37faa25 Copyright updates. 20 years ago
Michael R Sweet d7fe9245b4 Install image header files in FL/images so that FLTK apps will use the 21 years ago
Michael R Sweet 1215b40f82 Make sure that -L option comes before image libraries, not after. 21 years ago
Michael R Sweet b98e54a92f Remove the GCC -Wshadow option. 21 years ago
Michael R Sweet dd193b3820 Include libdir in link options. 21 years ago
Michael R Sweet 388a864ef7 Makefile and configure script support for image libs. 21 years ago
Michael R Sweet 213be08972 FLTK now builds with the current release of MinGW (STR #325, STR 21 years ago
Michael R Sweet a3d0905c9e Copyright updates and prep for 1.1.5rc1. 21 years ago
Michael R Sweet 47426f0b3f Drop undocumented and non-working --prefix and --exec-prefix options to 22 years ago
Michael R Sweet 52f7cb86a0 fltk-config fix. 22 years ago
Michael R Sweet 00cb676e11 Copyright update for 1.1.3 release (not quite yet, but soon...) 23 years ago
Michael R Sweet e50a290d8a No space between #! and /bin/sh! 23 years ago
Michael R Sweet b40f5fb69e Documentation updates. 23 years ago
Michael R Sweet 3346a9fee7 Change the Fl_Group current, add, and remove methods so they are no longer 23 years ago
Michael R Sweet 9feef1e696 Don't add -lm to link line. 23 years ago
Michael R Sweet 6a6e4ab66c Separate the extra image functions into fltk_images. 23 years ago
Michael R Sweet eff01c14e5 AIX always needs the image libraries, since the AIX linker sucks. 23 years ago