summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-13Add GLContext to the set of platform-dependent types defined in FL/platform_t...Manolo Gouy
2016-05-13Slightly simpler Fl_Graphics_Driver::default_driver() function.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-08Doxygen: put all driver classes in EXCLUDE_SYMBOLSManolo Gouy
2016-05-08Remove Doxygen warning.Manolo Gouy
2016-05-08Make Fl_Cocoa_Gl_Window_Driver::draw_string() simplerManolo Gouy
2016-05-08Fix typo in commentManolo Gouy
2016-05-08Fix gl_draw() in normal window under WIN32.Manolo Gouy
2016-05-08Fix gl_draw() used in simple window under Mac OS X.Manolo Gouy
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-05Remove unneeded extern declaration.Manolo Gouy
2016-05-05static function get_image_from_clipboard(Fl_Widget *) really returns Fl_RGB_I...Manolo Gouy
2016-05-04Fix how to access clipboard content at program start.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
2016-04-28Restore CMake building with OPTION_PRINT_SUPPORT turned off.Manolo Gouy
2016-04-27Use standard fopen() as default implementation of virtual Fl_System_Driver::f...Manolo Gouy
2016-04-27Begin to remove platform-specific code.Manolo Gouy
2016-04-27Add test to avoid null pointer crashes.Manolo Gouy
2016-04-27Add tests to avoid null pointer errorsManolo Gouy
2016-04-27Add tests to avoid null pointer crashes.Manolo Gouy
2016-04-26Remove compilation warnings: suggest parentheses around operand of ‘!’ ...Manolo Gouy
2016-04-26Set svn file properties.Manolo Gouy
2016-04-26Set svn file properties.Manolo Gouy
2016-04-26Make one version of Fl_OpenGL_Display_Device::capture_gl_rectangle() the defa...Manolo Gouy
2016-04-26Set more accurately the protections of the members of class Fl_Display_Device.Manolo Gouy
2016-04-25Remove unnecessary #include directive.Manolo Gouy
2016-04-24Set svn file properties.Manolo Gouy
2016-04-24Set svn file properties.Manolo Gouy
2016-04-24Set svn file properties.Manolo Gouy
2016-04-24Remove FL_ABI_VERSION directivesManolo Gouy
2016-04-24Add 2 Doxygen member function descriptions.Manolo Gouy
2016-04-24Complete DOxygen documentation of the Fl_Graphics_Driver class.Manolo Gouy
2016-04-24Add Doxygen comments for members of the Fl_Graphics_Driver class.Manolo Gouy
2016-04-23Move Doxygen comments of Fl_PostScript_File_Device members to Fl_PostScript_F...Manolo Gouy
2016-04-23Move Doxygen comments of Fl_PostScript_File_Device members to Fl_PostScript_F...Manolo Gouy
2016-04-23Move typedef fl_(u)intptr_t to FL/platform_types.h.Albrecht Schlosser
2016-04-23Fix compilation warnings.Albrecht Schlosser
2016-04-23Remove the src/drivers/ subtree from Doxygen indexing.Manolo Gouy
2016-04-23Remove Doxygen warning.Manolo Gouy
2016-04-23Remove Doxygen warnings.Manolo Gouy
2016-04-23Add Doxygen definitions to the new Fl_XXX_Driver classes.Manolo Gouy
2016-04-23Remove Doxygen warning. Doxygen does not know that unsigned and unsigned int ...Manolo Gouy
2016-04-23Remove #if FLTK_ABI_VERSION >= xxx directives.Manolo Gouy
2016-04-22Minor simplification.Manolo Gouy
2016-04-22Add necessary test of HAVE_X11_XREGION_H when the content of struct _XRegion ...Manolo Gouy