summaryrefslogtreecommitdiff
path: root/FL
AgeCommit message (Expand)Author
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-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-12Reorganize the implementations of the virtual member function Fl_System_Drive...Manolo Gouy
2016-04-11Create Fl_X11_System_Driver.{cxx,.H} and share Fl_Posix_System_Driver.{cxx,.H...Manolo Gouy
2016-04-11Remove compilation errors in Fl_File_Icon.cxx with MSVC compiler with new met...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-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-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-09Rewrite fl_shortcut.cxx for the driver model.Manolo Gouy
2016-04-09Rewrite Fl_Tooltip.cxx for the driver model.Manolo Gouy
2016-04-09Rewrite fl_open_uri.cxx under the driver model.Manolo Gouy
2016-04-09Fix typos.Albrecht Schlosser
2016-04-09Fix C++ comment in C header file.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-07Rewrite filename_list.cxx under the driver model.Manolo Gouy
2016-04-06Fix Doxygen warnings.Albrecht Schlosser
2016-04-06Rewrite Fl_get_key.cxx for the driver model - cont'dManolo Gouy
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-05Fix more compiler warnings.Albrecht Schlosser
2016-04-05Fix typo.Albrecht Schlosser
2016-04-05Rewrite the Fl_File_Native_Chooser class under the driver model.Manolo Gouy
2016-04-04Remove unused member function declaration (Mac OS platform)Manolo Gouy
2016-04-03Rewrite fl_scroll_area.cxx under the driver model.Manolo Gouy
2016-04-03Rewrite fl_read_image.cxx under the driver model.Manolo Gouy
2016-04-02Continue removing from class Fl_X all what is not window-related.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-02Remove now useless Fl_X::window_ref() function.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-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