summaryrefslogtreecommitdiff
path: root/FL
AgeCommit message (Expand)Author
2015-06-16Remove more superfuous comments, fix one typo.Albrecht Schlosser
2015-06-15Fix spelling errors and improve documentation.Albrecht Schlosser
2015-06-10Mac OS: make Fl_Display_Device::high_resolution() private because it is notManolo Gouy
2015-05-25Added void Fl_Sys_Menu_Bar::setonly(Fl_Menu_Item*) member function.Manolo Gouy
2015-05-24Moved docs for fail() from prototype in Fl_Image.H -> implementation in Fl_Im...Greg Ercolano
2015-05-24Fixes these errors on Linux:Greg Ercolano
2015-05-23STR #2873: new function Fl_Image::fail() that returns 0, ERR_NO_IMAGE, ERR_FO...Matthias Melcher
2015-05-18Add support for Fl::copy(..clipboard = 2..)Lauri Kasanen
2015-04-28Restored the possibility to call Fl::set_font()Manolo Gouy
2015-04-28Doc clarifications for Fl_Image methods:Greg Ercolano
2015-04-28Fl_Tree: improved draw() behavior when deactivated;Greg Ercolano
2015-04-05Documentation: replaced characters by bytes as the correct unit Manolo Gouy
2015-04-05Documentation updates on callbacks and Fl::readqueue().Albrecht Schlosser
2015-04-04Fix doxygen docs of previous commit.Albrecht Schlosser
2015-04-04Add Fl::abi_check() method to test if the runtime ABI version is correct.Albrecht Schlosser
2015-04-04Add FL_ABI_VERSION, FL_API_VERSION, Fl::abi_version(), and Fl::api_version().Albrecht Schlosser
2015-04-04Fix Windows 64-bit compilation warnings (STR #2813).Albrecht Schlosser
2015-04-03Fix copyright and remove obsolete comment.Albrecht Schlosser
2015-04-03Fix compiler warning on Windows 64-bit (STR #2813).Albrecht Schlosser
2015-04-01Added FL_ZOOM_GESTURE gesture for OS X.Matthias Melcher
2015-03-24More detailed documentation about drawing to other surfaces than the computer...Manolo Gouy
2015-03-22Fix STR #3176: possible bad border effect when a set of radio menu items is l...Manolo Gouy
2015-03-16Add support for accelerated alpha blending under X11.Lauri Kasanen
2015-03-16Detect XRender supportLauri Kasanen
2015-03-12More detailed Doxygen doc of Fl_Shared_Image::scale() and Fl_Image::draw(X,Y,...Manolo Gouy
2015-03-11Implementation of Fl_Shared_Image::scale(width, height) for scaled image draw...Manolo Gouy
2015-03-10Added Fl_Shared_Image::scale(width, height) to support scaled image drawing (...Manolo Gouy
2015-03-10[Version 1.3.4] Update version numbers - hopefully complete.Albrecht Schlosser
2015-03-05Fix documentation errors and clarify label alignment docs.Albrecht Schlosser
2015-03-02Changed functions supporting ASCII85 and RunLength encodings as private Manolo Gouy
2015-03-02PostScript output: : use ASCII85 encoding also for character strings.Manolo Gouy
2015-03-01Improve Fl_Tiled_Image drawing, scheme background setup, and documentation.Albrecht Schlosser
2015-02-261) More detailed Doxygen documentation for classes Fl_Printer, Fl_Surface_Dev...Manolo Gouy
2015-02-17Fix documentation (typo).Albrecht Schlosser
2015-02-04Add some doxygen descriptions for the (previously undocumented) Fl_Multi_Labe...Ian MacArthur
2015-02-03Add method Fl_Widget::is_label_copied() as discussed in fltk.general.Albrecht Schlosser
2015-02-02Replace gl_xxx() function names by new member functions of the Fl_X class to ...Manolo Gouy
2015-02-02Restores the Doxygen doc of the Fl_PostScript_Graphics_Driver class that had ...Manolo Gouy
2015-01-31Improved Mac OS X Fl_Gl_Window resizing: the GL scene was drawn twice at each...Manolo Gouy
2015-01-29Fix comments, trailing white space, and trailing commas in comments.Albrecht Schlosser
2015-01-28Stop using dynamic_cast when performing text drag (Mac OS only).Manolo Gouy
2015-01-22A few comment changes.Manolo Gouy
2015-01-20Removed erroneous statement from Doxygen doc of class Fl_Copy_Surface.Manolo Gouy
2015-01-19Documented how it is possible to change the default paper size for a printer ...Manolo Gouy
2015-01-19Added version information to Doxygen comments.Manolo Gouy
2015-01-14A public header file must not use a preprocessor variable such as MAC_OS_X_VE...Manolo Gouy
2015-01-10Documentation clarification for all menu oriented widgetsGreg Ercolano
2015-01-10Small doc mods to Fl_Menu_Bar to clarify how callbacksGreg Ercolano
2015-01-10Improvements to Fl_Menu_ docs regarding how callbacks are invoked.Greg Ercolano
2015-01-04Docs only: fixed example code indenting.Greg Ercolano