summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-30Test program "device": add several calls to image destructors to exercise them.Manolo Gouy
2016-11-30Remove Fl_Image_Surface::end_current() to be called after usage of the drawin...Manolo Gouy
2016-11-28X11 platform: fix STR#3353 and correct drawing of depth-2 RGB images when XRe...Manolo Gouy
2016-11-25Fix build with configure --enable-cairo --enable-cairoext.Albrecht Schlosser
2016-11-19Remove change at r.12120 because STR#3353 note #6 shows it is not OK.Manolo Gouy
2016-11-19Finally remove FLTK_ABI_VERSION preprocessor macro from code.Albrecht Schlosser
2016-11-18Fix for STR#3353: bad depth-2 image drawing when the window is resized smalle...Manolo Gouy
2016-11-18X11 platform: Fl_RGB_Image::mask_ is always 0, so remove code to process mask...Manolo Gouy
2016-11-18Remove commented out code for what used to be : static int start_rgb()Manolo Gouy
2016-11-17Fix crash when resizing double-buffered window smaller than transparent image...Manolo Gouy
2016-11-17WIN32 platform: Fix drawing of depth-4 scaled image when can_do_alpha_blendin...Manolo Gouy
2016-11-16Remove file fl_line_style.cxxManolo Gouy
2016-11-16Replace global fl_line_width_ used only by X11 platform by Fl_Xlib_Graphics_...Manolo Gouy
2016-11-16Fix shared library build.Albrecht Schlosser
2016-11-16Remove obsolete comments from src/Makefile.Albrecht Schlosser
2016-11-14Remove compilation warning apparent with -Wnull-conversionManolo Gouy
2016-11-12Avoid "empty translation unit" compiler warning.Albrecht Schlosser
2016-11-12Rename misspelled files.Albrecht Schlosser
2016-11-12Reformat CHANGES and update dependencies (make depend).Albrecht Schlosser
2016-11-11Fix ignored files, add 'build' directory to ignored files.Albrecht Schlosser
2016-11-11Please ignore the last commit message (svn r12101).Albrecht Schlosser
2016-11-11Final commit to branch-1.3-porting *after* the release of FLTK 1.3.4.Albrecht Schlosser
2016-11-11Start branch-1.4 after rename from branch-1.3-porting.Albrecht Schlosser
2016-11-11Create branch-1.4 from branch-1.3-porting.Albrecht Schlosser
2016-11-10Fl_Quartz_Graphics_Driver::uncache() should also reset mask_.Manolo Gouy
2016-11-09Fix possible crash when turning fullscreen the scroll test program.Manolo Gouy
2016-11-09Use Fl_Graphics_Driver::default_driver() when convenient.Manolo Gouy
2016-11-09Reuse the same "data provider release callback" several times.Manolo Gouy
2016-11-08MacOS: use less temporary copies of image data for image printing.Manolo Gouy
2016-11-06MacOS: fix possible issue with fullscreen windows containing hidden subwindowsManolo Gouy
2016-11-06MacOS: another way to make sure windowDidResize does not access Fl_Window aft...Manolo Gouy
2016-11-06Fix test/native-filechooser help display artefact (STR #3349).Albrecht Schlosser
2016-11-05Slightly improve the parameter list of member function int Fl_Graphics_Driver...Manolo Gouy
2016-11-03Rename Fl_Bitmap::start() to Fl_Bitmap::prepare().Manolo Gouy
2016-11-03Factorize repeated code across platform-specific graphics drivers and image t...Manolo Gouy
2016-11-02Replace declarations such as "friend class Fl_Xlib_Graphics_Driver;" by platf...Manolo Gouy
2016-11-02Close small memory leak in Fl_File_Chooser: a bad image file creates an Fl_Sh...Manolo Gouy
2016-11-02Accept empty Fl_Pixmap in Fl_RGB_Image c'tor (STR #3348).Albrecht Schlosser
2016-11-01Minor CMake documentation clarification.Albrecht Schlosser
2016-11-01MacOS: fix crash when closing a fullscreen window - continuedManolo Gouy
2016-11-01MacOS: fix crash when closing a fullscreen windowManolo Gouy
2016-11-01Documentation updates (IDE and CMake support).Albrecht Schlosser
2016-10-30Replace erroneous bitwise & by logical &&Manolo Gouy
2016-10-30Complete introduction of virtual Fl_RGB_Image *Fl_Image::as_rgb_image() begun...Manolo Gouy
2016-10-30Add virtual Fl_RGB_Image* Fl_Image::as_rgb_image() to detect whether an Fl_Im...Manolo Gouy
2016-10-28Fix string truncation in fluid (STR #2722 continued).Albrecht Schlosser
2016-10-27 MacOS: fix a small problem where command Quit of the application menu may n...Manolo Gouy
2016-10-22WIN platform: implement Fl_GDI_Graphics_Driver::draw_scaled(Fl_Image *img,int...Manolo Gouy
2016-10-21Reorganize and simplify function Fl_Graphics_Driver::draw(Fl_Shared_Image *, ...Manolo Gouy
2016-10-19Remove erroneous uses of sizeof(filename) where filename is a char* and not a...Manolo Gouy