summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-14Remove unnecessary #include statement.Albrecht Schlosser
2016-06-14[CMake] Improve sound support detection.Albrecht Schlosser
2016-06-14THE best way to test for availability of dlsym().Manolo Gouy
2016-06-13[CMake] Fix restoration of CMAKE_REQUIRED_LIBRARIES.Albrecht Schlosser
2016-06-13Fix cases where function dlysym() is not in library libdl.Manolo Gouy
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-07Fix building on FreeBSD that failed for test programs requiring audio output.Manolo 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-31Give all virtual methods of class Fl_Graphics_Driver do-nothing implementations.Manolo Gouy
2016-05-31Polishing conversions between char- and int-typed variables.Manolo Gouy
2016-05-25Generate Doxygen docs with the highest possible ABI version.Albrecht Schlosser
2016-05-23remove duplicate '&dagger;'Albrecht Schlosser
2016-05-23Add another special test case "&dagger;" for Fl_Help_View.Albrecht Schlosser
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-17Add HTML entity tests to test/help-test.html.Albrecht Schlosser
2016-05-16More accurate message about how to port the stat() function to a new platform.Manolo Gouy
2016-05-15CMake on Mac OS: copy support files to application bundles.Manolo Gouy
2016-05-15Fix colbrowser.cxx for __APPLE__Manolo Gouy
2016-05-15Simpler test/help.cxx under Mac OS XManolo Gouy
2016-05-13Fix typo in html file test/help-test.htmlAlbrecht 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-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