summaryrefslogtreecommitdiff
path: root/src/drivers
AgeCommit message (Expand)Author
2016-04-06Rewrite Fl_Input.cxx under the driver model.Manolo Gouy
2016-04-06Begin to rewrite files using #include <sys/stat.h> under the driver model.Manolo Gouy
2016-04-03Remove code to draw rounded bottom window corners which is not effective.Manolo Gouy
2016-04-03Rewrite fl_scroll_area.cxx under the driver model.Manolo Gouy
2016-04-03Stop using fl_read_image() to read window decoration. Manolo 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-02Remove #include directive for Fl_Font.H from mac.HManolo 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-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-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-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-30Rewrite fl_utf.c under the driver model: the file disappears and its content ...Manolo Gouy
2016-03-29Clean mac.H of a few useless #include directives.Manolo Gouy
2016-03-29Rewrite fl_utf8.cxx under the driver model.Manolo Gouy
2016-03-29Remove the platform-dependent type xcharManolo Gouy
2016-03-29Begin to clean fl_utf8.h from its platform-dependent content.Manolo Gouy
2016-03-28Rewrite Fl_dnd.cxx under the driver model.Manolo Gouy
2016-03-28Rewrite Fl_compose.cxx under the driver model.Manolo Gouy
2016-03-28Rewrite Fl_abort.cxx under the driver model.Manolo Gouy
2016-03-28Remove src/drivers/Quartz/Fl_Quartz_Display_Device.{H,cxx}Manolo Gouy
2016-03-28Rewrite file src/Fl_arg.cxx under the driver model. Begin giving flesh to the...Manolo Gouy
2016-03-27Remove the platform-dependent code from Fl_Widget_Surface.cxx - first part.Manolo Gouy
2016-03-27Remove a bunch of unnecessary #include <config.h> directivesManolo Gouy
2016-03-27Rewrite Fl_Menu_Window class under the driver model.Manolo Gouy