summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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
2015-04-15Replaced incorrect use of abs() with floating point argument by fabs().Manolo Gouy
2015-04-14Fixes STR #3219, deactivate colors issue with Fl_Text_Display/Editor.Greg Ercolano
2015-04-14Fix compilation warning [-Wsign-compare].Albrecht Schlosser
2015-04-14Fix compilation warnings: "... may be used uninitialized".Albrecht Schlosser
2015-04-13Small doc fixes as recommended by Albrecht, Greg Ercolano
2015-04-13Fix return value test, as pointed out by Albrecht.Greg Ercolano
2015-04-13Fix problem with fl_contrast() affecting text color unnecessarilyGreg Ercolano
2015-04-13Fix for STR#3165, as solved by OP.Manolo Gouy
2015-04-07Fix for STR#3167 where a window would decrease in size after each close/open ...Manolo Gouy
2015-04-05Documentation updates on callbacks and Fl::readqueue().Albrecht Schlosser
2015-04-04Add FL_ABI_VERSION, FL_API_VERSION, Fl::abi_version(), and Fl::api_version().Albrecht Schlosser
2015-04-03Fix compiler warning (another part of STR #2813).Albrecht Schlosser
2015-04-03Fix uninitialized variable compiler warning (part of STR #2813).Albrecht Schlosser
2015-04-03Restore compilability with old SDKs after commit of support for zoom gesture.Manolo Gouy
2015-04-01Added FL_ZOOM_GESTURE gesture for OS X.Matthias Melcher
2015-03-30Fix two Linux (gcc/g++) compilation warnings.Albrecht Schlosser
2015-03-28Update dependencies.Albrecht Schlosser
2015-03-25Rename confusing configure and Makefile (makeinclude) variable.Albrecht Schlosser
2015-03-25Fix compilation with FLTK_ABI_VERSION == 10301 and 10302.Albrecht Schlosser
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-21BSD-style printing: remove spaces after -P and -# options.Manolo Gouy
2015-03-20Documentation: Clarify Fl_Menu_Item::size() docs.Albrecht Schlosser
2015-03-17Clarify documentation of Fl_Window::wait_for_expose().Albrecht Schlosser
2015-03-17Remove obsolete watcom makefiles.Albrecht Schlosser
2015-03-17Mark the picture formats static, they don't changeLauri Kasanen
2015-03-16Fix a failure in the U64 optimized argb path.Lauri Kasanen
2015-03-16Correct HAVE_XRENDER preprocessor checks.Lauri Kasanen
2015-03-16Add support for accelerated alpha blending under X11.Lauri Kasanen
2015-03-16Allow compilation when HAVE_XRENDER is undefined or 0Manolo Gouy
2015-03-16Detect XRender supportLauri Kasanen
2015-03-15Fix 'boolean' issue with jpeg-9 library compatibility (STR #2920).Albrecht Schlosser
2015-03-12Linux/unix: added support for BSD-style printing, that is, using lpq/lpr inst...Manolo Gouy
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-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-10Fixes STR#3207, issue with ^C not working when numlock or capslock is on.Greg Ercolano
2015-03-10[Version 1.3.4] Update version numbers - hopefully complete.Albrecht Schlosser
2015-03-09More detailed Doxygen doc of the Fl_Printer::start_job() function.Manolo Gouy
2015-03-07Update configure and makeinclude.in to get rid of version numbers in Makefiles.Albrecht Schlosser
2015-03-07Update dependencies.Albrecht Schlosser
2015-03-07Fix window background and label drawing ("plastic" scheme only).Albrecht Schlosser