summaryrefslogtreecommitdiff
path: root/src/drivers/Posix/Fl_Posix_System_Driver.cxx
AgeCommit message (Expand)Author
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-30Avoid vfprintf_l() that may be missing on LinuxManolo Gouy
2016-03-30Begin to rewrite Fl_PostScript.cxx under the driver model.Manolo Gouy
2016-03-29Begin to clean fl_utf8.h from its platform-dependent content.Manolo Gouy
2016-03-28Rewrite Fl_compose.cxx under the driver model.Manolo Gouy
2016-03-28Rewrite file src/Fl_arg.cxx under the driver model. Begin giving flesh to the...Manolo Gouy
2016-03-26Move fl_local_* decl. and short docs back to FL/Fl.H.Albrecht Schlosser
2016-03-25Separating platform-dependent from platform-independent code: make src/Fl.cxx...Manolo Gouy
2016-02-26Rename all remaining src/drivers/XXX.h to XXX.HManolo Gouy
2016-02-19Add System Driver and Window Driver.Matthias Melcher