summaryrefslogtreecommitdiff
path: root/FL
AgeCommit message (Expand)Author
2018-05-12Remove public member function Fl_Window_Driver *Fl_Window::driver() so class ...Manolo Gouy
2018-05-09Rename Fl_Paged_Device::start_job() to begin_job() and Fl_Paged_Device::start...Manolo Gouy
2018-05-07Added convenience method update_menubutton(),Greg Ercolano
2018-05-07New Fl_Image_Surface::rescale() class function and document equivalence betwe...Manolo Gouy
2018-05-06Make member function Fl_Image_Surface::get_offscreen_before_delete() be private.Manolo Gouy
2018-05-06Remove useless #include <FL/Fl_Shared_Image.H> following usage of the new Fl_...Manolo Gouy
2018-05-06Simplify Fl_XXX_Window_Driver::capture_titlebar_and_borders() using Fl_Image:...Manolo Gouy
2018-05-06Improve fl_overlay_rect() when GUI is scaled.Manolo Gouy
2018-05-04Shorten the list of virtual member functions used to support Fl_Widget_Surfac...Manolo Gouy
2018-05-01Make virtual void Fl_Surface_Device::end_current_() have no argument because ...Manolo Gouy
2018-04-27Expand the doc of class Fl_Graphics_Driver.Manolo Gouy
2018-04-26Simplify API for Fl_Image_Surface::Fl_Image_Surface(int w, int h, int high_re...Manolo Gouy
2018-04-19Reorganise access to the value of the GUI scaling factor with public getter a...Manolo Gouy
2018-04-19Documentation: place Doxygen doc next to function implementationManolo Gouy
2018-04-18Simplify the implementation of printing of Fl_Pixmap images under Windows.Manolo Gouy
2018-04-16Comments only: extend "Implementation note about image drawing" to describe t...Manolo Gouy
2018-04-16Remove virtual member Fl_GraphicsDriver::mask_bitmap(char **) and its re-impl...Manolo Gouy
2018-04-16Remove Fl_PostScript_Graphics_Driver::mask_bitmap(char **) that is useless.Manolo Gouy
2018-04-16Comments only: complete "Implementation note about image drawing" about how t...Manolo Gouy
2018-04-16Remove useless re-implementation of this virtual member function.Manolo Gouy
2018-04-15Comments only: extend the description of how Fl_Graphics_Driver derived class...Manolo Gouy
2018-04-14Remove useless 'friend' statements from class Fl_Graphics_DriverManolo Gouy
2018-04-14Comments only: more extensive explanation of how virtual member functions of ...Manolo Gouy
2018-04-14Remove Fl_Pixmap::prepare() and Fl_Bitmap::prepare() that were used only once.Manolo Gouy
2018-04-13Homogenise and simplify the API of Fl_Graphics_Driver::cache(image-type *) vi...Manolo Gouy
2018-04-13Simplify code for image drawing by PostScript graphics driver.Manolo Gouy
2018-04-12Image drawing: simplify the code organisation to better support Fl_Image::sca...Manolo Gouy
2018-04-12Image drawing: simplify the code organisation to better support Fl_Image::sca...Manolo Gouy
2018-04-12Remove unnecessary dependency on FL/Fl_Rect.H.Albrecht Schlosser
2018-04-10Document Fl_Rect::r() and b() to be outside the rectangle.Albrecht Schlosser
2018-04-10General description: mention how to move items aroundGreg Ercolano
2018-03-31Added mention of the new Fl::menu_linespacing() in the Fl_Menu_ docs.Greg Ercolano
2018-03-31Added Fl::menu_linespacing() to solve STR# 2927.Greg Ercolano
2018-03-28Image classes: memorise the width and the height of the cached form of the im...Manolo Gouy
2018-03-26Android: Draws Fl_Bitmap.Matthias Melcher
2018-03-26Android: Widgets can now request the on-screen keyboard when they get focus. ...Matthias Melcher
2018-03-26Documentation: give more detail for Fl_Image::w(int W) and Fl_Image::h(int H) Manolo Gouy
2018-03-24Android: Rough, verz rough kezboard handling.Matthias Melcher
2018-03-23Fix Fl_Image::copy() and its versions for derived image classes following the...Manolo Gouy
2018-03-22Rename Fl_Image::pixel_w() and pixel_h() to Fl_Image::data_w() and data_h().Manolo Gouy
2018-03-22Android: Implemented vector drawing and polygons.Matthias Melcher
2018-03-19New member function Fl_Image::scale(int width, int height) to set the FLTK si...Manolo Gouy
2018-03-18Fix a doxygen warning, update copyright.Albrecht Schlosser
2018-03-15Removed warning for Android. Fixed "FIXME" in Fl_Tooltip. Removed tab charact...Matthias Melcher
2018-03-12Android: fixed Fl_Rect.H commit.Matthias Melcher
2018-03-12Android: added support for Fl::add_timeout() and friends.Matthias Melcher
2018-03-12Android: Reinstated working simple cliping functionality based on anMatthias Melcher
2018-03-12Make Fl_Graphics_Driver constructor protected, as it was in FLTK 1.3.xManolo Gouy
2018-03-11Android: Made Fl_Rect virtual. Maybe a bad idea?Matthias Melcher
2018-03-11Documentation: homogenize to 'scale factor' and 'drawing unit'Manolo Gouy