summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2016-04-06Remove unneeded #include directivesManolo Gouy
2016-04-05Clean up Makefile and CMakeLists.txtAlbrecht Schlosser
2016-04-05Fix more compiler warnings.Albrecht Schlosser
2016-04-05Set correct svn properties.Manolo Gouy
2016-04-05Delete this file. Its content is now in file Fl_Native_File_Chooser.cxx.Manolo Gouy
2016-04-05Rewrite the Fl_File_Native_Chooser class under the driver model.Manolo Gouy
2016-04-04Modify files keysym2Ucs.c, utf8Input.c, utf8Utils.c and utf8Wrap.c for the dr...Manolo Gouy
2016-04-04Fix typo Fl --> FLManolo Gouy
2016-04-04Remove platform-dependent code from file is_spacing.cManolo Gouy
2016-04-04Remove platform-specific code from file case.cManolo Gouy
2016-04-03Remove code to draw rounded bottom window corners which is not effective.Manolo Gouy
2016-04-03Fix error introduced in Fl_arg.cxx when converted to the driver model.Manolo Gouy
2016-04-03Rewrite fl_scroll_area.cxx under the driver model.Manolo Gouy
2016-04-03Remove "(if fl_window is null)" from Doxygen comment.Manolo Gouy
2016-04-03Stop using fl_read_image() to read window decoration. Manolo Gouy
2016-04-03Delete because content is now in Fl_XXX_Screen_Driver.cxxManolo Gouy
2016-04-03Rewrite fl_read_image.cxx under the driver model.Manolo Gouy
2016-04-02Move function draw_layer_to_context() from Fl_Cocoa_Screen_Driver to Fl_Cocoa...Manolo Gouy
2016-04-02Continue removing from class Fl_X all what is not window-related.Manolo Gouy
2016-04-02Fix lowercase typo.Manolo Gouy
2016-04-02Complete removal of platform-dependent code from fl_set_font.cxxManolo Gouy
2016-04-02fl_font.o no longer depends on Fl_Font.HManolo Gouy
2016-04-02Remove #include directive for Fl_Font.H from mac.HManolo Gouy
2016-04-02Remove platform-dependent code from src/fl_font.cxxManolo Gouy
2016-04-02Delete this file replaced by one in each platform-specific subtree with same ...Manolo Gouy
2016-04-02Replace src/Fl_Font.H by one file for each platform.Manolo Gouy
2016-04-02Begin to rewrite src/Fl_Font.H in the driver model.Manolo Gouy
2016-04-02Make constant CoreText_threshold local to file Fl_Quartz_Graphcs_Driver_font.cxxManolo Gouy
2016-04-02Move Fl_X::next_marked_length to the Fl_Cocoa_Screen_Driver class.Manolo Gouy
2016-04-02Move function Fl_X::calc_mac_os_version() to class Fl_Darwin_System_DriverManolo Gouy
2016-04-02Move get_carbon_function() to the Fl_Darwin_System_Driver class where it belo...Manolo Gouy
2016-04-02Move intersect_region_and_rect() to the Quartz driver code where it belongs.Manolo Gouy
2016-04-01Complete removal of platform-dependent code from Fl_Text_Display.cxxManolo Gouy