summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-18Adds external editor capability to fluid for all platforms.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-09Clarification and better documentation of ABI version configuration.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-22Add dots-per-inch info to the screen data displayed by the fullscreen demo.Manolo Gouy
2016-06-22 Make Fl_Gl_Window::pixels_per_unit() return a float (rather than int) value.Manolo Gouy
2016-06-22Change copyright yearManolo Gouy
2016-06-22Use Xrandr to get the true DPI of the display under the X11 platform.Manolo Gouy
2016-06-17Make Fl_Sys_Menu_Bar::update() public and cross-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-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