summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2016-04-01Begin to remove platform-specific code from Fl_Text_Display.cxxManolo Gouy
2016-04-01Rewrite Fl_Text_Editor.cxx under the driver model.Manolo Gouy
2016-04-01Replace Fl_System_Driver::driver() by Fl::system_driver()Manolo Gouy
2016-03-31Remve useless extern declarationManolo Gouy
2016-03-31Begin to remove platform-dependent code from Fl_Input.cxxManolo Gouy
2016-03-31Move dnd and character-composition related functions from Fl_System_Driver to...Manolo Gouy
2016-03-31Move marked text-related data to the Fl_Cocoa_Screen_Driver class.Manolo Gouy
2016-03-31Finish removal of platform-dependent code from Fl_Input_.cxxManolo Gouy
2016-03-31Move the marked text support member functions from Fl_System_Driver to Fl_Scr...Manolo Gouy
2016-03-31Begin to remove platform-dependent code from Fl_Input_.cxxManolo Gouy
2016-03-31Complete removing platform-dependent code from the Fl.H header file.Manolo Gouy
2016-03-31Continue removing platform-dependent code from the Fl.H header file.Manolo Gouy
2016-03-31Begin to remove platform-dependent code from the Fl.H header file.Manolo Gouy
2016-03-31Fix error with PostScript driver on the Mac platform.Manolo Gouy
2016-03-31Fix "warning: control may reach end of non-void function" in Fl_Darwin_System...Manolo Gouy
2016-03-30Rewrite functions XRectangleRegion(), XDestroyRegion() under the driver model.Manolo Gouy
2016-03-30Avoid vfprintf_l() that may be missing on LinuxManolo Gouy
2016-03-30Finish removing platform-dependent code from Fl_PostScript.cxxManolo Gouy
2016-03-30Continue removing platform-dependent code from Fl_PostScript.cxxManolo Gouy
2016-03-30Make sure fl_mac_os_version is defined when the Fl_Darwin_System_Driver objec...Manolo Gouy
2016-03-30Begin to rewrite Fl_PostScript.cxx under the driver model.Manolo Gouy
2016-03-30Delete this file which content has been transferred to fl_utf8.cxxManolo Gouy