summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-08-09Fix typos, separate local variables of image scaling algorithms.Albrecht Schlosser
2016-08-09[CMake] Fix Windows dll build with Visual Studio generator.Albrecht Schlosser
2016-07-29Fix compiler warnings (gcc 6.1).Albrecht Schlosser
2016-07-24Doc changes: set fl_font before fl_measure() (STR #3243)Albrecht Schlosser
2016-07-23Fix Fl_X11_System_Driver::utf8locale() that did not work when no locale is set.Manolo Gouy
2016-07-23Bringing over fix [r11844] from 1.3 current to the porting branch.Greg Ercolano
2016-07-22Bringing over fix [r11842] from 1.3 current to the porting branch.Greg Ercolano
2016-07-21Bringing over fix [r11840] from 1.3 current to the porting branch.Greg Ercolano
2016-07-20Bringing over fix [r11188] from 1.3 current to the porting branch.Greg Ercolano
2016-07-20Bringing over fix [r11757] from 1.3 current to the porting branch.Greg Ercolano
2016-07-20Bringing over fix [r11759] 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-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-19Bringing over this fix from 1.3 current to the porting branch.Greg Ercolano
2016-07-15Improve drawing of rounded box (STR #2943).Albrecht Schlosser
2016-07-15Allow widget callback to be NULL (STR #2835).Albrecht Schlosser
2016-07-15Fix uninitialized variable warning.Albrecht Schlosser
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