summaryrefslogtreecommitdiff
path: root/FL
AgeCommit message (Expand)Author
2018-05-25Rewrite static function Fl_Image_Surface::rescale(Fl_Image_Surface*&) as memb...Manolo Gouy
2018-05-24Added separate diagram for fl_arc(x,y,r,a1,a2) (very different from fl_arc(x,...Greg Ercolano
2018-05-24Extra refs for fl_pie/fl_arc diagrams..Greg Ercolano
2018-05-24Add documentation for Fl::reset_marked_text() and Fl::insertion_point_locatio...Manolo Gouy
2018-05-23Make static member function Fl_Window_Driver* Fl_Window_Driver::driver(const ...Manolo Gouy
2018-05-22Add Fl::screen_scale(int) function to get the scaling factor value of a screen.Manolo Gouy
2018-05-14Remove useless #include directives.Manolo Gouy
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