89 Commits (c62501c93a802a9853a9f44fc9e79b294a4be81c)

Author SHA1 Message Date
ManoloFLTK 160eb2926d Remove usage of __APPLE_QUARTZ__ (#673) 2 years ago
ManoloFLTK 41f37613ec Derive Fl_Zenity_Native_File_Chooser_Driver from Fl_Kdialog_Native_… 3 years ago
Trent McPheron 576271fb04 Add Zenity-based file chooser based on the KDialog one (HugLifeTiZ) 3 years ago
Albrecht Schlosser cc6a7d008b Remove obsolete config variable 'HAVE_LIBPNG_PNG_H' 3 years ago
Albrecht Schlosser 04ccc8cc46 Remove experimental platforms Android, Pico, SDL (PR #376) 3 years ago
Albrecht Schlosser 5438954d8c Generate FL/fl_config.h rather than FL/abi-version.h 4 years ago
ManoloFLTK 4bc25f7f9d Fix for issue #278 - continued : add CMake OPTION_USE_KDIALOG 4 years ago
ManoloFLTK eb8b016fab Fix for issue #254: remove hardware overlay support . 4 years ago
ManoloFLTK 84cf249482 Fix for issue #253: Remove xdbe support 4 years ago
Albrecht Schlosser c6eccf6137 Call pthread's recursive mutex on Linux (Issue #245) 4 years ago
Albrecht Schlosser 26c46cc022 Prevent CMake from expanding comments 4 years ago
Albrecht Schlosser 5cca79489b Harmonize and document syntax of config.h source files 4 years ago
ManoloFLTK b027d2ba57 Windows platform: use GDI+ to antialias oblique lines and curves. 4 years ago
Albrecht Schlosser f09e17c3c5 Remove $Id$ tags, update URL's, and more 5 years ago
ManoloFLTK 26e6c3f930 Add classes Fl_SVG_File_Surface and Fl_EPS_File_Surface to draw to SVG and EPS. 5 years ago
Matthias Melcher b1598dc703 Removed macro FL_PORTING, as it has been more confusing than helpful. 7 years ago
Manolo Gouy 1a28d85dc3 Add new Fl_SVG_Image class to support scalable vector graphics images using the (modified) nanosvg software. 8 years ago
Manolo Gouy 461750c38e X11 platform: Add optional use of the pango library to draw text, gaining the possibility to draw text in any script supported by Unicode. 9 years ago
Manolo Gouy 21781c3fe9 Add --enable-print option to configure to allow building without print support on X11 platforms. 9 years ago
Albrecht Schlosser d11db7adfa Add missing configure options to configh.in. 9 years ago
Albrecht Schlosser 0a6be0a83f Fix compiler warnings (STR 2988), porting from branch-1.3. 9 years ago
Albrecht Schlosser 3beb45165a [CMake] config.h, part 2 - full compatibility with autoconf. 10 years ago
Albrecht Schlosser 4f5e6e7732 Harmonize configure and CMake build system (part 1). 10 years ago
Albrecht Schlosser 17c4817592 Add configure and CMake checks for X11/Xregion.h. 10 years ago
Lauri Kasanen a6c4b29a18 Detect XRender support 10 years ago
Pierre Ossman 332dc1b7ac Add method to set any custom cursor, based on a Fl_RGB_Image object. 11 years ago
Pierre Ossman 1d6cc80d59 STR 2636. Add ability to get notifications whenever the 12 years ago
Albrecht Schlosser e9767cce34 Removed autoconf/configure and CMake tests and defines for 12 years ago
Manolo Gouy f309c395fc STR#2600 again: under X11, dynamically load the libXrandr shared library. 14 years ago
Manolo Gouy 9bdc310346 Fix STR#2600 : screens configuration changes are now detected under all platforms. 14 years ago
Greg Ercolano 4f4a8fc3c7 Modifications to all LGPL headers for STR #2685. 14 years ago
Manolo Gouy 937ddb60c1 Fix STR #2582 (Mac OS): The problem: under Mac OS, file config.h can be used with distinct 14 years ago
Manolo Gouy bc509d32eb Fix STR #2504 (first part). Replaced HAVE _CAIRO by FLTK_HAVE_CAIRO and USE_CAIRO 15 years ago
Matthias Melcher a803cec1b7 Fixed even more Copyright to 2010. Probably still forgot some. 15 years ago
Manolo Gouy 8fa3fc272a Removed USE_QUARTZ, __APPLE_COCOA__, __APPLE_QD__ that are no longer used 15 years ago
Matthias Melcher 38aa53038c Started to remove USE_QUARTZ, as all Apple implementations use Quartz as their Graphics Rendering system now. 15 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
Albrecht Schlosser f42c541529 Fixed glibc 2.10 compiler problems (Fedora 11 and others) with scandir() 16 years ago
Fabien Costantini a33d0a6d29 STR#2035 fix : Changed all 1998-200[0-8] dates to 1998-2009 for supported fltk files (this excludes i.e the png subdir). 17 years ago
Fabien Costantini 268ffc6ef2 Cairo increment 2: Finer cairo granularity, less deps, new fltk_cairo lib 17 years ago
Fabien Costantini ffad932289 + Cairo branch merged after successful testing on Mac OS X 10.5.4, Linux Ubuntu 8.04,Windows XPSP2. 17 years ago
Michael R Sweet e173e7bec0 Add header check for dlfcn.h. 19 years ago
Michael R Sweet 4d6faca615 Add support for glutGetProcAddress() on Mac OS X and other platforms 19 years ago
Michael R Sweet 1c61b1297d Fix glXGetProcAddressARB() usage and support for POSIX threads on HP-UX 11. 19 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
Matthias Melcher 458d1dc75d Attempt to make 'localeconv()' part of the configuration process. VC6 works, but I'll need feedback for all other platforms... . Trying OS X in a few minutes. 20 years ago
Michael R Sweet cc593f6b64 Add Fl::screen_count() and Fl::screen_xywh() APIs to support multi- 20 years ago
Michael R Sweet add37faa25 Copyright updates. 21 years ago
Matthias Melcher 8327822026 Updated config stuff to allow for --enable-quartz ofr Mac OS X which in 21 years ago