summaryrefslogtreecommitdiff
path: root/FL
AgeCommit message (Expand)Author
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
2020-05-07Add (x,y) positioning mode to common dialogsairbrett
2020-04-26Doc: more detail about fl_clip_region() when drawing elsewhere than on the di...ManoloFLTK
2020-04-22Add optional argument to Fl_Printer::begin_job() to inform caller when an err...ManoloFLTK
2020-04-20Make draw() protected (Fl_Tree + Fl_Table)Albrecht Schlosser
2020-04-20Fix formatting of Fl_Wizard.HAlbrecht Schlosser
2020-04-20Make draw method protected in Fl_WizardMohammed Alyousef
2020-04-15Fix int highlight() commentMohammed Alyousef
2020-04-05Update standard file headersManoloFLTK
2020-03-28Merge remote-tracking branch 'refs/remotes/origin/master'ManoloFLTK
2020-03-28Doc: make clear that nanosvg doesn't render image elements.ManoloFLTK
2020-03-26Update documentation, fix typosAlbrecht Schlosser
2020-03-11Remove CodeWarrior "support"Albrecht Schlosser
2020-03-08Update Fl_Text_Display documentationAlbrecht Schlosser
2020-03-03Clarify documentation of Fl_PackAlbrecht Schlosser
2020-02-28Fl_Sys_Menu_Bar: make it strict equivalent of Fl_Menu_Bar outside macOSManoloFLTK
2020-02-10Implement fl_putenv() as cross-platform putenv()Albrecht Schlosser
2020-02-03Move fl_font(face, size) to fl_draw.cxxAlbrecht Schlosser
2020-02-03Fix regression calling fl_font() w/o draw contextAlbrecht Schlosser
2020-02-03Don't "export" X11 specific fl_open_display() functionAlbrecht Schlosser
2020-01-31Update Fl::keyboard_screen_scaling()Albrecht Schlosser
2020-01-31Add Fl::keyboard_screen_scaling(int) to control recognition of ctrl/+/-/0/ManoloFLTK
2020-01-31Add a "Preview" switch to the GTK native file chooser.ManoloFLTK
2020-01-30New public static variable bool Fl_Image::register_images_doneManoloFLTK
2020-01-28Fix Doxygen formatting problem.ManoloFLTK
2020-01-26Fix 2 typos in Fl_Widget::shortcut_label() Doxygen doc.ManoloFLTK
2020-01-26Add Fl_Widget::shortcut_label(int) to control effect of '&' in some widget la...ManoloFLTK
2020-01-26Fix documentation of Fl_ShortcutAlbrecht Schlosser
2020-01-20Improve documentation of clipping functionsAlbrecht Schlosser
2020-01-14Merge remote-tracking branch 'refs/remotes/origin/master'Matthias Melcher