summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-09-07Modify nanosvg.h to support compilation by Visual Studio 7.Manolo Gouy
2017-09-06Simplify code using plain atof() instead of implementing function nsvg__atof().Manolo Gouy
2017-09-06Modify how the nanosvg source code is used to support compilation with Visual...Manolo Gouy
2017-09-04Improve doc of the Fl_SVG_Image public constructor.Manolo Gouy
2017-09-04Fix erroneous Doxygen command in doc of Fl_SVG_Image::resize().Manolo Gouy
2017-09-04Class Fl_SVG_Image: use fl_fopen() to open files with non-ASCII characters in...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-30Create virtual Fl_Image::draw_scaled_(int X, int Y, int W, int H) and its imp...Manolo Gouy
2017-08-30Modify Fl_Shared_Image::scale(int, int) for the case of an erroneous image ob...Manolo Gouy
2017-08-30Move Fl_Graphics_Driver::draw(Fl_Shared_Image* from Fl_Shared_Image.cxx to Fl...Manolo Gouy
2017-08-30Improve Doxygen comments related to image drawingManolo Gouy
2017-08-27Fix for STR#3397: find adequate X font to use it with GL.Manolo Gouy
2017-08-26Fl_WinAPI_Window_Driver::capture_titlebar_and_borders(): remove a few unneces...Manolo Gouy
2017-08-26WIN32: allow to change the active drawing surface between Fl_Display_Device a...Manolo Gouy
2017-08-25Fl_Scalable_Graphics_Driver::draw(Fl_RGB_Image *,...) : change how the curren...Manolo Gouy
2017-08-25X11 and WIN32: slightly change Fl_XXX_Graphics_Driver::cache(Fl_Pixmap*) to u...Manolo Gouy
2017-08-25X11+xft-pango: have Fl::set_fonts() show fonts with black, light, medium, dem...Manolo Gouy
2017-08-25WIN32: have Fl_win32.cxx #include "config_lib.h"Manolo 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-20Remove undesirable statement.Manolo Gouy
2017-08-19Prevent situation where SetProcessDPIAwareness was called after Fl_WinAPI_Scr...Manolo Gouy
2017-08-18Remove unnecessary #include files from Fl_Help_View.HAlbrecht Schlosser
2017-08-18Update dependencies.Albrecht Schlosser
2017-08-18Avoid #include's of unrelated system headers in Fl_Table*.H.Albrecht Schlosser
2017-08-16class Fl_GDI_Image_Surface_Driver: remove member variable 'previous' that is ...Manolo Gouy
2017-08-15Add missing #include "config_lib.h" in Fl.cxx.Albrecht Schlosser
2017-08-15Complete previous commit at r.12383 that was partial.Manolo Gouy
2017-08-15Fl_XXX_Surface_Driver::set_current() : call Fl_Surface_Device::set_current() ...Manolo Gouy
2017-08-15Remove _sgc private member of Fl_GDI_Image_Surface_Driver that is not necessary.Manolo Gouy
2017-08-14Remove unnecessary #include statements and compilation guards.Albrecht Schlosser
2017-08-14Make 'driver' header include guards more standard.Albrecht Schlosser
2017-08-14Remove unnecessary #include statement.Albrecht Schlosser
2017-08-13Fl_Xlib_Graphics_Driver::set_fonts() with Pango: handle case when 'Regular' i...Manolo Gouy
2017-08-13Fl_Xlib_Graphics_Driver::set_fonts() with Pango: account better for variety o...Manolo Gouy
2017-08-12Fix error: invalid conversion from ‘const char*’ to ‘char*’ [-fpermis...Manolo Gouy
2017-08-12Improve Fl_Xlib_Graphics_Driver::set_fonts() when using Pango to build standa...Manolo Gouy
2017-08-05Strenghten Fl_WinAPI_System_Driver::paste(): the widget's handle method may c...Manolo Gouy
2017-08-05Fix compiler warning [-Wunused-result].Albrecht Schlosser
2017-07-31Improve Fl_Widget_Surface::print_window_part() with better quality when scali...Manolo Gouy
2017-07-30Improve rescaling when window moved across screens: make sure center stays on...Manolo Gouy
2017-07-30Fix Fl_Widget_Surface::print_window_part() that was not correct for scaling f...Manolo Gouy
2017-07-29Fix Fl_Screen_Driver::read_image() that was not correct with scaling factor < 1.Manolo Gouy
2017-07-28Replace static protected bool Fl_Window_Driver::is_a_rescale by a private sta...Manolo Gouy
2017-07-28Fix Fl_Native_File_Chooser::filter_value()Manolo Gouy
2017-07-28Rewrite Fl_X11_Window_Driver::resize_after_screen_change() to call Fl_Window_...Manolo Gouy
2017-07-28Remove temporary code used for development only.Manolo Gouy
2017-07-27IsIconic() is the adequate WINAPI function to detect a minimised window.Manolo Gouy
2017-07-27Simpler initialisation of the 'scale' local variable in WndProc().Manolo Gouy