summaryrefslogtreecommitdiff
path: root/FL/Fl_System_Driver.H
AgeCommit message (Expand)Author
2016-03-29Rewrite fl_utf8.cxx under the driver model.Manolo Gouy
2016-03-29Add a default value to the argument of Fl_System_Driver::dnd(int).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-28Rewrite file src/Fl_arg.cxx under the driver model. Begin giving flesh to the...Manolo Gouy
2016-03-26Move all content of the header after the anti-repetition guard.Manolo Gouy
2016-03-26Public header files must not include files from the source tree.Manolo Gouy
2016-03-26Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_...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-26Fix Linux and Windows compilation error.Albrecht Schlosser
2016-02-19Add System Driver and Window Driver.Matthias Melcher