summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-07-09Documentation fixes and clarifications.Albrecht Schlosser
2016-06-25Add handling of call before the screen layout has been computed.Manolo Gouy
2016-06-22 Make Fl_Gl_Window::pixels_per_unit() return a float (rather than int) value.Manolo Gouy
2016-06-22Use Xrandr to get the true DPI of the display under the X11 platform.Manolo Gouy
2016-06-16Fix for STR#3316 to match the size argument of glGenLists() and glDeleteLists...Manolo Gouy
2016-06-14Fix compiler warning under Linux [-Wunused-variable].Albrecht Schlosser
2016-06-11Remove // "$id: lines in the middle of the source codeManolo Gouy
2016-06-09Add missing variable declaration under AIXManolo Gouy
2016-06-09Add missing variable declaration under NetBSDManolo Gouy
2016-06-03Fix for positionning of text after <HR> directive (part of STR #3227).Manolo Gouy
2016-05-31Fix compiler warnings.Albrecht Schlosser
2016-05-31Hopefully final fix of HTML entity handlingAlbrecht Schlosser
2016-05-31Polishing conversions between char- and int-typed variables.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-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-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-08Rewrite OpenGL-related code under the driver model.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-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-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-24Set svn file properties.Manolo Gouy
2016-04-24Set svn file properties.Manolo Gouy
2016-04-24Remove FL_ABI_VERSION directivesManolo 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-23Remove Doxygen warning.Manolo Gouy
2016-04-23Remove Doxygen warnings.Manolo Gouy
2016-04-23Remove Doxygen warning. Doxygen does not know that unsigned and unsigned int ...Manolo Gouy
2016-04-22Minor simplification.Manolo Gouy