summaryrefslogtreecommitdiff
path: root/FL
AgeCommit message (Expand)Author
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
2020-01-14Fixed some documentation for Fl_Preferences and fl_make_path.Matthias Melcher
2020-01-13Combine image readers in class Fl_Image_ReaderAlbrecht Schlosser
2020-01-10Updated image readers.Matthias Melcher
2020-01-08Drop 1.0 compatibility; document 1.4 migrationAlbrecht Schlosser
2020-01-05Fix Doxygen description of the constructors.ManoloFLTK
2020-01-03Added code to read GIF files from memory (GitHub issue #33, 2/2)Matthias Melcher
2020-01-03Added code to read BMP files from memory (GitHub issue #33, 1/2)Matthias Melcher
2019-12-31Merge remote-tracking branch 'refs/remotes/origin/master'Matthias Melcher
2019-12-31Limiting file access for Fl_Preferences.Matthias Melcher
2019-12-30Small docs addition for issue#45.Greg Ercolano
2019-11-07Reorganise use of virtual member function Fl_Surface_Device::end_current()ManoloFLTK