index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configure.ac
Age
Commit message (
Expand
)
Author
2018-06-18
Recent (circa early 2018) versions of the Mingw32 headers have changed the fi...
Ian MacArthur
2018-02-25
CMake + configure: improve generation of fltk-config.
Albrecht Schlosser
2018-02-25
Remove obsolete -DUSE_OPENGL32 from configure and fltk-config.
Albrecht Schlosser
2018-02-23
CMake: Fix fltk-config for Windows and Unix/Linux.
Albrecht Schlosser
2018-02-09
Replace "WIN32" with "_WIN32" or "Windows".
Albrecht Schlosser
2018-01-15
configure: add checks to avoid incompatible options --disable-xft and --enabl...
Manolo Gouy
2018-01-08
MacOS configure --enable-x11: add needed compilation option under MacOS 10.13
Manolo Gouy
2017-09-06
Changed AC_CHECK_HEADER -> AC_CHECK_HEADERS, since two files are being tested...
Greg Ercolano
2017-09-06
Small fix to remove an extra paren introduced in r12153
Greg Ercolano
2017-09-03
Add new Fl_SVG_Image class to support scalable vector graphics images using t...
Manolo Gouy
2016-12-23
Fix inverted configure logic for option --enable-print.
Albrecht Schlosser
2016-12-21
X11 platform: Add optional use of the pango library to draw text, gaining the...
Manolo Gouy
2016-12-01
Add --enable-print option to configure to allow building without print suppor...
Manolo Gouy
2016-09-30
Configure fixes and enhancements, ported from branch-1.3.
Albrecht Schlosser
2016-09-30
Rename configure.in to configure.ac.
Albrecht Schlosser