summaryrefslogtreecommitdiff
path: root/FL
AgeCommit message (Expand)Author
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
2019-11-06Link Doxygen doc of Fl_Widget::label(text) to relevant part of FLTK programmi...ManoloFLTK
2019-10-22Add default value of 0 for 1st arg of member function Fl_Printer::begin_job().ManoloFLTK
2019-09-15X11 platform: use Gnome printer dialog when the GTK library is available at r...ManoloFLTK
2019-08-27Added new method Fl_Tree_Item::event_on_item()Greg Ercolano
2019-08-27Add example "Fitting an SVG image to a resizable Fl_Box" to doc of Fl_SVG_Image.ManoloFLTK
2019-08-25More fixes for STR #3527; handle usericons, etcGreg Ercolano
2019-08-24Fixes STR #3527: Fl_Tree small drags on open/close icons change selectionGreg Ercolano
2019-08-12Support copy function in Fl_Color_ChooserAlbrecht Schlosser
2019-08-04Better definition of 'struct dirent' for the MinGW32 compilerManoloFLTK
2019-07-26Added example images for Fl_[Hold/Multi]_BrowserGreg Ercolano
2019-07-26Modified indent + bracing for author's example codeGreg Ercolano
2019-07-26Add small code example, moved widget screenshot higher on doc pageGreg Ercolano
2019-07-20Fl_Copy_Surface: more detailed Doxygen description.ManoloFLTK
2019-06-27Add method Fl_Menu_::menu_end() (STR 3523)Albrecht Schlosser
2019-06-06Last commit typo: latex docs fixGreg Ercolano
2019-06-06Added example for mac Application -> PreferencesGreg Ercolano
2019-05-25Add default argument values to reimplementations of Fl_Widget_Surface::draw_d...ManoloFLTK
2019-05-25Merge remote-tracking branch 'origin/master'ManoloFLTK
2019-05-25Call virtual member Fl_Surface_Device::end_current() when necessaryManoloFLTK
2019-05-25Fix version of removal of deprecated methodAlbrecht Schlosser
2019-05-24Remove Fl_Copy_Surface_Driver::draw_decorated_window() that is unnecessaryManoloFLTK
2019-05-22Fix Doxygen comment badly processed by Doxygen 1.8.15ManoloFLTK
2019-05-22Implement Fl_Quartz_Copy_Surface_Driver::draw_decorated_window()ManoloFLTK
2019-05-15Document Fl_File_Input::errorcolor() as deprecatedAlbrecht Schlosser
2019-05-15Fix some links in documentationAlbrecht Schlosser
2019-05-09Fix Doxygen doc of Fl_Window::border(int) and border()ManoloFLTK
2019-04-28macOS: yet simpler implementation of window resize and rescale.ManoloFLTK
2019-04-14Correct typo in Doxygen docManoloFLTK
2019-04-14Doxygen doc: rewording for more clarity.ManoloFLTK
2019-04-14Doxygen: rewording for more clarity.ManoloFLTK
2019-04-14Doxygen: rewording for more clarity.ManoloFLTK
2019-04-14More explicit short doc of Fl_Multi_Label.ManoloFLTK
2019-04-13Further Doxygen doc about OpenGL and HighDPI.ManoloFLTK
2019-04-12Doxygen: describe better support for OpenGL on HighDPI displays.ManoloFLTK
2019-04-12Doxygen: make explanation of how PostScript text works always visible.ManoloFLTK
2019-04-12Move Doxygen comments next to member function bodies.ManoloFLTK
2019-04-12Remove function body from Fl_Widget_Surface class declaration.ManoloFLTK
2019-04-10Make member function Fl_Surface_Device::driver(Fl_Graphics_Driver*) protected.ManoloFLTK
2019-04-10New virtual member function bool Fl_Surface_Device::is_current()ManoloFLTK
2019-04-09Add public function Fl_RGB_Image *fl_capture_window_part()ManoloFLTK
2019-04-07Simpler implementation of Fl_Cocoa_Window_Driver::resize()ManoloFLTK