summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-15Fix spelling errors and improve documentation.Albrecht Schlosser
2015-06-15Fix documentation. Make links an enumeration so they are displayed correctly.Albrecht Schlosser
2015-06-15Removing the svn:mime-type propertyManolo Gouy
2015-06-15Fixed non-ASCII characters in Doxygen comment so they are UTF-8 encoded.Manolo Gouy
2015-06-15Added svn:mime-type "text/plain; charset=UTF-8"Manolo Gouy
2015-06-15Fix fl_nonspacing(), explain what non-spacing characters are (STR #3159).Albrecht Schlosser
2015-06-15Fix documentation and make platform specific code better distinguishable.Albrecht Schlosser
2015-06-15Silence doxygen warnings - commented out obsolete statements.Albrecht Schlosser
2015-06-14Minor documentation fixes.Albrecht Schlosser
2015-06-12Mac OS: computing a method's address once is enough.Manolo Gouy
2015-06-11Fixed Doxygen doc of Fl_Native_File_Chooser::USE_FILTER_EXT option.Manolo Gouy
2015-06-11Removed Doxygen warning.Manolo Gouy
2015-06-10Mac OS: remove 5 compilation warnings of this kind:Manolo Gouy
2015-06-10Mac OS: make Fl_Display_Device::high_resolution() private because it is notManolo Gouy
2015-06-09No longer use "-framework AGL" link arguments on the mac with OpenGL apps.Manolo Gouy
2015-06-08Fixed typo in Doxygen doc of Fl_RGB_Image constructor.Manolo Gouy
2015-06-07Fixed typos in the constructors of Fl_JPEG_Image.Manolo Gouy
2015-06-07Fixed typos in doc of Fl_JPEG_Image constructors.Manolo Gouy
2015-06-07Fixed the doc of the Fl_JPEG_Image constructors mentioning the purpose of Fl_...Manolo Gouy
2015-06-02Added the libfltk target producing a static FLTK library libfltk.aManolo Gouy
2015-05-30Mac OS: allow using fl_color(r,g,b) without drawing context.Manolo Gouy
2015-05-25Added void Fl_Sys_Menu_Bar::setonly(Fl_Menu_Item*) member function.Manolo Gouy
2015-05-24Removing this unused file.Greg Ercolano
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-05-16Fl::delete_widget() was changed in 1.3.4 to immediately hide the widget,Manolo Gouy
2015-05-04Removed deprecation and implicit cast warnings.Manolo Gouy
2015-04-29Removed unneeded include statements.Manolo Gouy
2015-04-29Simpler writing of Fl_X::get_carbon_function().Manolo Gouy
2015-04-28Restored the possibility to call Fl::set_font()Manolo Gouy
2015-04-28Doc clarifications for Fl_Image methods:Greg Ercolano
2015-04-28Updated CHANGES to reflect Fl_Text_Display and Fl_Tree mods.Greg Ercolano
2015-04-28Fl_Tree: improved draw() behavior when deactivated;Greg Ercolano
2015-04-28Changed the fonts used for the FL_COURIER font family on the Mac.Manolo Gouy
2015-04-25[CMake] Add option to suppress CMake regeneration (STR #3215).Albrecht Schlosser
2015-04-25[CMake] Add doxygen documentation generation (STR #3195).Albrecht Schlosser
2015-04-25[CMake] Update fltk-config generation for AIX (STR #3217).Albrecht Schlosser
2015-04-25Simplify documentation generation, remove obsolete file.Albrecht Schlosser
2015-04-25Remove obsolete Doxygen settings SHOW_DIRECTORIES and HTML_ALIGN_MEMBERS.Albrecht Schlosser
2015-04-25[CMake] Fix CMake build's fltk-config (STR #3217).Albrecht Schlosser
2015-04-24Fixed small typo, added some elipsis to clarify docsGreg Ercolano
2015-04-23WIN32 specific fix for (or at least work around to) STR #3143.Ian MacArthur
2015-04-22Fix for STR #3221: restore the correct state of mouse buttons and keyboard mo...Manolo Gouy
2015-04-21Add FLTK version test program examples/fltk-versions.cxx.Albrecht Schlosser
2015-04-21Fix box sizes (box_dx() etc.) of scheme gleam.Albrecht Schlosser
2015-04-20Make sure we set WM_CLIENT_MACHINE, WM_LOCALE_NAME and _NET_WM_PID onPierre Ossman
2015-04-20We cannot resize the selection buffer without also storing the newPierre Ossman
2015-04-19Rename static int send(..) to send_event() in src/Fl.cxx.Albrecht Schlosser