summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-04-13Use FL_CFG_WIN_X11 when appropriateManolo Gouy
2016-04-13Fix typo in config_lib.hManolo Gouy
2016-04-13Remove useless platform-specific #include directives from Fl_Help_View.cxxManolo Gouy
2016-04-12Finish rewrite of Fl_File_Chooser2.cxx for the driver model.Manolo Gouy
2016-04-12Remove obsolete EMX (DOS, OS/2 extender) support.Albrecht Schlosser
2016-04-12Remove compilation warningsManolo Gouy
2016-04-12Begin to rewrite Fl_File_Chooser2.cxx for the driver model.Manolo Gouy
2016-04-12Rewrite fl_draw_pixmap.cxx under the driver model.Manolo Gouy
2016-04-12Add and correct a few Doxygen comments.Manolo Gouy
2016-04-12Reorganize the implementations of the virtual member function Fl_System_Drive...Manolo Gouy
2016-04-11Add missing #include directiveManolo Gouy
2016-04-11Create Fl_X11_System_Driver.{cxx,.H} and share Fl_Posix_System_Driver.{cxx,.H...Manolo Gouy
2016-04-11Improve use of struct stat for WIN32 platform.Manolo Gouy
2016-04-11Remove compilation errors in Fl_File_Icon.cxx with MSVC compiler with new met...Manolo Gouy
2016-04-11Fix VisualC++ build (Visual Studio 2015).Albrecht Schlosser
2016-04-10Remove compilation warnings about functions defined but not used (WIN32 platf...Manolo Gouy
2016-04-10Rewrite Fl_lock.cxx under the driver model.Manolo Gouy
2016-04-10Rewrite Fl_get_system_colors.cxx under the driver model.Manolo Gouy
2016-04-10Remove platform-dependent code from Fl_File_Icon2.cxxManolo Gouy
2016-04-10Rewrite Fl_File_Input.cxx under the driver model.Manolo Gouy
2016-04-10Remove platform-dependent code from Fl_PNG_Image.cxxManolo Gouy
2016-04-10Remove platform-dependent code from Fl_Clock.cxxManolo Gouy
2016-04-10Fix error in WIN32 code when rewriting Fl_File_Browser.cxx for the driver model.Manolo Gouy
2016-04-10Rewrite Fl_Preferences.cxx under the driver model.Manolo Gouy
2016-04-10Rewrite Fl_File_Browser.cxx under the driver model.Manolo Gouy
2016-04-09Fix Doxygen warning ("nested comment").Albrecht Schlosser
2016-04-09Add platform-independent internal UTF-8 header file.Albrecht Schlosser
2016-04-09Add comment to make clear that fl_overlay.cxx is cross-platform at this point.Manolo Gouy
2016-04-09Rewrite fl_shortcut.cxx for the driver model.Manolo Gouy
2016-04-09Rewrite Fl_Tooltip.cxx for the driver model.Manolo Gouy
2016-04-09Add missing #include directiveManolo Gouy
2016-04-09Rewrite fl_open_uri.cxx under the driver model.Manolo Gouy
2016-04-09Fix typos.Albrecht Schlosser
2016-04-09Fix compiler warnings [-Wmissing-declarations].Albrecht Schlosser
2016-04-09Rewrite Fl_Menu.cxx for the driver model.Manolo Gouy
2016-04-08Rewrite filename_ext.cxx for the driver model.Manolo Gouy
2016-04-08Rewrite filename_isdir.cxx for the driver model.Manolo Gouy
2016-04-08Rewrite filename_absolute.cxx for the driver model.Manolo Gouy
2016-04-07Rewrite filename_expand.cxx under the driver model.Manolo Gouy
2016-04-07Place #include <FL/platform_types.h> as first directiveManolo Gouy
2016-04-07Add missing :Manolo Gouy
2016-04-07Rewrite filename_list.cxx under the driver model.Manolo Gouy
2016-04-06Fix Doxygen warnings.Albrecht Schlosser
2016-04-06Rewrite Fl_get_key.cxx under the driver model.Manolo Gouy
2016-04-06Rewrite Fl_Input.cxx under the driver model.Manolo Gouy
2016-04-06Make Fl_Native_File_Chooser_FLTK.cxx platform-independent.Manolo Gouy
2016-04-06Begin to rewrite files using #include <sys/stat.h> under the driver model.Manolo Gouy
2016-04-06Fix typos in macro names S_IBLK, S_ILNK, S_ICHR and S_IFIFOManolo Gouy
2016-04-06Remove unused #define directivesManolo Gouy
2016-04-06Remove unnecessary #include <sys/stat.h> directiveManolo Gouy