summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-11Remove remaining references to xdbe on X11Albrecht Schlosser
2024-04-09Fix Fl_Terminal::handle_unknown_char() for plot_char() (#948)Albrecht Schlosser
2024-04-08Improve CMake build configuration summaryAlbrecht Schlosser
2024-04-08Make Fl_GTK_Printer_Driver recognize more paper sizesManoloFLTK
2024-04-08Improve Fl_GTK_Printer_Driver::begin_job()ManoloFLTK
2024-04-08Add Tabloid paper size to menu_print_page_size arrayManoloFLTK
2024-04-06Rename putchar() to plot_char() (#944)Greg Ercolano
2024-04-05CMake: Fix detection of trunc() for WindowsAlbrecht Schlosser
2024-04-05Fix documentation example of the FL_FUNCTION_CALLBACK_#() macroManoloFLTK
2024-04-04Fix compiler warning, part 2 of #946Albrecht Schlosser
2024-04-04Fix compiler warning, part 1 of #946Albrecht Schlosser
2024-04-04Add NULL check to UNIX save_file() (#945)Greg Ercolano
2024-04-04FLUID: fix possible null pointer. GitHub #945Matthias Melcher
2024-04-04Improve use of fl_create_print_window() under WindowsManoloFLTK
2024-04-04Improve use of fl_create_print_window() under X11ManoloFLTK
2024-04-02Update misc/README.txtAlbrecht Schlosser
2024-04-02Move test/fromdos.c to misc/fromdos.c where it belongsAlbrecht Schlosser
2024-04-02Add replacement for potentially missing trunc() (#944)Albrecht Schlosser
2024-04-02Improve support for NetBSD (#944)Albrecht Schlosser
2024-04-02Remove dead code/comment: HP-UX 9.x not supportedAlbrecht Schlosser
2024-03-30Fix error in Fl_PostScript_File_Device::begin_page() under PangoManoloFLTK
2024-03-28macOS: Avoid possible crash in makeMainWindow when another win is modalManoloFLTK
2024-03-25Fix "Support for AIX" - part 2 (#942)Albrecht Schlosser
2024-03-24CMake for macOS platform: improve handling of -framework link argumentsManoloFLTK
2024-03-24Replace lround() calls by round() calls in class Fl_Anim_GIF_Image (#942)ManoloFLTK
2024-03-24Remove duplicated #include <config.h> directiveManoloFLTK
2024-03-23macOS: remove deprecated use of property allowedFileTypes in class NSSavePanelManoloFLTK
2024-03-23Add necessary #include <config.h> directivesManoloFLTK
2024-03-22Fix "Support for AIX" (#942)Albrecht Schlosser
2024-03-22Add comments giving cairo version required for each cairo call if > 1.0ManoloFLTK
2024-03-21Remove "-no-pie" link option also from configure-based buildsManoloFLTK
2024-03-21CMake: Remove "-no-pie" build optionAlbrecht Schlosser
2024-03-20Remove unused macro definitionsManoloFLTK
2024-03-20Add missing include file (#939)Albrecht Schlosser
2024-03-20Add configure option to build tests only on request (#940)Albrecht Schlosser
2024-03-20Add compile-time check of required minimum cairo versionManoloFLTK
2024-03-20Use type cairo_region_t* for Fl_Region under Wayland platformManoloFLTK
2024-03-19Update dependencies, whitespace, and Fl_File_Chooser.cxxAlbrecht Schlosser
2024-03-19Document fl_close_display()ManoloFLTK
2024-03-18Fix "Support for HP-UX" (#937)Albrecht Schlosser
2024-03-18Add more public accessor methods to Fl_Grid (#937)Albrecht Schlosser
2024-03-18Fix name clash on some systems (#937)Albrecht Schlosser
2024-03-18CMake: formatting onlyAlbrecht Schlosser
2024-03-18Replace setenv() with putenv() on old systems (+937)Albrecht Schlosser
2024-03-18Move nanosvg to a separate file, don't use 'roundf()' (#937)Albrecht Schlosser
2024-03-18Fix VS compiler warning, write "copied" message to ttyAlbrecht Schlosser
2024-03-18Fix a Visual Studio compiler warningAlbrecht Schlosser
2024-03-18native-filechooser has preview panel with FLTK_USE_X11 and macOSManoloFLTK
2024-03-18Fl_Native_File_Chooser_GTK: improve preview of text files on HiDPIManoloFLTK
2024-03-18CHANGES.txt: mention new Fl_terminal widgetManoloFLTK