summaryrefslogtreecommitdiff
path: root/FL
AgeCommit message (Expand)Author
2021-02-16Create virtual Fl_RGB_Image* Fl_Gl_Window_Driver::capture_gl_rectangle()ManoloFLTK
2021-02-15Update CMake and make files, minor edits onlyAlbrecht Schlosser
2021-02-12Fix comments and documentationAlbrecht Schlosser
2021-01-29Make Fl_Gl_Window::gl_driver() private (#184)Albrecht Schlosser
2021-01-13Remove "Figure x.y: " from html image captionsAlbrecht Schlosser
2020-11-23Documentation: clarify how keypad keys are named.ManoloFLTK
2020-11-19Rename private member function with trailing underscore.ManoloFLTK
2020-11-17Fix whitespace and minor formatting issuesAlbrecht Schlosser
2020-11-17Replace virtual Fl_RGB_Image::cache_size() by virtual Fl_Image::cache_size()ManoloFLTK
2020-11-14Remove unnecessary friend declaration in class Fl_SVG_ImageManoloFLTK
2020-11-12Fix for issue #155 - continuedManoloFLTK
2020-11-12Fix for issue #155 - continuedManoloFLTK
2020-11-03Add extra argument to Fl_SVG_File_Surface constructor.ManoloFLTK
2020-11-03Clarify doc about how FLTK_SCALING_FACTOR operates.ManoloFLTK
2020-11-01Add Fl_PostScript_File_Device::close_command(Fl_PostScript_Close_Command cmd)ManoloFLTK
2020-10-28Pango ps (#148)ManoloFLTK
2020-10-12Simpler macOS implementation of capture of window titlebars.ManoloFLTK
2020-09-27More documentation of enum Fl_Paged_Device::Page_FormatManoloFLTK
2020-09-25More Doxygen information for enum Fl_Paged_Device::Page_Format.ManoloFLTK
2020-09-21Improve and clarify documentationAlbrecht Schlosser
2020-09-18Improve Fl_Menu_Item docs and inline deprecated methodsAlbrecht Schlosser
2020-09-18Fix use of "\deprecated" Doxygen commands.ManoloFLTK
2020-09-18Return 1 from Fl_Menu_Item::value() for checked itemsAlbrecht Schlosser
2020-09-16Added Fl_Text_Display::style_buffer(), solves issue #138Greg Ercolano
2020-09-09More detailed doc of Fl_Window::decorated_w() and decorated_h().ManoloFLTK
2020-09-06Fix Fl_Check_Browser.{H|cxx} indentation (#121) (#132)Albrecht Schlosser
2020-09-01Customize corner radius for rounded box/frame (#130)Albrecht Schlosser
2020-08-24Improve 'Fl_When' enum documentationAlbrecht Schlosser
2020-08-14Add Fl_Window::screen_num(int) to fully control window locationManoloFLTK
2020-08-01Implement + deploy fl_strdup()Greg Ercolano
2020-07-30Fix use of an SVG image in Fl_Tiled_Image when display is rescaled.ManoloFLTK
2020-07-24Remove typedefs Fl_String and Fl_CStringAlbrecht Schlosser
2020-07-15fix doxygen links in Fl_Group.HDuncan Gibson
2020-07-14First pass at fixing issue 99Greg Ercolano
2020-07-12Update Fl_Window docs, fix typosAlbrecht Schlosser
2020-07-11Fix for building without print support (GitHub issue #98).ManoloFLTK
2020-07-10Convert Fl_Group::array_ to union to better represent its behaviorRobert Schumacher
2020-07-06Add member function FILE* Fl_PostScript_File_Device::file()ManoloFLTK
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2020-07-01Update doc of Fl_Help_View following addition of html entity †ManoloFLTK
2020-06-30Clarify documentation (STR 3532)Albrecht Schlosser
2020-06-29Move class Fl_SVG_File_Surface from libfltk to libfltk_images.ManoloFLTK
2020-06-27Add classes Fl_SVG_File_Surface and Fl_EPS_File_Surface to draw to SVG and EPS.ManoloFLTK
2020-06-18Document who's responsible for deletion of widget's image labels.ManoloFLTK
2020-06-15Allow using an Fl_SVG_Image object as window icon.ManoloFLTK
2020-06-07Improve Fl_SVG_Image docsAlbrecht Schlosser
2020-06-06Add two virtual methods to class Fl_ImageAlbrecht Schlosser
2020-05-24Fix documentation typos and formattingAlbrecht Schlosser
2020-05-08Replace Fl_Window_Driver::is_a_rescale() by Fl_Window::is_a_rescale()ManoloFLTK
2020-05-07Extend fl_message_position() with 'center' optionAlbrecht Schlosser