93 Commits (cf5c428e4fb4f0371cc3d05d7d31744e5ce28dd0)

Author SHA1 Message Date
Albrecht Schlosser f41be78153 Rename confusing configure and Makefile (makeinclude) variable. 10 years ago
Albrecht Schlosser 1a69ba5ae9 Update configure and makeinclude.in to get rid of version numbers in Makefiles. 10 years ago
Albrecht Schlosser 8a3c43da55 Remove unused htmldoc from autoconf configure options. 11 years ago
Manolo Gouy 598e2cb63b MacOS: create a bundled version of all example programs with fltk-config --post 13 years ago
Greg Ercolano 4f4a8fc3c7 Modifications to all LGPL headers for STR #2685. 14 years ago
Manolo Gouy a8530c73fa Adopted use of FL_LIBRARY #define symbol under Mac OS X. This allows to compile 15 years ago
Manolo Gouy f3c7efc8d2 The 3 objective-c++ files used for the Mac OS X support are no longer included 15 years ago
Albrecht Schlosser e1cff96f1f Added Windows Resource Compiler ("RC") to configure/makeinclude for 15 years ago
Matthias Melcher a803cec1b7 Fixed even more Copyright to 2010. Probably still forgot some. 15 years ago
Albrecht Schlosser 998cc6df52 Merge of branch-1.3-Fl_Printer, with the following main changes: 15 years ago
Greg Ercolano 2c3d7c7b45 FNFC continued -- Added makeinclude.in 16 years ago
Matthias Melcher 43f16de4de Removed [] expression from configure.in 16 years ago
Matthias Melcher b34b7a8d2b Some fixes for the Cocoa port 16 years ago
Matthias Melcher b2cffc688e Moved OS X code base to the more moder Cocoa toolkit thanks to the awesome work of Manolo Gouy (STR #2221). This is a big one! I tested all test applications under 32-bit autoconf and Xcode, and a few apps under 64bit intel. No PPC testing was done. Please verify this patch if you have the machine! 16 years ago
Matthias Melcher 167d767e0f Changed the copyright to 2009 for header files. Still todo: src and test directory. 17 years ago
Matthias Melcher 6b3f61e3ff In the configuration setp, LIBNAME (which contains the local path of the library as seen from the src directory) was used wrong. I added LIBBASENAME, the true library name without the path, and replaced LIBNAME wherever it was used wrongly. 17 years ago
Fabien Costantini b2deb4b6f4 Fixed one typoe in configure.in, changed LINKFLTKCAIRO parameter passing in LINKSHARED. 17 years ago
Fabien Costantini 9d3b6d2b73 corrected makeinclude IMGDSONAME to CAIRODSONAME paste typo. 17 years ago
Fabien Costantini 268ffc6ef2 Cairo increment 2: Finer cairo granularity, less deps, new fltk_cairo lib 17 years ago
Fabien Costantini 14ca02ffff Doxygen documentation: commented out the 1.5.7 specific doc options, updated README for pdf and html use. Now minimum version required is 1.5.5 17 years ago
Matthias Melcher b6bde2e456 Merging the UTF8 patch, consisting of O'ksi'd s original 1.1.6 patch and additions by Ian. PLEASE BE AWARE that the patch in its current incarnation is a regression in many aspects and further work is required before we can announce Unicode support. 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 9c538a4b2e STR 1883: Attempt to fix installation of binaries in .app bundle on platforms other than OS X. Must be tested with Cygwin and on Linux! 18 years ago
Michael R Sweet 8dac15372c Add -L. to DSOFLAGS (STR #1791) 18 years ago
Matthias Melcher a1d7593761 STR #1632: restored files to the original settings. I a no expert with build files, so I will leave this to someone who can fix this right. Matthias. 18 years ago
Matthias Melcher d84e2832f7 Second aproach at solving the 'install -d' issue. I added a public domain script that supposedly solves the issue on every box. I also looke at 'install-sh', but found a bazillion of versions, doing so much more than we actually need. But I am open to sugestions, and happy to reverse my changes if something better comes along. 18 years ago
Matthias Melcher 40be03495d Remove the 'verbose' flag for directory creation. 18 years ago
Matthias Melcher ba562f87b9 STR #1632: replaced 'install -d' with 'mkdir -p', falling back to 'install' in case 'mkdir' could not be found (which I can't imagine happening. Now I hope that every implementation of 'mkdir' supports the '-p' flag. 18 years ago
Matthias Melcher 6df72e8979 STR #1623: restored the unloved POSTBUILD command because the reulting executable is still better than the automatically foregrounding one. The 'right thing' is to create a bundle anyways. 19 years ago
Michael R Sweet 7d64ba5ec8 Newer autoconf defines "datarootdir", which "datadir" depends on. I still 19 years ago
Michael R Sweet 44b2ff35cf Use install command instead of CHMOD, CP, and MKDIR. 19 years ago
Michael R Sweet 47fb93aa3c Update pthreads configure test to work on more platforms. 19 years ago
Michael R Sweet ef2dc5bd87 Add DSOFLAGS to DSOCOMMAND's, so that we inherit X_LIBS and other options 19 years ago
Michael R Sweet 4db211dce1 Add missing man.6 rule... 19 years ago
Michael R Sweet 58699112db Fix use of LDFLAGS and make install depend on all target... 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 115d539691 More packaging fun. 20 years ago
Michael R Sweet 887a458227 Work on Linux and OSX desktop integration stuff via make install and 20 years ago
Michael R Sweet 4ba1119822 Workaround Solaris make problems... 20 years ago
Michael R Sweet 7dd1ddbeef FLTK now enables large file support when available (STR #1087) 20 years ago
Michael R Sweet 2f40b8b80b Start adding support for sound in Sudoku via ALSA. 20 years ago
Michael R Sweet ff4722e07a Fix local image library link bug... 20 years ago
Michael R Sweet b8dcdf4c64 Compilation could fail if a previous installation of FLTK was in 20 years ago
Michael R Sweet 2eb4d42349 Move docdir definition to makeinclude.in (STR #824) 20 years ago
Michael R Sweet 1c399af444 Update source file headers with STR web page. 20 years ago
Michael R Sweet add37faa25 Copyright updates. 21 years ago
Michael R Sweet bf910884cc Documentation updates (STR #570) 21 years ago
Michael R Sweet 7ee19d1140 Fix local image library build bug. 21 years ago
Michael R Sweet 388a864ef7 Makefile and configure script support for image libs. 21 years ago
Michael R Sweet a3d0905c9e Copyright updates and prep for 1.1.5rc1. 21 years ago