summaryrefslogtreecommitdiff
path: root/FL
AgeCommit message (Expand)Author
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
2016-07-20Bringing over fix [r11756] from 1.3 current to the porting branch.Greg Ercolano
2016-07-20Bringing over fix [r11766] from 1.3 current to the porting branch.Greg Ercolano
2016-07-19Bringing over fix [r11786] from 1.3 current to the porting branch.Greg Ercolano
2016-07-19Bringing over this fix [r11798] from 1.3 current to the porting branch.Greg Ercolano
2016-07-19Bringing over this fix from 1.3 current to the porting branch.Greg Ercolano
2016-07-19Removed ABI guards that snuck in with r11819.Greg Ercolano
2016-07-19Bringing over this fix from 1.3 current to the porting branch.Greg Ercolano
2016-07-19Bringing over this fix from 1.3 current to the porting branch.Greg Ercolano
2016-07-09Clarification and better documentation of ABI version configuration.Albrecht Schlosser
2016-07-09Documentation fixes and clarifications.Albrecht Schlosser
2016-06-22 Make Fl_Gl_Window::pixels_per_unit() return a float (rather than int) value.Manolo Gouy
2016-06-17Make Fl_Sys_Menu_Bar::update() public and cross-platform.Manolo Gouy
2016-05-31Give all virtual methods of class Fl_Graphics_Driver do-nothing implementations.Manolo Gouy
2016-05-22Fix compiler warnings.Albrecht Schlosser
2016-05-19Fix handing of html entities in copied text by Fl_Help_View widget.Manolo Gouy
2016-05-17Fix Fl_Help_View buffer overflow (STR #3275).Albrecht Schlosser
2016-05-16More accurate message about how to port the stat() function to a new platform.Manolo Gouy
2016-05-13Add GLContext to the set of platform-dependent types defined in FL/platform_t...Manolo Gouy
2016-05-09Move GL-related member functions from class Fl_Cocoa_Screen_Driver to class F...Manolo Gouy
2016-05-09Fix documentation of Fl_Tile (STR #3303).Albrecht Schlosser
2016-05-08Rewrite file src/gl_draw.cxx under the driver model.Manolo Gouy
2016-05-08Set file propertiesManolo Gouy
2016-05-08Rewrite OpenGL-related code under the driver model.Manolo Gouy
2016-05-05Documentation: detail ownership of the image data when pasting from an image-...Manolo Gouy
2016-05-03Fix potential memory leak under X11 when pasted image is not accepted by the ...Manolo Gouy
2016-04-30Member function Fl_Widget_Surface::draw(Fl_Widget*,int,int) does not need to ...Manolo Gouy