summaryrefslogtreecommitdiff
path: root/FL
AgeCommit message (Expand)Author
2017-10-17Changed Fl_Simple_Terminal::draw() public -> protectedGreg Ercolano
2017-10-17Added Fl_Simple_Terminal widget, and mods to test+example programs (STR #3411).Greg Ercolano
2017-10-15Rename fl_open_ext() parameter 'translation' to 'binary'.Albrecht Schlosser
2017-10-15Replace remaining calls to unlink() with fl_unlink().Albrecht Schlosser
2017-10-13Remove the Fl_SVG_Image::fl_gzopen() member function that is less useful with...Manolo Gouy
2017-10-12Add fl_open_ext() to control whether the file is opened in binary/text mode.Manolo Gouy
2017-10-11Small clarification in dev docs.Greg Ercolano
2017-10-09Added docs for the mLineStarts[] array, and related mNVisibleLines.Greg Ercolano
2017-10-08Added printf() and vprintf() to Fl_Text_BufferGreg Ercolano
2017-10-05Fix name clash with zlib gzopen on (64-bit) Linux.Albrecht Schlosser
2017-10-04Fl_SVG_Image class: add support for compressed .svgz image files.Manolo Gouy
2017-10-04Undo commit at r.12475 that is not adequate.Manolo Gouy
2017-10-04Fl_SVG_Image class: add support for compressed .svgz image files.Manolo Gouy
2017-10-03Added missing accessor for Fl_Text_Display's cursor_style()Greg Ercolano
2017-10-02Add public accessor Fl_Shared_Image::original().Albrecht Schlosser
2017-09-27Small doc simplification/shorteningGreg Ercolano
2017-09-19Convert the initialisation of global variables fl_local_shift, fl_local_meta,...Manolo Gouy
2017-09-14Reverting to previous; apparently this was a bug in doxygen 1.7.4's support o...Greg Ercolano
2017-09-13Doxygen fix: The trick of using a line of dashes under a section heading no l...Greg Ercolano
2017-09-13SVG support: draw images at full screen resolution also when there are severa...Manolo Gouy
2017-09-12Add reference to image in docs.Greg Ercolano
2017-09-12Documentation and copyright updates.Albrecht Schlosser
2017-09-12Remove leading underscore from labeltyps as far as possible.Albrecht Schlosser
2017-09-11Doxygen Fl_Multi_Label example code added. (STR #3400)Greg Ercolano
2017-09-11Add missing Fl_Labeltype and Fl_Boxtype definitions.Albrecht Schlosser
2017-09-09Make virtual member function Fl_Image::draw_scaled(int X, int Y, int W, int H...Manolo Gouy
2017-09-04Fix typo in documentation of Fl_SVG_Image.Manolo Gouy
2017-09-03Set svn:keywordsManolo Gouy
2017-09-03Add new Fl_SVG_Image class to support scalable vector graphics images using t...Manolo Gouy
2017-08-30Add missing default values for virtual member functions.Manolo Gouy
2017-08-30Create virtual Fl_Image::draw_scaled_(int X, int Y, int W, int H) and its imp...Manolo Gouy
2017-08-30Improve Doxygen comments related to image drawingManolo Gouy
2017-08-24X11 platform: cleaner implementation of changing the active drawing surface a...Manolo Gouy
2017-08-20Simplify using Fl_XXX_Graphics_Driver::copy_offscreen() instead of Fl_Scalabl...Manolo Gouy
2017-08-18Remove unnecessary #include files from Fl_Help_View.HAlbrecht Schlosser
2017-08-18Avoid #include's of unrelated system headers in Fl_Table*.H.Albrecht Schlosser
2017-07-28Replace static protected bool Fl_Window_Driver::is_a_rescale by a private sta...Manolo Gouy
2017-07-27Rename Fl_Window_Driver::in_resize_after_scale_change to 'is_a_rescale' which...Manolo Gouy
2017-07-26Fix confusing behavior of class Fl_Text_Selection.Albrecht Schlosser
2017-07-25Remove virtual Fl_Window_Driver::reuse_icons() no longer useful after r.12349.Manolo Gouy
2017-07-25Remove Fl_Window_Driver::reuse_cursor() that is no longer used since commit r...Manolo Gouy
2017-07-25Rewrite Fl_Window_Driver::resize_after_scale_change() removing calls to Fl_Wi...Manolo Gouy
2017-07-20Improve docs of Fl_Widget::callback() and do_callback().Albrecht Schlosser
2017-07-20Update Fl_Widget_Tracker docs with better example code.Albrecht Schlosser
2017-07-20Fl_Window_Driver::flush_single() needs not be a virtual member function.Manolo Gouy
2017-07-12Fix Visual Studio shared library build (STR #3389).Albrecht Schlosser
2017-07-11Add missing definition of the 'uchar' type in FL/x.HManolo Gouy
2017-07-07STR #2823.2/2: Improved Fl_Preferences "dirty" flag handling.Matthias Melcher
2017-07-07Introduce Fl_Group::bounds(), deprecate Fl_Group::sizes().Albrecht Schlosser
2017-07-03HiDPI support under WIN32 platform: completed.Manolo Gouy