summaryrefslogtreecommitdiff
path: root/FL
AgeCommit message (Expand)Author
2017-02-01Fl_Text_Display documentation updates.Albrecht Schlosser
2017-01-04Add implementation explanatory comments about how the screen driver supports ...Manolo Gouy
2017-01-02Documentation: drawing a scaled shared image no longer involves resizing the ...Manolo Gouy
2016-12-20Fix for Brain Davis' bug report in fltk.general on 12/20/16.Greg Ercolano
2016-12-17Handle non-ASCII characters when selecting a word or moving the cursor by one...Manolo Gouy
2016-12-14Implement a platform-independent version of Fl_Graphics_Driver::copy_offscree...Manolo Gouy
2016-12-07Add static void Fl_Surface_Device::push_current(Fl_Surface_Device *new_curren...Manolo Gouy
2016-12-05Fl_Text_Display documentation clarifications.Albrecht Schlosser
2016-12-01Rename Fl_Surface_Device::_surface private member variable to surface_ follow...Manolo Gouy
2016-11-30Remove Fl_Image_Surface::end_current() to be called after usage of the drawin...Manolo Gouy
2016-11-19Finally remove FLTK_ABI_VERSION preprocessor macro from code.Albrecht Schlosser
2016-11-16Fix shared library build.Albrecht Schlosser
2016-11-12Rename misspelled files.Albrecht Schlosser
2016-11-09Use Fl_Graphics_Driver::default_driver() when convenient.Manolo Gouy
2016-11-08MacOS: use less temporary copies of image data for image printing.Manolo Gouy
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-10-30Add virtual Fl_RGB_Image* Fl_Image::as_rgb_image() to detect whether an Fl_Im...Manolo Gouy
2016-10-19Add one more argument to virtual Fl_System_Driver::file_browser_load_filesyst...Manolo Gouy
2016-10-17Add non-const version of Fl_Tree_Item::tree().Albrecht Schlosser
2016-10-16Add Doxygen note that class Fl_Device_Plugin is not intended for public use.Manolo Gouy
2016-10-14Fix inconsistent interpretation of ld() in image handling (STR #3308).Albrecht Schlosser
2016-10-06Introduce virtual void Fl_Menu_Bar::update() with a platform-specific reimple...Manolo Gouy
2016-10-01Fl_Shared_Image documentation enhancements and clarifications.Albrecht Schlosser
2016-09-26Rename Fl_System_Driver::flNoValue to Fl_System_Driver::fl_NoValue to follow ...Manolo Gouy
2016-09-26MacOS platform: centralize check whether a font has been set before drawing textManolo Gouy
2016-09-25X11: More explicit warning when using rotated text w/o Xft.Albrecht Schlosser
2016-09-24Fl_Tree documentation fixes and two missing statements.Albrecht Schlosser
2016-09-24Add MAC_OS_X_VERSION_10_12 preprocessor variableManolo Gouy
2016-09-23Remove useless forward declaration.Manolo Gouy
2016-09-23Move font-related member functions from Fl_Screen_Driver to Fl_Graphics_Driver.Manolo Gouy
2016-09-22Fl_Screen_Driver class: its platform dependent member functions should not be...Manolo Gouy
2016-09-22Rewrite Fl::set_fonts(), Fl::get_font_sizes(), Fl::get_font_name() under the ...Manolo Gouy
2016-09-20Update dependencies.Albrecht Schlosser
2016-09-19Remove virtual bool Fl_Graphics_Driver::high_resolution() unlikely to be usef...Manolo Gouy
2016-09-19Remove static bool Fl_Display_Device::high_resolution() which may not be real...Manolo Gouy
2016-09-16Documentation: restructure the description of function Fl::paste().Manolo Gouy
2016-09-12Remove code requiring config.h from public header FL/x.HManolo Gouy
2016-09-12Create virtual void Fl_Graphics_Driver::draw(Fl_Shared_Image*,...)Manolo Gouy
2016-09-11Change FL/porting.H after having rewritten x.H and platform_types.h under the...Manolo Gouy
2016-09-11Put the code that defines the layout of struct _XRegion in FL/x.HManolo Gouy
2016-09-09Rewrite fl_open_callback() under the driver model.Manolo Gouy
2016-08-27Add Doxygen comments for the Fl_RGB_Image::alloc_array and ::array public att...Manolo Gouy
2016-08-23Step back from r11886 that is not correct.Manolo Gouy
2016-08-23Make Fl_Gl_Window::make_current() set the value of the fl_window global varia...Manolo Gouy
2016-08-23Change return type of Fl_Screen_Driver::read_win_rectangle() to Fl_RGB_Image*Manolo Gouy
2016-08-09[CMake] Fix Windows dll build with Visual Studio generator.Albrecht Schlosser
2016-07-21Bringing over fix [r11840] from 1.3 current to the porting branch.Greg Ercolano